Hello!
For some reason, my 2.0 applications in Visual Studio 2005 continue to run even after I stop them. For example, I'll run my test application that needs to insert 100 rows into a database table. If I put a breakpoint right before this, the code pauses there, and if I stop the application, those 100 rows will still be inserted into the database (even though the application should have stopped before that point).
Is there a way for me to prevent my code from being executed in a situation like this?
Thanks!
...
Go to the complete details ...