Click here to Skip to main content
15,884,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I am using Visual Studio 2010 for Developing Applications, But it crashes if it get across unhandled Exceptions in VS10 and do not allow to debug the Exception.

I am Developing Simple Database Application. Backend as Oracle.
Normally this happens if there is error while opening Connection to Oracle.

If I surround con.Open() statement with try catch block all works fine.
I dont have any Addons or Special Components or References installed or Added in my project.

When i installed VS10 it was debugging unhandled Exceptions...

I Googled this problem but did not find helpfull answer.. Also tried to change settings in tools-options-debugging... but did not help!

please let me know proper solution..

Prathamesh
Posted

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