我正在测试 Visual Studio 2015 并使用 mvc 6,一切都很好,但是当我尝试添加引用时,只显示当前解决方案中的项目,我已经有一个现有程序集,我想添加它,但我没有看到该选项,如何向现有程序集添加对 mvc 6 项目的引用?
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?
我认为 Visual Studio 2015 处于预览阶段,我们无法添加我们过去使用 Visual Studio 2013 的参考.
I think Visual studio 2015 is in preview and we can not add reference that we used to do it Visual Studio 2013.
现在我们将 nuget 包添加到 Web 应用程序(ASP.net 5 或说 ASp.net MVC 6)
For now onwards we add nuget package to Web Application ( ASP.net 5 or Say ASp.net MVC 6)
现在假设您决定构建自己的类库,并且我已成功地将库创建到另一个解决方案中并添加到我的 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.
以下是步骤.
希望对你有所帮助.
这篇关于将现有程序集添加到 mvc 6 项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!