I'm trying to add an existing project to another project with-in my solution.
When I go to MvcProject.2
and add a new reference to MvcProject.1
and save it, it is added to the References section and the data models load up in the object explorer. Only problem I'm having is that I'm not able to do using MvcProject.1;
because there's no namespace found in the project, even the the assembly reference has been loaded. Is there a step I'm missing here? I followed the instructions on here best I could, but no luck: How do you share code between projects/solutions in Visual Studio?