Program launch problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Lux

    #1

    Program launch problem

    I have coded a nice query tool the shows a listview of tables and columns
    then has a text box that I can launch an ad hoc query. I have a strange
    problem though. Sometimes when I launch the app from the desktop, the window
    comes up the the app exits - no errors or any exceptions. Now, I don't
    remember generating a 'release' version, I just mapped the shortcut to the
    /bin and then the .exe in there. Is that the 'debug' version? Do I have to
    something special when I just want to run the app without running through VB
    2003?


  • Cor Ligthert [MVP]

    #2
    Re: Program launch problem

    Peter,

    Not as long as it runs. The bin contains the latest version.
    To get it without the debug information, you have to set release in top of
    your IDE.

    Cor

    "Peter Lux" <pete.lux@thehe ritagegrp.comsc hreef in bericht
    news:eKkx4REoGH A.1248@TK2MSFTN GP05.phx.gbl...
    >I have coded a nice query tool the shows a listview of tables and columns
    >then has a text box that I can launch an ad hoc query. I have a strange
    >problem though. Sometimes when I launch the app from the desktop, the
    >window comes up the the app exits - no errors or any exceptions. Now, I
    >don't remember generating a 'release' version, I just mapped the shortcut
    >to the /bin and then the .exe in there. Is that the 'debug' version? Do I
    >have to something special when I just want to run the app without running
    >through VB 2003?
    >

    Comment

    Working...