I have created a project container In Visual studio. In this container, I have added three projects: A class library, a ASP .NET MVC Application and a Unit Test application.
Now, Im trying to add references between this projects. When Im trying to add a reference to my class library from my .NET MVC Application, I get an error that says that the reference could not be added.
Why do I get this error? Why can't I add a reference from my class library, to my mvc application?