SQL Server 2008 installation error: value cannot be null. Parameter Name: doc

I am trying to add some services (full-text search, integration services, etc.) in SQL Server 2008, which I did not install with the first SQL server installation, now that I have decided to add these functions to the sql server I 'get a message about error:

SQL Server Installer encountered the following error:

The value cannot be null. Parameter Name: doc.

I have Win 7 x64

enter image description hereenter image description here

I would appreciate any help.

+6
source share
2 answers

I saw this problem in another forum, says the user fixing the problem with microsoft.net 4.0.

Note: another user claims that using a local account on the computer solved the installation problem and then re-started recording on another account so that the problem is resolved on this other account as well

+1
source

Right-click on .exe and Run as Administrator

-3
source

Source: https://habr.com/ru/post/896454/


All Articles