Program launch problem

  • Thread starter Thread starter Peter Lux
  • Start date Start date
P

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?
 
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
 
Back
Top