Hello,
I have an application when run through the ide performs as expected however upon creating the executable does not perform the same.
In an if, then, else stmt the condition is true in the IDE but false when the exe is built and run. How can this possibly be and how do I debug? The condition is regarding the value of an item in a collection.
When I step through the code works perfectly when I build and run the exe the item in the collection has lost its value and the code executes the else stmt.
I have rebooted and rebuilt the app. I have rebuilt with a new file name. I've created an install and installed on Virtual PC. I've loaded VB 6.0 on virtual PC and built the exe. Nothing I have done will get the file built and run the same as when run through the IDE.
Any suggestions would be greatly appreciated.
I have an application when run through the ide performs as expected however upon creating the executable does not perform the same.
In an if, then, else stmt the condition is true in the IDE but false when the exe is built and run. How can this possibly be and how do I debug? The condition is regarding the value of an item in a collection.
When I step through the code works perfectly when I build and run the exe the item in the collection has lost its value and the code executes the else stmt.
I have rebooted and rebuilt the app. I have rebuilt with a new file name. I've created an install and installed on Virtual PC. I've loaded VB 6.0 on virtual PC and built the exe. Nothing I have done will get the file built and run the same as when run through the IDE.
Any suggestions would be greatly appreciated.