I'm testing Visual Studio 2015 and playing with mvc 6, all is fine, but when I try to add a reference, only proyects in the current solution are shown, I have an existing assembly already and I want to add it, but I don't see the option, how can I add a reference to a mvc 6 Project to an existing assembly?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- MVC-Routing,Why i can not ignore defaults,The matc
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
I think Visual studio 2015 is in preview and we can not add reference that we used to do it Visual Studio 2013.
For now onwards we add nuget package to Web Application ( ASP.net 5 or Say ASp.net MVC 6)
Now suppose you decided to build your own class library and I have successfully created library into another solution and added to my mvc 6 project.
Following are the step.
I hope this help you.