I've got a library project containing common code. I've got it included in
another solution as a project reference, but when I update any code in the
library, it's not immediately reflected in the main application.
How are updates to referenced projects handled in these situations?
At the moment, I just fiddle until eventually the updates are reflected in
the main application - hardly a scientific approach!
Thanks in advance.
Chris
Munna - 27 May 2008 09:11 GMT
> I've got a library project containing common code. I've got it included in
> another solution as a project reference, but when I update any code in the
[quoted text clipped - 8 lines]
>
> Chris
Hi
just rebuild your Library project...
Best of luck
Munna
www.munna.shatkotha.com
www.munna.shatkotha.com/blog
www.shatkotha.com
Joy - 27 May 2008 09:13 GMT
Hi,
I believe it has to do with the Reference Path, however take a look at the
following article in MSDN that speaks about adding file and Project
references:
http://msdn.microsoft.com/en-us/library/ez524kew(VS.80).aspx
For reference path visit the following url:
http://msdn.microsoft.com/en-us/library/wkze6zky(VS.80).aspx
Please let me know if this worked for you.
regards,
Joy
> I've got a library project containing common code. I've got it included in
> another solution as a project reference, but when I update any code in the
[quoted text clipped - 8 lines]
>
> Chris