将 Visual studio 2008 Professional 升级到 Visual studio 2010 Premium
我目前在 Windows 7 (x64) 笔记本电脑上安装了 Visual Studio 2008 Professional。 我还安装了 SQL Server 2008 Express 和 Crystal Reports 2008。
我是否可以将 Visual Studio 2008 Pro 升级到 Visual Studio 2010 Premium?如果可以,我是否必须对已安装的任何其他应用程序进行配置更改?
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.
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,您不能按照传统意义上“升级”Visual Studio。 Visual Studio 与旧版本并存 (sxs),因此您安装了两个版本。升级的是代表您的项目的 CSPROJ(或 VBPROJ)文件。
no, you cannot "upgrade" Visual Studio in the traditional sense. Visual Studio exists side-by-side (sxs) with older versions, so you have both versions installed. What does get upgraded is the CSPROJ (or VBPROJ) files that represent your projects.
这是并行安装,您可以继续使用这两个安装进行开发。至于其他两个:
您的 SQL Server 将继续适用于 VS2008 和 VS2010,SP1 添加了 .Net 4 支持。
Crystal Reports 不会...但是有一个新的 2010 版本,只是不再包含在基本 Visual Studio 安装中。它将可以从 SAP 单独(仍然免费)下载。它目前处于 beta 2 状态(截至本回答发布时),但应该很快就会发布。 SAP 在此处更新了此博客的当前状态,以便您可以跟踪:
http://www.sdn.sap.com /irj/scn/weblogs?blog=/pub/wlg/14514
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.
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