I have a solution with multiple class libraries and a console application. When I add a reference to the other projects in my console app the reference namespaces and classes appear fine. However when I attempt to build the project the referenced namespaces are no longer valid. The reference still appears in the Reference folder in the console app. Any ideas on what i'm doing wrong?
Asked
Active
Viewed 5,317 times
2 Answers
13
I found the solution at the link below. Turns out it was a project configuration issue. It was targeting .NET Framework 4.0 Client Profile.
0
You have a build error in one of the other projects.

SLaks
- 868,454
- 176
- 1,908
- 1,964
-
There are no build errors in the other projects. Thanks though. I found the solution. – Quadwwchs Jan 20 '11 at 02:25