无法加载文件或程序集“Microsoft.SqlServer.Manageme

Could not load file or assembly #39;Microsoft.SqlServer.Management.Sdk.Sfc, Version=12.0.0.0(无法加载文件或程序集“Microsoft.SqlServer.Management.Sdk.Sfc,版本=12.0.0.0)
本文介绍了无法加载文件或程序集“Microsoft.SqlServer.Management.Sdk.Sfc,版本=12.0.0.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 Sql Server 2012 Express 运行 Visual Studio 社区 2015.

当我尝试查看我的数据库表时,我收到以下错误

我手动安装了 LocalDb 和管理对象但无济于事,这是我能够提供的唯一建议.

我不明白为什么我在安装管理对象时会收到一条关于管理对象的错误消息.

有什么想法吗?

解决方案

您必须下载 SQL Server 2014 功能包中的 SQL Server 共享管理对象 2014.即使安装了其他版本,Visual Studio 2015 也需要 sql server 2014 程序集.

下载链接如下

https://www.microsoft.com/en-us/download/details.aspx?id=42295

I'm running Visual Studio community 2015 with Sql Server 2012 Express.

When I try to view my database tables I receive the following error

I have manually installed LocalDb and Management Objects to no avail and this is the only advice i've been able to source.

What I dont understand is why I am receiving an error message about management objects when I have installed it.

Any ideas?

解决方案

you have to download SQL Server shared management objects 2014 found in SQL server 2014 feature pack. Visual Studio 2015 need sql server 2014 assemblies even if other versions are installed.

Download Link below

https://www.microsoft.com/en-us/download/details.aspx?id=42295

这篇关于无法加载文件或程序集“Microsoft.SqlServer.Management.Sdk.Sfc,版本=12.0.0.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Execute complex raw SQL query in EF6(在EF6中执行复杂的原始SQL查询)
SSIS: Model design issue causing duplications - can two fact tables be connected?(SSIS:模型设计问题导致重复-两个事实表可以连接吗?)
SQL Server Graph Database - shortest path using multiple edge types(SQL Server图形数据库-使用多种边类型的最短路径)
Invalid column name when using EF Core filtered includes(使用EF核心过滤包括时无效的列名)
How should make faster SQL Server filtering procedure with many parameters(如何让多参数的SQL Server过滤程序更快)
How can I generate an entity–relationship (ER) diagram of a database using Microsoft SQL Server Management Studio?(如何使用Microsoft SQL Server Management Studio生成数据库的实体关系(ER)图?)