How do I change my Build so that it is release and not debug?

Locked How do I change my Build so that it is release and not debug?

  • Friday, May 06, 2005 8:55 AM
     
     
    How do I change my Build so that it is release and not debug?

    I scoured help but apparently I'm missing something? All that matza I ate during Pessach caused all my blood to head south to digest it and left none for my brain.

    dennist

All Replies

  • Friday, May 06, 2005 9:31 AM
     
     
    I changed it in project properties from debug to release.  However, when I built it, the application does not show up in /bin/release

    dennist
  • Friday, May 06, 2005 2:00 PM
     
     

    To compile an application with the Release configuration, first make sure the Standard toolbar is being displayed in VS. If you hover over the dropdown-list that has "Debug" listed in it, the tooltip should display "Solution Configurations". Click and select "Release", then re-compile your application.

    If you don't see it, then reset your toolbars.

  • Friday, May 06, 2005 3:00 PM
     
     
    I have team edition beta 2.  I reset the standard toolbar.  There is a start debugging button and a stop debugging  button, but o dropdown list of any kind.

    dennist
  • Saturday, May 07, 2005 4:14 AM
     
     
    I agree.  I don't have the "Solution Configurations" item either.
  • Sunday, May 08, 2005 5:57 PM
    Moderator
     
     

    What version of Visual Studio (Express, Standard, etc) are you using?  What profile do you have selected?

  • Monday, May 09, 2005 3:08 AM
     
     
    team edition beta 2
  • Monday, May 09, 2005 5:02 PM
    Moderator
     
     Answered
    Go to Tools | Options.
    Under Projects and Solutions check Show advanced build options.
    The Build menu should now have the Configuration Manager.
     
    Robert