I have 3 projects in my solution:
Project A
Project B
Project C
Project C references Project B
Project B references Project A
Project A has a "NewExternal.dll" reference.
Naturally when I build Project C, I expect, B, A and "NewExternal.dll" be added to project C. Unfortunately, "NewExternal.dll" fails to get added to Project B and therefore it doesn't get added to project C.
So, A -> B fails to copy over "NewExternal.dll"
Project C is a web-project.
Project A and B are C# class libraries
I've added the reference in B through:
Right Click Project B
Add Reference
Select Projects Tab
double click on Project A
In project C (which is a web-project)
Right click on the project
Select "Property Pages"
Add
Select "Projects" tab
Select project B and C
Question:
How do I make it so "NewExternal.dll" from project A gets added to B and C when I build my solution (i've done this before... I just have been unfortunate enough to be away from .net for oh about a year... man I miss it!)
thanks in advance for your help
Project A
Project B
Project C
Project C references Project B
Project B references Project A
Project A has a "NewExternal.dll" reference.
Naturally when I build Project C, I expect, B, A and "NewExternal.dll" be added to project C. Unfortunately, "NewExternal.dll" fails to get added to Project B and therefore it doesn't get added to project C.
So, A -> B fails to copy over "NewExternal.dll"
Project C is a web-project.
Project A and B are C# class libraries
I've added the reference in B through:
Right Click Project B
Add Reference
Select Projects Tab
double click on Project A
In project C (which is a web-project)
Right click on the project
Select "Property Pages"
Add
Select "Projects" tab
Select project B and C
Question:
How do I make it so "NewExternal.dll" from project A gets added to B and C when I build my solution (i've done this before... I just have been unfortunate enough to be away from .net for oh about a year... man I miss it!)
thanks in advance for your help