Untouched files are recompiled and date/time stamped by compiler

Last post 05-12-2008 11:40 PM by Thomas Sun – MSFT. 1 replies.

Sort Posts:

  • Untouched files are recompiled and date/time stamped by compiler

    05-08-2008, 2:25 PM
    • Loading...
    • Manaxus
    • Joined on 04-29-2008, 5:02 PM
    • Posts 4

    Hello, we are trying to figure out why VS.NET 2005 is touching and recompiling our aspx files even if they were not changed since the last build. Can anyone answer this question?

     

    Thanks!

  • Re: Untouched files are recompiled and date/time stamped by compiler

    05-12-2008, 11:40 PM
    Answer

    Hi,

    When we build the asp.net application within Visual Studio, the runtime caches all the compilation results in order to quickly process later requests, and does not need to recompile again unless someone edits a file.

    If the project is out of date, Visual Studio will compile it even if we don't change any thing.

     

    I hope this helps.

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Page 1 of 1 (2 items)