I have created a setup file to execute a
VB.NET application developed using VS.NET 2003.. I want to execute the applciation on a client computer,, so i have installed the microsoft .NET framework and also SDK.
While i am trying to execute the exe file ont he client computer i am getting an error message..
"Application has generated an Exception that could not be handled..
Process id=0x5d4(1492) Thread id=0x4c8(1224)
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 the computer settings.
cordbg.exe !a 0x5d4"
Can anyone help me how to solve this problem
thank u.