J
Jeff
..NET 2.0
While debugging a win service a message appear with the text "Pass exception
on to program being debugged?" (yes/no buttons) on this C# line:
int b = 6;
I click on the no button and I can continue to debug the win service...
It looks very odd to me that int b = 6; throws an exception
I'm trying to debug why a method in this win service won't update the
database, and wonder if this message could cause all the trouble I have....
any suggestions??
Jeff
While debugging a win service a message appear with the text "Pass exception
on to program being debugged?" (yes/no buttons) on this C# line:
int b = 6;
I click on the no button and I can continue to debug the win service...
It looks very odd to me that int b = 6; throws an exception
I'm trying to debug why a method in this win service won't update the
database, and wonder if this message could cause all the trouble I have....
any suggestions??
Jeff