Solution Builds Every Time

  • Thread starter Thread starter jdecock
  • Start date Start date
J

jdecock

I have a solution with a couple different websites and another project
that creates a .dll needed by those sites. Until about a week or two
ago I wasn't having any problems, but recently it has started doing a
build of all the websites every time i try to run one. It rebuilds
them even if no code has been changed and since the websites are fairly
large, it takes a while for it to finish.

I have searched through my files to see if there was a file whose
modified or creation date was set to the future somehow, but that
didn't turn up anything. I would appreciate any suggestions on how to
fix this problem. It's driving me nuts constantly waiting for the code
to compile.
 
Hi.
check your project dependency,,,,,
from solution's common property...
Thanks
Masudur
 
I'm not sure what you mean exactly. The websites are dependent upon
the dll project, but that's it. I would expect the websites to rebuild
when changes have been made to the base project, but they rebuild
regardless of whether or not changes have been made.
 
Back
Top