Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Visual Studio 2010 Service Pack 1 Installation

I have installed the German version of Visual Studio 2010 Professional (got it per Microsoft DreamSpark). When I'm trying to install the Visual Studio 2010 Service Pack 1, I get the following message from the installer:

Microsoft Visual Studio 2010 Service Pack 1 kann nicht installiert werden, da es vom aktuellen Zustand dieses Computers nicht unterstützt wird. Anweisungen zum Beheben des Problems finden Sie in der Infodatei auf der Microsoft Download Center-Website.

An English translation is:

Can't install SP1, as the actual state of the Computer is not supported.

Does anybody has a similar problem and a solution? My operating system is Windows 7 64-Bit (German Edition).

like image 964
Stefan Avatar asked Mar 14 '11 09:03

Stefan


People also ask

How do I know if Visual Studio 2010 Service Pack 1 is installed?

Help -> About . The version of the installation will be SP1Rel if SP1 is installed.

What is Visual Studio SP1?

SQL Server CE 4 support Visual Studio 2010 SP1 enables you to manage Microsoft SQL Server Compact 4.0 SDF files in Solution Explorer and in Server Explorer in the context of web projects.

Can Visual Studio 2010 install on Windows 10?

VS 2010 could be installed on Win 10, there is no compatible problem between them. Before installing, please check the windows update and patch them up.

How do I install Visual Basic 2010?

To download Visual Basic 2010 Express, launch your web browser (e.g. Internet Explorer) and go to this address: https://s3.amazonaws.com/cspublic/setup/VBExpress.exe. As soon as you click to install, your web browser should either ask you for confirmation or begin the download automatically.


2 Answers

I had the same problem with my Visual Studio 2010 Premium, also on a German Windows 7 64 bit. After several hours I managed to install the Service Pack 1.

The problem is that the setup requires Visual Studio Tools for Office to be installed on x64 machines. So customize your Visual Studio 2010 Installation via the control panel (add/remove programs) and add the feature "Microsoft Office Developer Tools (x64)". After adding this feature, you will be able to start the SP1 Setup.

like image 136
Christian Lang Avatar answered Sep 22 '22 02:09

Christian Lang


If you have Visual Studio 2010 and are trying to install Visual Studio 2010 Service Pack 1 (regardless of whether via Windows Update, Online installer or Offline Standalone SP1 Installer) it needs Office Tools for Visual Studio 2010. However only the Runtime MSI Packages (vstodtr40_x86.msi or stodt40r_x64.msi) are available for download. You actually need the installer vstodt40_x64.msi (64-Bit) or vstodt40_x86.msi (32-Bit). On commercial versions of Visual Studio 2010 these are included in the Folder \WCU\VSTO.

After you install the Office Tools as above you will be able to install the Service Pack. If you try with just the runtime it will fail. I know because I tested it.

like image 30
Peter Meyer Avatar answered Sep 23 '22 02:09

Peter Meyer