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
    • Member
      322 point Member
    • arvindharitus
    • Member since 07-14-2005, 12:22 PM
    • delhi
    • Posts 100

    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
    • All-Star
      46,022 point All-Star
    • joteke
    • Member since 06-16-2002, 3:24 PM
    • Kyro, Finland
    • Posts 6,879
    • 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./, 

    नमस्ते,
    [KaushaL] || BloG || MS MVP

    "I would love to change the world, but they won’t give me the source code"


    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and mark your thread as Resolved for the sake of Future Readers.
  • Re: Debug and Release dropDown list

    07-13-2007, 8:00 AM
    Answer
    • Member
      483 point Member
    • arsalan
    • Member since 09-15-2005, 6:43 PM
    • Pakistan
    • Posts 125

    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

    Muhammad Arsalan Ayub
    MVP ASP.NET Visual Developmnet
    User Group Leader DotNetOlympians

    MyBlog
Page 1 of 1 (4 items)