Visual Studio 2010 Installation Error

1

During the VS2010 installation I got this message:

Error 1935. An error occurred during the installation of assembly "WcfSvcHost, version="10.0.0.0", publicKeyToken="31bf385ad364e35",processorArchitecture="MSIL",fileVersion="10.0.30319.1",culture="neutral".

Please refer to Help and Support for more information. HRESULT:0x80070015.

Do you know what could be causing this issue?

Before installing Premium Edition, I had a copy of Professional Edition on the system which I uninstalled. Perhaps some files from that installation have not been deleted and are causing this problem?

installation
uninstall
visual-studio-2010
visual-studio
asked on Super User Apr 6, 2011 by Nemanja Vujacic • edited Apr 10, 2011 by Gaff

2 Answers

0

HRESULT:0x80070015

That's ERROR_NOT_READY, generic description: "The device is not ready."

I would check for issues with your installation source media: eg. try running from an installer on hard disk rather than DVD (you can just copy the DVD content).

answered on Super User Apr 6, 2011 by Richard
0

After hours of searching the Internet and trying various options, I decided to reinstall Windows and Visual Studio 2010 Premium. For those who have the same problem I will share a few links that might be useful - some have said that those solutions worked for them, but they didn't help me:

One note that can be useful for someone who didn't yet face this problem (but if you are here, you probably already faced this issue ;-) ) - I used Daemon Tools for mounting the installation ISO file, but didn't have AutoMount checked in the preferences. When the Visual Studio 2010 installer rebooted the system, the previously mounted file disappeared and I had to cancel installation and retry after setting AutoMount in Daemon Tools. After that cancellation I had all these problems with Visual Studio 2010, so perhaps this advice can help save you hours of grief.

answered on Super User Apr 8, 2011 by Nemanja Vujacic • edited Feb 19, 2021 by Glorfindel

User contributions licensed under CC BY-SA 3.0