W Wiktor Zychla Sep 11, 2003 #3 Hi all, is it possible to detect if a program is running in VS.NET IDE? System.Diagnostics.Debugger.IsAttached
Hi all, is it possible to detect if a program is running in VS.NET IDE? System.Diagnostics.Debugger.IsAttached
K ko Sep 11, 2003 #4 Why do you want to know that? Click to expand... Want to trap runtime-errors redirecting user to a standard error page if not in debug, otherwise i want the usual error screen if running in VS.NET IDE (useful for me) Bye
Why do you want to know that? Click to expand... Want to trap runtime-errors redirecting user to a standard error page if not in debug, otherwise i want the usual error screen if running in VS.NET IDE (useful for me) Bye