I\'ve got two projects: a .Net 4.0 Console Application and an Asp.Net 4.0 Website (they are in the same solution). Now I\'d like to include
On the project you are trying to reference, make sure you change the output type to class Library. This should fix it.