gpt4 book ai didi

asp.net - 如何使用 Visual Studio 2013/2015 启动和运行 ASP.NET MVC 音乐商店?

转载 作者:行者123 更新时间:2023-12-05 01:02:42 24 4
gpt4 key购买 nike

我想得到 MVC Music Store 使用 Visual Studio 2013/2015 启动并运行教程应用程序。以下是我采取的步骤:

  1. Downloads page 下载了最新版本
  2. 解压
  3. 使用 Visual Studio 2013/2015 打开它 - 得到一份没有错误但有一些警告的迁移报告
  4. 尝试构建解决方案,但无法构建 - 出现大量关于缺少类型/命名空间的错误:

The type or namespace name could not be found (are you missing a using directive or an assembly reference?)

如何使用 Visual Studio 2013/2015 在本地构建和运行 MVC 音乐商店项目?

最佳答案

有两种方式:

1) 从 official ASP.NET MVC 3 page 下载并安装 ASP.NET MVC 3 工具或来自 Microsoft Download Center .它会将所需的 DLLS 安装到 GAC 中。

2) 安装对应的 ASP.NET MVC 3 NuGet package Package Manager Console 中使用以下命令进入 MvcMusicStore 项目:

Install-Package Microsoft.AspNet.Mvc -Version 3.0.50813.1

Install-Package Microsoft.AspNet.Mvc -Version 3.0.20105.1

使用上述任一方法后,您将能够成功构建和运行 MVC Music Store 教程应用程序。

请注意,这些方式并不相互冲突,因此您可以安全地将 ASP.NET MVC 3 Tools 安装到您的操作系统中并安装 ASP.NET MVC 3 NuGet 包 进入项目。

关于asp.net - 如何使用 Visual Studio 2013/2015 启动和运行 ASP.NET MVC 音乐商店?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28702926/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com