Question Does FREE VB Edition have a Release instead of Debug?

Joined
Jun 26, 2008
Messages
1
Location
Florida USA
Programming Experience
Beginner
I have a Debugging but no release folder. I cannot print from Debug, though the Release works on some samples. Am I supposed to have a Release folder?:eek:
 
If there's no release folder, don't worry, the IDE will create it when you make a release build of your app, then you'll find it in the release folder
 
To switch active configuration first enable from Tools menu, Options, Projects and Solutions, General, check "show advanced build configurations". Now select Build menu, Configurations Manager, here you can choose Debug/Release.
 
Back
Top