Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
can any one tell me the solution for this error.

just tried installing the .net windows application on a windows 2003 platform. Installed OK but when I ran it got the following error

Visual Studio Just in time Debugger

An unhandled exception (System.formatException)occurred in application,s exe [904]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time.

Check the documentation index for Just-in-time debugging, error's for more information.

plz help me out..
Posted

Hi,

This is the exception coming from your application where you have not handled your exception. you need to add Logging in your application to track the error message.

you need to enclose your code with try ..catch block.

And Log major exception in log files. Log4Net opensource API available for logging. it's very easy to implement in your application.

then it will be easy for you to track the exception

thanks
-Amit.
 
Share this answer
 
v2
Hi Saroj

May be your system Service Pack is not updated..
 
Share this answer
 
Comments
Saroj Kumar Sahu 2-Aug-12 8:43am    
But before it was working when i installed the previous version.and in this version i just changed some coding nothing much more..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900