Could not load file or assembly Microsoft.SqlServer.Management.Sdk.Sfc, Version=

环境:

web服务器:

ip:192.168.1.32 ,安装有 Visual Studio Premium 2013

操作系统: Microsoft  Server 2008 r2+sp1

数据库服务器:

ip:192.168.1.33,安装有Microsoft SQL Server 2012

操作系统: Microsoft  Server 2008 r2+sp1

操作过程:

在vs2013里利用向导SqlDataSource配置数据库连接时,点击测试连接提示成功,当点击确定时报错:

---------------------------

Microsoft Visual Studio

---------------------------

Could not load file or assembly 'Microsoft.SqlServer.Management.Sdk.Sfc, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. 系统找不到指定的文件。

---------------------------

确定  

---------------------------

CLR Types

Could not load file or assembly Microsoft.SqlServer.Management.Sdk.Sfc, Version=_第1张图片

Could not load file or assembly Microsoft.SqlServer.Management.Sdk.Sfc, Version=_第2张图片

解决办法:

去微软官网:http://www.microsoft.com/en-us/download/details.aspx?id=29065

下载下面两个组件:

Microsoft® System CLR Types for Microsoft® SQL Server® 2012

Microsoft® SQL Server® 2012 Shared Management Objects

请选择自己平台适用版本。

下载完成后在Web服务器上安装即可。

为方便大家,我已下载并分享如下(针对x64平台):

http://pan.baidu.com/s/1hqveTi0

http://pan.baidu.com/s/1nP7nK


下面是台湾的网友发现的方法:

後�戆l�F似乎有不少人都有�@�拥���},
可以�⒖歼@�善�:
1.http://social.msdn.microsoft.com/Forums/en-US/sqlnetfx/thread/1d2cb76b-642f-4067-9667-aacdbc142f74
2.http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/5abfbb57-dac9-4039-b121-ae21c9b9352c

看了一下,有人�|疑原本的�0缚梢耘埽��b了VS2008 SP1才不能跑,
可能原因似乎是VS2008�⒖嫉�SqlServer是9.0的�M件,SP1�t是10.0的�M件。
而10.0的部分,要�~外安�bSQL 2008 SMO。那就�b吧! 

我是安�b了三���n:

  1. Microsoft SQL Server System CLR Types - http://go.microsoft.com/fwlink/?LinkId=123721&clcid=0x409
  2. Microsoft SQL Server 2008 Management Objects - http://go.microsoft.com/fwlink/?LinkId=123708&clcid=0x409
  3. Microsoft SQL Server 2008 Native Client - http://go.microsoft.com/fwlink/?LinkId=123717&clcid=0x409

�Y果就在GAC�e面看到少的那�wdll。

你可能感兴趣的:(Could not load file or assembly Microsoft.SqlServer.Management.Sdk.Sfc, Version=)