Re: Fatal Execution Engine Error while creating a DataTable on a new Windows 2003 Server
From: Sahil Malik (contactmethrumyblog_at_nospam.com)
Date: 01/01/05
- Next message: Chris Taylor: "Re: How to use GetLParam?"
- Previous message: Chris Taylor: "Re: SHA1 Hashing on different machines"
- In reply to: John Lau: "Fatal Execution Engine Error while creating a DataTable on a new Windows 2003 Server"
- Next in thread: John Lau: "Re: Fatal Execution Engine Error while creating a DataTable on a new Windows 2003 Server"
- Reply: John Lau: "Re: Fatal Execution Engine Error while creating a DataTable on a new Windows 2003 Server"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 1 Jan 2005 11:24:48 -0500
Does this code work in console app?
Datatable dt = new DataTable() ; <---
If it does, then use this trick
http://dotnetjunkies.com/WebLog/sahilmalik/archive/2004/12/06/35295.aspx
Might help you diagnose your problem a little bit.
- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
"John Lau" <johnlau@olc.ubc.ca> wrote in message
news:uX9YKJ87EHA.208@TK2MSFTNGP12.phx.gbl...
> 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!
>
- Next message: Chris Taylor: "Re: How to use GetLParam?"
- Previous message: Chris Taylor: "Re: SHA1 Hashing on different machines"
- In reply to: John Lau: "Fatal Execution Engine Error while creating a DataTable on a new Windows 2003 Server"
- Next in thread: John Lau: "Re: Fatal Execution Engine Error while creating a DataTable on a new Windows 2003 Server"
- Reply: John Lau: "Re: Fatal Execution Engine Error while creating a DataTable on a new Windows 2003 Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|