OS Loader lock


Author
Message
Robin J Giltner
Robin J Giltner
StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)
Group: Forum Members
Posts: 105, Visits: 650
I've been developing an application for the past 5 months with the only problems being self-generated :-) but as of this morning I've run into a OS Loader Lock error getting thrown.

It happens when using a BrowseDialog when I try to enter some text into a Search field, it drops to the ShowDialog command that I'm guessing shows the BrowseDialog.

I went to the Debug -> Exceptions and turned off Loader Lock exceptions being throw and now I can run my application again.  I was wondering if you had any idea what might cause this, or even what it is, I'm kinda fuzzy on the subject.

From some posts I've read it is mainly a .NET 1.1 framework problem.

I don't think I've changed any configurations in Visual Studio lately, could be wrong through.

Thanks,

Robin Giltner

StrataFrame Team
S
StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
I remember someone else getting this error before... the stuff was even still in my google search history.  But, I found this article that says that the thread holding the OS's loader lock.  There's no telling what is trying to cross the managed/unmanaged boundary, but according to this article, you can get the stack trace from all of the threads (not just the current thread) and see which one is attempting to cross the boundary.

http://msdn2.microsoft.com/en-us/library/ms172219.aspx

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search