Unhandled exception of type System.ExecutionEngineException
This is a vs.net 2003 problem.
I have a C# windows form tester application that communicates with a unmanaged C++ component using a managed C++ proxy/wrapper.
I am suppose to do processing in the unmanaged C++ component and send the results back to C#. Then i will do some mathematical calculation within C#.
Now my programable to generate the results i want, but then it prompt me an exception - An unhandled exception of type 'System.ExecutionEngineException' occured in mscorlib.dll.
So is my problem lies on my c# or managed C++? As far i know, i did include mscorlib.dll into the managed C++ project.
Any help please?
Thank you.

