Debug and Release dropDown list

Last post 07-13-2007 8:00 AM by arsalan. 3 replies.

Sort Posts:

  • Debug and Release dropDown list

    07-13-2007, 7:40 AM

    Hello All

    I am using VS2005 but my VS dont have the dorpdown list of realese and debug mode. so i have to use solution propertity to know that mode.

    Could anybody tell me that how can i got it on my VS.

     

     

     

    Regards

    Arvind

    arvindharitus
  • Re: Debug and Release dropDown list

    07-13-2007, 7:51 AM
    • Loading...
    • joteke
    • Joined on 06-16-2002, 3:24 PM
    • Kyro, Finland
    • Posts 6,496
    • ASPInsiders
      Moderator
      TrustedFriends-MVPs

    Hello,

    with stock project model in VS2005, only way to set for a web site is by changing the value of debug attribute of <compilation> element in web.config. It's because compilation happens dynamically when page(s) is/are requested, and VS2005 doesn't know about the compilation.

    Microsoft released Web Application Project to VS2005 a while ago, it's also included in VS2005 SP 1, which brings back the model in VS2003, and also debug/release switch.

    More information:

    http://west-wind.com/weblog/posts/5601.aspx
    http://www.west-wind.com/presentations/AspNetCompilation/AspNetCompilation.asp

    http://msdn2.microsoft.com/en-us/asp.net/aa336618.aspx

     

    Thanks,

    Teemu Keiski
    Finland, EU
  • Re: Debug and Release dropDown list

    07-13-2007, 7:59 AM
    Answer

     Follow Steps:

     1) Get the Standard Toolbar from Tools -> Customize Menu (I Think you might already have Standard Toolbar which includes save, save all, cut-copy-paste options).

    2) at the end of the Standard ToolBar Strip; there is a veeery small down arrow., click on it. then select "Add or Remove Buttons"

    3) Select "Standard" and select "Solution Configuration" from that menu.

    you will get the combo in the Standard Toolbar for Setting the mode of the project.

    hope it helps./, 

    Thanx,
    [KaushaL] || BloG || Profile

  • Re: Debug and Release dropDown list

    07-13-2007, 8:00 AM
    Answer
    • Loading...
    • arsalan
    • Joined on 09-15-2005, 6:43 PM
    • Pakistan
    • Posts 100

    Right Click on the top menu bar on the right in the VS and check what toolbars are checked.

    Most normal users have the Standard tool bar checked.

    If thats not there or someone has changed settings of the standard toolbar do let me know they can be reset.

    Go to: Tools-> customize -> reset toolbar

Page 1 of 1 (4 items)