Hi
Don't know if its just me being a bit silly but I have a component which is invoked by an ASP, does some DB, DCOM stuff etc. and then returns a value (string) to the ASP page for display.
The problem is, I'm unit testing this component and passing it invalid input to make it error and test my error routines. What should happen, and does when I run in debug mode, is that the component enters my error handler and returns a string msg. However, when I run the component without debug, the component returns nothing.
Can anyone tell me what I'm doing wrong!!!???
Thanks
C
Don't know if its just me being a bit silly but I have a component which is invoked by an ASP, does some DB, DCOM stuff etc. and then returns a value (string) to the ASP page for display.
The problem is, I'm unit testing this component and passing it invalid input to make it error and test my error routines. What should happen, and does when I run in debug mode, is that the component enters my error handler and returns a string msg. However, when I run the component without debug, the component returns nothing.
Can anyone tell me what I'm doing wrong!!!???
Thanks
C