With regards to running a project in the Visual Studio developement
environment as opposed to executing the exe directly from the hard drive.....
I am developing an application in C# using VS.NET 2003...my application
seems to respond differently when i run it using the development environment
as opposed to when i run it directly from the exe. For instance, in my code i
have a try-catch block and inside the try block i explicitly throw an
exception and i handle it , for example, with a msg box or something. This
works fine when i run it using Visual Studio (even when running a Release
build) but when running it directly from the exe the dreaded "An unhandled
exception has occurred in your application. If u...etc" dialog box appears.
What is the reason for this? I am really stumped and dont know what i
can/should do since this is an intergral part of the application. Any help
will be greatly appreciated.