G
Guest
Hi,
I have an application that loads an assembly via reflection, and then runs a
single form on that form. That's basically all the application does. Enclosed
in this 3-line statement is a try...catch so that if any exceptions are
thrown, the application will pick them up. This works fine if launched from
Visual Studio, however, it doesn't catch any of these exceptions (in Debug or
Release) outside of Visual Studio.
Is it possible to get this to work in any way?
Thanks!
Bryce
I have an application that loads an assembly via reflection, and then runs a
single form on that form. That's basically all the application does. Enclosed
in this 3-line statement is a try...catch so that if any exceptions are
thrown, the application will pick them up. This works fine if launched from
Visual Studio, however, it doesn't catch any of these exceptions (in Debug or
Release) outside of Visual Studio.
Is it possible to get this to work in any way?
Thanks!
Bryce