asp.net - 将 VS2010 迁移到 VS2013 - 我们将面临哪些主要变化?

标签 asp.net visual-studio-2010 c#-4.0 clr visual-studio-2013

我有一个使用 C# 编写的 Web 应用程序,它是使用 Visual Studio 2010 开发的,我想转换或在 Visual Studio 2013 (C#) 中迁移该 Web 应用程序。

注意:- 下面列出了我在当前使用 VS2010 (C#) 的 Web 应用程序中使用的东西

  • Asp.Net 服务器控件。
  • 类库 (.dll)。
  • 网络服务。

  • 上面列出了我在当前 VS2010 中的 Web 应用程序中使用的东西。

现在,我的问题是-如果我使用上面列出的所有使用 C# 的 Microsoft 技术并将其迁移到 VS2013,我将面临哪些主要变化。

最佳答案

对我们来说最大的变化是 Visual Studio 安装项目在 VS 2012 中已贬值,因此我们必须构建新的安装程序。

http://blogs.msdn.com/b/visualstudio/archive/2013/08/15/what-s-new-in-visual-studio-2013-and-installshield-limited-edition.aspx

此外,您的应用程序是哪个版本的 .NET?请记住 Visual Studios 的框架目标(基本上,如果您的应用程序是 .NET 3.5 SP 1 或更新版本,您应该没问题):

https://msdn.microsoft.com/en-us/vstudio/dn250998.aspx

Web 服务应该也可以,如果你打算继续创建 Web 服务而不是切换到 WCF,你可能想看看这个:

Create a asmx web service in C# using visual studio 2013

关于asp.net - 将 VS2010 迁移到 VS2013 - 我们将面临哪些主要变化?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28848701/

相关文章:

visual-studio-2010 - Team City 和 Visual Studio 2010 和 Coverage 工具

asp.net - 每个请求都执行 SetAuthCookie 的缺点

asp.net - 有没有一个工具可以正确组织asp文件的标签属性?

c# - 从字符串转换日期和/或时间时转换失败

c# - nhibernate 和 mysql 数据库

visual-studio-2010 - 依赖 Walker 错误 : The Side-by-Side configuration information for "ABC.DLL" contains errors

C# 写入cookie文件失败

c# - 为什么 Selenium InternetExplorerDriver Webdriver 在 Debug模式下非常慢(visual studio 2010 和 IE9)

c# - 是否可以在服务器中使用Google Analytics(分析)?

c#-4.0 - if 内的代码重复问题