March 2007 - Posts
Debugging tools for windows http://www.microsoft.com/whdc/devtools/debugging/default.mspx Debug Diagnostic Tool v1.1 http://www.microsoft.com/downloads/details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3&DisplayLang=en http://blogs.msdn.com/debugdiag/
Read More...
.NET Enterprise Services and COM+ 1.5 Architecture http://msdn2.microsoft.com/en-us/library/ms973484.aspx Support WebCast: COM Threading and Application Architecture in COM+ Applications http://support.microsoft.com/kb/325070 COM Threading and Application
Read More...
public void AfterReceiveReply(ref Message reply, object correlationState) { //Create the buffer MessageBuffer buffer = reply.CreateBufferedCopy(13000); //Inspect the response (for now simply extract the body contents) Message thisReply = buffer.CreateMessage();
Read More...