我最近在我的工作电脑上安装了Visual Studio 2010溢价。我正在评估VS2010 SP1测试版的安装,以调整我在使用VS2010时注意的许多问题。

但我不知道sp1 beta是否可回滚,或者如果如果最终的SP1到达我们时,如果IF的重新安装所有VS2010。

谁能建议我有机会做到这一点?

谢谢很多

rob

有帮助吗?

解决方案

This is a copy from the readme file at http://go.microsoft.com/fwlink/?LinkId=207141 :

2.2. Uninstalling

2.2.1. On computers that have earlier versions of Visual Studio

2.2.1.1. Uninstalling Visual Studio 2010 SP1 Beta removes features in Visual Studio Tools for Office and Visual Studio Tools for SharePoint

Uninstalling Visual Studio 2010 SP1 Beta removes the Visual Studio Tools for Office (VSTO) Design Time and some features of Visual Studio Tools for SharePoint. The Office and Sharepoint features in Visual Studio 2010 SP1 Beta are major upgrades and have different product guids than those in the Visual Studio 2010 original release. Therefore, when SP1 Beta is removed, the features are removed, and the Visual Studio 2010 original-release versions must be reinstalled.

To resolve this issue:

In Windows Control Panel, click Uninstall a program. In the list of programs, right-click Microsoft Visual Studio 2010 and then click Uninstall/Change. In the Maintenance Mode dialog box, click Next and then click Add or Remove Features. Select the following features. Microsoft Office Developer Tools (x86) or (x64) for Office development. Microsoft SharePoint Developer Tools for SharePoint development. Click Update. 2.2.1.2. Uninstalling Visual Studio 2010 SP1 Beta may not donwload all required packages

When Visual Studio 2010 SP1 Beta is uninstalled by using Add/Remove Programs in the Control Panel, a prompt for source may be displayed. To avoid this, run setup.exe from the original location, and uninstall by using Setup Maintenence Mode.

To resolve this issue:

Navigate to the original installation location for Visual Studio 2010 SP1 Beta . Run setup.exe. Select Remove.

Update

Regarding your comment below, yes, I installed VS 2010 SP1 Beta, here are the problems I got:

  • I couldn't install Visual Studio SDK - Fixed - I found there was newer version for VS2010SP1Beta that I didn't realize at first.

  • I could not install Phone Developer SDK - Fixed as unrelated - I contacted @ScottGU and they said this is test scenario, I downloaded again and it worked as a charm

  • Few issues about Resharper or so (can't remember exactly, but minor for sure) - Fixed - I just got a recent build of Resharper.

If this leads to the question "Should I install it?", I'd say, if you need any of the new features in it (see http://msdn.microsoft.com/en-us/library/gg442059.aspx for listing), then just install it. It's OK. If not, wait for RTM.

BTW,
If you want to discuss your specific SP1 issues instead of uninstall, no problem in that as well :)

其他提示

From Scott Hanselman's blog:

•If you install VS2010 SP1 beta, don't uninstall it if you can avoid it. Rather, wait for SP1 final which will upgrade your beta cleanly and leave you in the best state.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top