NT Loader Deadlock

  • Thread starter Thread starter Marko Becirevic
  • Start date Start date
M

Marko Becirevic

Hi,

does anyone know how to bypass bug in .NET framework where NT loader
deadlock occurs? It seems to me that using methods like
Process.GetCurrentProcess is not safe, and also using mixed dlls written in
managed/unmanaged code. Does anyone know what to do?

Marko
 
This Q839343 fix should be part of SP1 for v1.1 and is in no way related to
the "mixed mode lock" issue.
The mixed mode loader lock is not a C# issue, it only applies to mixed mode
C++ DLL's (non pure .NET assemblies).
read more about it here http://support.microsoft.com/?id=814472
Willy.
 
Back
Top