J
J Ames
I have a VB.NET 2005 app I'm developing. I've created a mail class library
and I'm making a reference to it in my code. All of that works fine. The
object is called when a certain condition is met in the code, and after
calling that method I want the app to terminate. So...I figured Me.Close
and Application.Exit would do the trick. However, these lines are just
ignored! In debugger it appears as though they are executed, but the
debugger just continues on to the following lines like they were never
there. What the heck??? Any ideas? This is a Windows application, not an
ASP.NET app, if that helps. Any advice is greatly appreciated.
Thanks,
J
and I'm making a reference to it in my code. All of that works fine. The
object is called when a certain condition is met in the code, and after
calling that method I want the app to terminate. So...I figured Me.Close
and Application.Exit would do the trick. However, these lines are just
ignored! In debugger it appears as though they are executed, but the
debugger just continues on to the following lines like they were never
there. What the heck??? Any ideas? This is a Windows application, not an
ASP.NET app, if that helps. Any advice is greatly appreciated.
Thanks,
J