Page view counter

Can't Rebuild in ASP.NET 2.0

Last post 11-23-2007 6:23 PM by ngaisteve1. 4 replies.

Sort Posts:

  • Can't Rebuild in ASP.NET 2.0

    11-22-2007, 10:11 PM
    • Loading...
    • ngaisteve1
    • Joined on 12-14-2006, 4:47 PM
    • Kuala Lumpur, Malaysia
    • Posts 424
    • Points 635

    Hi, I can't able to find the rebuild function in Visual Studio 2005. Previously, in Visual Studio 2003, I can see it in under "Build" menu. 

    My HomePage - www.findingsteve.net

    "It is more blessed to give than to receive." Acts 20: 35 (NIV, Bible)

    Progress - "Never discourage anyone...who continually makes progress, no matter how slow." Plato
  • Re: Can't Rebuild in ASP.NET 2.0

    11-22-2007, 11:51 PM
    • Loading...
    • albertpascual
    • Joined on 05-23-2003, 2:11 PM
    • Riverside, CA
    • Posts 3,471
    • Points 17,404

    If you right click on the solution you don't see it there. Also under build I see in VS2005 Build and under Rebuild, can you post a picture of what you see?

    Cheers
    Al
    My Blog
    MapStats.NET
    Please click on 'Mark as Answer' if this post answered your question!
  • Re: Can't Rebuild in ASP.NET 2.0

    11-23-2007, 1:29 AM
    • Loading...
    • ngaisteve1
    • Joined on 12-14-2006, 4:47 PM
    • Kuala Lumpur, Malaysia
    • Posts 424
    • Points 635

     This is what I see when I click "Build" in the menu - http://www.findingsteve.net/screenshot.jpg.

    My HomePage - www.findingsteve.net

    "It is more blessed to give than to receive." Acts 20: 35 (NIV, Bible)

    Progress - "Never discourage anyone...who continually makes progress, no matter how slow." Plato
  • Re: Can't Rebuild in ASP.NET 2.0

    11-23-2007, 11:30 AM
    Answer

    VS 2005 Web Site project does not compile site into a dll, so there is no Build command and no Release configuration. Web site is deployed by copying over all source files to the server which will compile them at run time. Or you can choose to precompile at deployment time. Web Application project available in VS 2005 SP1 has behavior similar to VS 2003.

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Can't Rebuild in ASP.NET 2.0

    11-23-2007, 6:23 PM
    • Loading...
    • ngaisteve1
    • Joined on 12-14-2006, 4:47 PM
    • Kuala Lumpur, Malaysia
    • Posts 424
    • Points 635

    I see. Okay, thanks for the explaination.

    My HomePage - www.findingsteve.net

    "It is more blessed to give than to receive." Acts 20: 35 (NIV, Bible)

    Progress - "Never discourage anyone...who continually makes progress, no matter how slow." Plato
Page 1 of 1 (5 items)