Winform app, .Net debugger crashes on start on WinNT box
From: Elliot M. Rodriguez (noemail)
Date: 03/22/04
- Next message: Anand Balasubramanian: "RE: FileOpen(2, "lpt1", OpenMode.Binary)"
- Previous message: Jeremy: "bind array to Infragistics Datagrid"
- Next in thread: Elliot M. Rodriguez: "Re: Winform app, .Net debugger crashes on start on WinNT box"
- Reply: Elliot M. Rodriguez: "Re: Winform app, .Net debugger crashes on start on WinNT box"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Mar 2004 14:26:22 -0500
I have a Winforms app that I've assembled an installer for using the VS
Installer. Everything builds fine, and I've tested it on XP and 2000
machines.
However, the installation target machines all have windows NT Workstation.
On my test NT machine (has the redistributable 1.1 installed and has been
rebooted several times), my install completes, but every time I attempt to
run the program, I get the following error:
"Application has generated an exception that could not be handled"
I tried to use the HandleCreated event and the Load event to try to write
the exception to the EventViewer during the AppDomain.UnhandledException
event, but the above error still occurs, and no writing is done.
So I decided to install debugging on the NT workstation, and the above error
popped up during installation 6 times. It was raised by ngen.exe. I
completed the install anyway, and I still cant trap the error.
What are my options here? Thanks.
-- Elliot M. Rodriguez, MCSD My .Net blog, with tips here and there: http://derivedclass.europe.webmatrixhosting.net
- Next message: Anand Balasubramanian: "RE: FileOpen(2, "lpt1", OpenMode.Binary)"
- Previous message: Jeremy: "bind array to Infragistics Datagrid"
- Next in thread: Elliot M. Rodriguez: "Re: Winform app, .Net debugger crashes on start on WinNT box"
- Reply: Elliot M. Rodriguez: "Re: Winform app, .Net debugger crashes on start on WinNT box"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|