Welcome to MSDN Blogs Sign in | Join | Help

News


  • All information or content in this site is provided "AS IS" with no warranties, and confer no rights. The views expressed by me do not necessarily reflect the official policy, position, or opinions of the company where I work.





May 2006 - Posts

Debugging release code: MDdbg, ILDASM & Deblector to the rescue!
Sometimes, it would be useful to debug some code, which we have no source. For example, when we are using an external library or framework, like WCF, or a ado provider, and we want to trap a suspect behaviour. Today, for example, I needed to debug a strange Read More...
WCF: Feb CTP configuration schema
Thanks to a great tip from Guy Burstein's , I found how to correct the wrong schema in the Feb CTP. Just download this file , and override the equivalent in C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas Read More...
WCF: maxReceivedMessageSize and QuotaExceededException
Yesterday I came across a strange behaviour in WCF. If you use netMsmqBinding together with messages larger than 65536 bytes, your services can loop while trying to process poison messages. The "thing" is a server side binding property for netMsmqBinding, Read More...
Page view tracker