Home All Groups Group Topic Archive Search About

Program launch problem

Author
5 Jul 2006 3:05 PM
Peter Lux
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?

Author
5 Jul 2006 3:30 PM
Cor Ligthert [MVP]
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

Show quoteHide quote
"Peter Lux" <pete.***@theheritagegrp.com> schreef in bericht
news:eKkx4REoGHA.1248@TK2MSFTNGP05.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?
>