Re: Strange Behavior
Peter Ritchie <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
LoaderLock means that managed code is being run from code executed in a DLL's DllMain entry point. Raymond Chen has some information the "loader lock" that might provide some insight to your circumstance. [1] The LoaderLock MDA documention suggest that LoaderLock warnings might easily be caused with a mixed managed/unmanaged C++ assembly [2] I've seen some reference that this occurs with iTunes running on your computer when debugging; but I haven't seen anything like that first hand. [1] http://blogs.msdn.com/oldnewthing/archive/2004/01/28/63880.aspx [2] http://msdn2.microsoft.com/en-us/library/ms172219.aspx