LoaderLock Exception from MDA

  • Thread starter Thread starter mmurrell
  • Start date Start date
M

mmurrell

All:

This morning, for no apparent reason whatsoever, i started getting MDA
LoaderLock exceptions in an application I'm developing. The callstack
simply lists [External Code], Myapp.Program.Main(), [External Code].
The line highlilghted line in Main() is Application.Run(new
ReportGeneratorForm()).

The problem is reproducable every time i press a key (any key) when
the form is loaded.

I am not using any unmanaged assemblies to my knowledge. The project
references a few different assemblies in system, an interop assembly
for an COM component, the Enterprise Libray DAAB, and a PDF generation
component. None of these should be called at any time near keypress.

An interesting note, this same error occurs seemingly randomly on
another project as well. I suspect maybe some corruption in the .NET
runtime? Can anyone offer any suggestions? I am dumbfounded.

Thanks for any and all help.
 
Back
Top