Run exception Win2000 - Process id=0x298 (1944), Thread id=0x7b4
Jeg har utviklet en vb windows form applikasjon i visual studio .NET på winXP. Når jeg kjører applikasjonen på denne maskinen fungerer alt perfekt. Når jeg derimot kjører applikasjonen på win2000 sp4 får jeg feilmelding:Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process id=0x798 (1944), Thread id=0x7b4(1972),
Click OK to terminate the application.
Click CANCEL to debug the application.
Når jeg så trykker "cancel" vises et nytt vindu:
No debugger found.
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 0x798
Click on Retry to have the process wait while attaching a debugger manually. Click Cancel to abort the JIT debug request.
Kan noen hjelpe meg så jeg får kjørt applikasjonen på windows 2000 sp4?