Re: Pre Compile
From: Kevin Spencer (kevin_at_DIESPAMMERSDIEtakempis.com)
Date: 02/09/05
- Next message: Khan Imran: "Re: Handling the pressing of the Back button in the toolbar"
- Previous message: Kevin Spencer: "Re: I can't do regular expressions..."
- In reply to: Ming Zhang: "Pre Compile"
- Next in thread: Scott Allen: "Re: Pre Compile"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 9 Feb 2005 14:59:41 -0500
If you're working with Visual Studio.Net, you can specify which DLLs are
built with each build. For example, you are not likely to be working on all
240 assemblies in your Solution. Turn off building for the ones you aren't
working on.
-- HTH, Kevin Spencer Microsoft MVP .Net Developer Neither a follower nor a lender be. "Ming Zhang" <mzhang@mpsbc.com> wrote in message news:%239Zzr7tDFHA.2220@TK2MSFTNGP09.phx.gbl... > Hi All, > We are developing an ASP.NET applications in last three years. Now there > are 240 assemblies in the whole application. You can guess that everytime > after modifying an ASP.NET page, it's very slow to load it up because of > the first time compilation. In takes 2-3 minutes in our case. > I am not sure whether the compilation time is related to the size of our > project or only relate to the size of the ASPX page. It becomes a major > problem as it slows down developers work. (Developers need to compile and > debug many many time a day...). I am looking for ways to speed it up, i.e. > will it help if we precompile some dlls, etc? > > Please share you comments! > > Thanks in advance > Ming > > > > > >
- Next message: Khan Imran: "Re: Handling the pressing of the Back button in the toolbar"
- Previous message: Kevin Spencer: "Re: I can't do regular expressions..."
- In reply to: Ming Zhang: "Pre Compile"
- Next in thread: Scott Allen: "Re: Pre Compile"
- Messages sorted by: [ date ] [ thread ]