Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2010 Console application add reference issues

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?

like image 350
Quadwwchs Avatar asked Jan 20 '11 01:01

Quadwwchs


1 Answers

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.

Cannot use external refernces with C# Console Application

like image 75
Quadwwchs Avatar answered Nov 15 '22 11:11

Quadwwchs