VS2010 Console application adds link problems

I have a solution with several class libraries and a console application. When I add a link to other projects in my console application, the reference namespaces and classes look great. However, when I try to build a project, the link namespaces are no longer valid. The link still appears in the Directory folder in the console application. Any ideas on what I'm doing wrong?

+5
source share
2 answers

I found the solution from the link below. Turns out this is a project configuration problem. It was intended for the .NET Framework 4.0 client profile.

#

+13

.

0

All Articles