S
Stephen Flynn
If I run my program on another machine I get the following error
An unhandled exception of type 'System.ExecutionEngineException' occurred in
System.Data.dll
This happens with I try to open an OleDb.OleDbConnection
What is causing this?
Also the normal Try Catch block doesn't catch this error, I had to use the
CLR debugger to get the error.
Thanks.
An unhandled exception of type 'System.ExecutionEngineException' occurred in
System.Data.dll
This happens with I try to open an OleDb.OleDbConnection
What is causing this?
Also the normal Try Catch block doesn't catch this error, I had to use the
CLR debugger to get the error.
Thanks.