J
John Lau
Hello,
I am moving a working C# program from one of our Windows 2003 Server to a
new Windows Server 2003 that we just configured. The framework 1.1 is
installed on both servers.
I've traced the error to the following statement:
objDataTable = new DataTable();
The error is:
Fatal Execution Engine Error (0x7927e0af).
Application has generated an exception that could not be handled.
I am using the Exception Management Application Block, but the try catch
block is not catching the error.
A DataTable? How can this be possible? Is my framework corrupted? Any
help would be greatly appreciated.
Regards,
John
P.S. Happy New Year everybody!
I am moving a working C# program from one of our Windows 2003 Server to a
new Windows Server 2003 that we just configured. The framework 1.1 is
installed on both servers.
I've traced the error to the following statement:
objDataTable = new DataTable();
The error is:
Fatal Execution Engine Error (0x7927e0af).
Application has generated an exception that could not be handled.
I am using the Exception Management Application Block, but the try catch
block is not catching the error.
A DataTable? How can this be possible? Is my framework corrupted? Any
help would be greatly appreciated.
Regards,
John
P.S. Happy New Year everybody!