Strange LoaderLock exception

FuZion

Well-known member
Joined
Jan 28, 2007
Messages
47
Programming Experience
Beginner
Ok I keep getting this strange error when I test my program. It occurs when I type into a text box.

This is the error..

Attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang.

I am able to hit continue in Visual Studio and continue to run the application, so I'm not sure whats going on.

Any idea how to fix this?

Thanks!

FuZion
 
Last edited by a moderator:
Back
Top