Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Project references - updating

Reply
Thread Tools

Project references - updating

 
 
CJM
Guest
Posts: n/a
 
      05-26-2008
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

 
Reply With Quote
 
 
 
 
Munna
Guest
Posts: n/a
 
      05-27-2008
On May 26, 8:19 pm, "CJM" <cjmnew...@nospam.yahoo.co.uk> wrote:
> 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
 
Reply With Quote
 
 
 
 
Joy
Guest
Posts: n/a
 
      05-27-2008
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/libr...ew(VS.80).aspx

For reference path visit the following url:

http://msdn.microsoft.com/en-us/libr...ky(VS.80).aspx

Please let me know if this worked for you.

regards,
Joy

"CJM" wrote:

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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Updating JTable Atomically - block data changes while updating. news.rcn.com Java 2 12-10-2007 11:49 AM
eclipse getting the project references of a project Alexandre Jaquet Java 3 11-14-2007 05:40 PM
DLL References Not Updating cmay ASP .Net 4 09-13-2005 03:22 PM
Difference between bin and obj directories and difference between project references and dll references jakk ASP .Net 4 03-22-2005 09:23 PM
Moving memory blocks and updating references HeroOfSpielburg C++ 0 08-12-2003 07:15 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57