May 2006 - Posts
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...
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...
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...