I have made a class library in .NET 3.5. My goal is to use it in existing webservices made with .NET 2.0.
I have a lot of exception handling in the webservice project but if an exception occurs in my classlibrary my handlers doesn't catch them and the calling method just exits!
When in "white coat" environment (read visual studio - debugging) there is no problem. But in my production environment - BOOM!