LDV Posted July 5, 2004 Posted July 5, 2004 Hi Guys, I had an amazing nice beurifull program i wrote in C# .NET 1.1 in VS Pro 2003. Then, one day, i divided my code to the normal code, and an additional project called myCommon, which is a .dll for common code. Suddenly the program started yelling for: System.MethodAccessException An unhandled exception of type 'System.MethodAccessException' occurred in Unknown Module. Additional information: System.Threading.WaitHandle.Dispose(Boolean) It's happens in normal code, that worked fine before ..... Why is it hapening to me ??? Thanks, LDV Quote
Administrators PlausiblyDamp Posted July 5, 2004 Administrators Posted July 5, 2004 Does this happen on a particular line of code or just in general? If possible could you post the offending code? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.