Forum Discussion

murugans1011's avatar
murugans1011
Regular Contributor
11 years ago
Solved

Runtime Errors

Is it possible to detect runtime errors in appln with vbscript?
  • Hi,



    Actually, reported first chance exception is a flag to you that there was an exception within your tested application but this exception was handled by the application itself. The only thing that you may do here is to consult with your developers whether this exception was expected one or not. If the exception was expected (this may be application's architecture by design), then you may forget about it. If the exception was not expected, that developers may think about how to avoid it (change application's code, logic, etc.).

    http://blogs.msdn.com/b/davidklinems/archive/2005/07/12/438061.aspx

    http://support.microsoft.com/kb/105675/en-us



14 Replies