G
Guest
I am trying to learn how to deploy applications and I am having significant difficulty accomplishing this task.
First, the application is run over a network
Second, I have copied the bin directory to where the application should run from.
Third, I have changed the local intranet security for all the machines to full trust
Fourth, the OS on the machines is Windows XP.
Fifth, all machines have version 1.1 of the .net framework
I have two seperate machines that both have clean installations. On one machine there is no problem running the app. On the other machine I get the following error
Application has generated an exception that could not be handled
Click OK to terminate the application
Click CANCEL to debug the application
After clicking cancel
Registered JIT debugger is not available. An attempt to launch a JIT debugger with the following command resulted in an error code of 0x2(2). Please check computer settings
cordbg.exe !a 0xc5
Click on Retry to have the process wait while attaching a debugger manually
Click on Cancel to abort the JIT debug request.
First, the application is run over a network
Second, I have copied the bin directory to where the application should run from.
Third, I have changed the local intranet security for all the machines to full trust
Fourth, the OS on the machines is Windows XP.
Fifth, all machines have version 1.1 of the .net framework
I have two seperate machines that both have clean installations. On one machine there is no problem running the app. On the other machine I get the following error
Application has generated an exception that could not be handled
Click OK to terminate the application
Click CANCEL to debug the application
After clicking cancel
Registered JIT debugger is not available. An attempt to launch a JIT debugger with the following command resulted in an error code of 0x2(2). Please check computer settings
cordbg.exe !a 0xc5
Click on Retry to have the process wait while attaching a debugger manually
Click on Cancel to abort the JIT debug request.