E
Elliot M. Rodriguez
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.
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.