Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VS2K3 doesn't copy file reference

Status
Not open for further replies.

Hexonx

Programmer
Jan 10, 2001
102
US
I'm having a problem in VS2K3 whereby a file reference of a project reference isn't being copied to output folder upon compilation.

Here's the solution structure:

ProjectA
References
Assembly1.dll (File reference; CopyLocal = True)
ProjectB
References
ProjectA (Project reference; CopyLocal = True)

After compiling:

ProjectA's output folder contains:
ProjectA.dll
Assembly1.dll

ProjectB's output folder contains:
ProjectA.dll
ProjectB.dll
(but not Assembly1.dll)

Has anyone seen or resolved this?

Craig Boland

 
Did the referece of a ProjectA.dll from ProjectB is like a dll file from the ProjectA output folder or the reference is like a project.
 
bobisto,

ProjectB has a 'project' reference to ProjectA, not a 'file' reference.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top