LoaderLock Exception from MDA

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top