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?
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.
#
.