Release Folder

  • Thread starter Thread starter Michael Henderson
  • Start date Start date
M

Michael Henderson

When selecting Build from the Build menu, a release folder and its
executable is not created.

I am using VB Net 2005

Thanks in advance,
Michael
 
Perhaps you are in Debug mode. You have to switch to Release.
Check also Debug > Configuration Manager


Tommaso

Michael Henderson ha scritto:
 
Michael Henderson said:
When selecting Build from the Build menu, a release folder and its
executable is not created.

I am using VB Net 2005

You may want to publish the solution in order to create the release build.
If you are using general VS developer settings, you should be able to change
the configuration used by the build menu in a dropdown field embedded into
the toolbar.
 
Back
Top