Do I always need to rebuild the project containing references to sub project's dll, if sub projects
Posted
by Puneet Dudeja
on Stack Overflow
See other posts from Stack Overflow
or by Puneet Dudeja
Published on 2010-06-11T04:56:03Z
Indexed on
2010/06/11
5:02 UTC
Read the original article
Hit count: 181
I have a solution containing 4 class library projects and one "web site" project. The web site project contains references to the 3 class library projects, whenever I make changes in any of the class library projects, the only option I see is to rebuild the web site which takes a lot of time.
Is there any option that I can only update the dll references and the changes are reflected in the web site project ?
© Stack Overflow or respective owner