P
Pat Faucher
Hello group,
I'm developping an application VS .Net 2003. My solution consists of
many C# projects, a few VB.Net projects and a C++ project. The
application runs correctly until a point where an "unrecoverable error
occured" window pops.
Now this window tells me an error occured in module mscorwks.dll.
Further investigation tells me the exception code of the error is
0xC0000005 (supposedly an access violation).
The thing is I have no idea what to do. How can I find out what went
wrong and where it went wrong? I'm also wondering why this error isn't
throwing an exception understandable by my app? Finally, I would like
to know in what manner this DLL interacts with my app?
Thanks
Pat
I'm developping an application VS .Net 2003. My solution consists of
many C# projects, a few VB.Net projects and a C++ project. The
application runs correctly until a point where an "unrecoverable error
occured" window pops.
Now this window tells me an error occured in module mscorwks.dll.
Further investigation tells me the exception code of the error is
0xC0000005 (supposedly an access violation).
The thing is I have no idea what to do. How can I find out what went
wrong and where it went wrong? I'm also wondering why this error isn't
throwing an exception understandable by my app? Finally, I would like
to know in what manner this DLL interacts with my app?
Thanks
Pat