Project references - updating

  • Thread starter Thread starter CJM
  • Start date Start date
C

CJM

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
 
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

Hi

just rebuild your Library project...

Best of luck

Munna
www.munna.shatkotha.com
www.munna.shatkotha.com/blog
www.shatkotha.com
 
Back
Top