Could not load file or assembly microsoft.sqlserver.sqlclrprovider 13.100.0.0

后端 未结 7 1806
甜味超标
甜味超标 2020-12-16 14:25

I run my Winforms app using SQLServer assemblies Microsoft.SqlServer.ConnectionInfo (13.100.0.0) Microsoft.SqlServer.SMO(13.100.0.0)

On the same machine SSMS 2016(Au

7条回答
  •  無奈伤痛
    2020-12-16 15:18

    The Microsoft.SqlSever.SqlClrProvider can be installed by running the following MSIs:

    ENU\x64\SQLSysClrTypes.msi

    ENU\x64\SharedManagementObjects.msi

    which are available form the following Microsoft download link: https://www.microsoft.com/en-us/download/details.aspx?id=52676

    The link provides a list of MSIs. You will have to navigate through the list to find the items above.

    Install the SQLSysClrTypes.msi first, followed by the SharedManagmentObjects.msi.

    The actually Microsoft.SqlSever.SqlClrProvider.dll will be installed into your GAC. The rest of the related assemblies will be installed in C:\Program Files\Microsoft SQL Server\130\

提交回复
热议问题