visual-studio 将 Visual Studio 2008 Professional 升级到 Visual Studio 2010 Premium
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2706899/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Upgrading Visual studio 2008 Professional to Visual studio 2010 Premium
提问by robblot
I currently have Visual Studio 2008 Professional installed on my Windows 7 (x64) laptop. I also have SQL Server 2008 Express and Crystal Reports 2008 installed.
我目前在我的 Windows 7 (x64) 笔记本电脑上安装了 Visual Studio 2008 Professional。我还安装了 SQL Server 2008 Express 和 Crystal Reports 2008。
Can I upgrade Visual Studio 2008 Pro to Visual Studio 2010 Premium and if so do I have to make any configuration changes to any other apps I have installed?
我可以将 Visual Studio 2008 Pro 升级到 Visual Studio 2010 Premium,如果可以,我是否必须对我安装的任何其他应用程序进行任何配置更改?
采纳答案by x0n
no, you cannot "upgrade" Visual Studio in the traditional sense. Visual Studio exists side-by-side (sxs) with older versions, so you have bothversions installed. What does get upgraded is the CSPROJ (or VBPROJ) files that represent your projects.
不,您不能“升级”传统意义上的 Visual Studio。Visual Studio 与旧版本并排 (sxs),因此您安装了两个版本。升级的是代表您的项目的 CSPROJ(或 VBPROJ)文件。
回答by Nick Craver
It's a side-by-side install, you can continue to use both installations for development. As for other two:
这是一个并行安装,您可以继续使用这两个安装进行开发。至于另外两个:
Your SQL Server will continue to work for both VS2008 and VS2010, SP1 adds the .Net 4 support.
您的 SQL Server 将继续适用于 VS2008 和 VS2010,SP1 添加了 .Net 4 支持。
Crystal Reports will not...however there is a new 2010 version, just not included in the base Visual Studio install anymore. It will be available as a separate (still free) download from SAP. It's currently in beta 2 status (as of the time of this answer) but should be released sometime soon. SAP updates the current status at this blog here so you can keep track: http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14514
Crystal Reports 不会......但是有一个新的 2010 版本,只是不再包含在基本的 Visual Studio 安装中。它可以从 SAP单独(仍然免费)下载。它目前处于 beta 2 状态(截至本回答的时间),但应该很快就会发布。SAP 在此博客中更新当前状态,以便您可以跟踪:http: //www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/ 14514

