Release Folder

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Henderson

    #1

    Release Folder

    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


  • tommaso.gastaldi@uniroma1.it

    #2
    Re: Release Folder

    Perhaps you are in Debug mode. You have to switch to Release.
    Check also Debug Configuration Manager


    Tommaso

    Michael Henderson ha scritto:
    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

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Release Folder

      "Michael Henderson" <michaelh@nospa m.mindspring.co mschrieb:
      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.

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      Working...