代码之家  ›  专栏  ›  技术社区  ›  coto

如何将ASP.NET MVC应用程序从VisualStudio导入到SharpDevelopment?

  •  1
  • coto  · 技术社区  · 14 年前

    我想从Visual Studio 2008导入一个ASP.NET MVC 2应用程序到SharpDevelopment v4.0。

    我正在使用: *Windows 7 *IIS 7.5 *.NET SDK V4.0 *VisualStudio 2008 *MVC 2 *夏普开发v4.0测试版R6767

    先谢谢你

    1 回复  |  直到 14 年前
        1
  •  0
  •   Darin Dimitrov    14 年前

    目前有 no tooling support 在为ASP.NET MVC开发中,因此不要期望 Add View , Add Controller , jump to the corresponding view from a controller action 像这样的东西。您可以在开发中使用ASP.NET项目 this plugin . 因为它使用了msbuild,所以编译ASP.NET MVC应用程序时不会出现问题。