A
Amelyan
It takes VS 2005 1, 2, and somtimes 3 MINUTES to compile ASP.NET 2.0 website
when external DLL is modified. As a matter of fact, when I click 'Build',
it looks like VS 2005 hangs for most of that time before it actually starts
compiling. If I modify something inside WebSite project itself without
modifying DLL, it takes few seconds to compile.
Why? How can I control this behavior?
I was able to reproduce this behavior by creating a simple WebSite and
simple DLL that I reference from that WebSite project.
when external DLL is modified. As a matter of fact, when I click 'Build',
it looks like VS 2005 hangs for most of that time before it actually starts
compiling. If I modify something inside WebSite project itself without
modifying DLL, it takes few seconds to compile.
Why? How can I control this behavior?
I was able to reproduce this behavior by creating a simple WebSite and
simple DLL that I reference from that WebSite project.