>> Could anyone help me with this?
Application has generated an exception that could not be handled.
Process id=0x48c (1164), Thread id=0x1e8 (488).
Click on OK to terminate the application.
Click on CANCEL to debug the application
>> Followed by another one as follows
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 0x48c
Click on Retry to have the process wait while attaching a debugger manually.
Click on Cancel to abort the JIT debug request.
>> This occured when i'm about to deploy my application to another PC (win 98 OS).
>> I tried to test my application to another PC (win2k OS) and the application works properly.
What seems to be the problem?
Application has generated an exception that could not be handled.
Process id=0x48c (1164), Thread id=0x1e8 (488).
Click on OK to terminate the application.
Click on CANCEL to debug the application
>> Followed by another one as follows
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 0x48c
Click on Retry to have the process wait while attaching a debugger manually.
Click on Cancel to abort the JIT debug request.
>> This occured when i'm about to deploy my application to another PC (win 98 OS).
>> I tried to test my application to another PC (win2k OS) and the application works properly.
What seems to be the problem?