Asp.Net Source HOME » asp.net learning » ASP.NET » Test and Debug » ASP.NET Case Study: Hang with mixed-mode dlls
Title:

ASP.NET Case Study: Hang with mixed-mode dlls

Posted At: 12/9/2008
URL: http://blogs.msdn.com/tess/archive/2008/03/26/asp-...
If you use mixed mode dlls (assemblies with .net and c++ code) you need to take care to not have any .net entry points so that you don't end up with a GC/LoaderLock deadlock.

Comments:


No comments yet