Results 1 to 4 of 4

Thread: [2005] Program not exiting

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    44

    [2005] Program not exiting

    I am not seeing in debug console(??) that program/thread exited and the code number, after finishing processing for a command button on the form.
    Its like waiting for something.

    Any one know why it would happen and what to check for?

    When It was small program it was exiting properly, now i added more functionality, and problems

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Program not exiting

    Are you saying that your app is actually not exiting? Do you have to end a debugging session yourself by clicking the Stop button or does the debugging session end of its own accord?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    44

    Re: [2005] Program not exiting

    Exactly, i have to click on stop debugging manually, as i knew its done whats it supposed to

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Program not exiting

    Try clicking the Break button in the IDE instead of the Stop button. The icon looks like a Pause button from a CD player. That should point you to the line that is currently being executed, which will hopefully shed some light on the issue.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width