【发布时间】:2017-12-07 20:57:35
【问题描述】:
我正在使用实体框架的数据库优先方法。当我在“ADO.NET 实体数据模型”中创建新连接然后添加服务器名称和数据库名称后,它会显示这个错误 -
Could not load file or assembly
'Microsoft.SqlServer.Management.Sdkc.Sfc, Version=11.0.0.0,
Culture=neutral, PublicKey Toekn = 89845dcd8080cc91' or one of its
dependencies. The system cannot find the file specified.
在 Google 上找到了很多链接并尝试过,但它并没有解决我的问题。
Could not load file or assembly Microsoft.SqlServer.management.sdk.sfc version 11.0.0.0
试过这个
SharedManagementObjects.msi(64 位)(正确安装并重新启动 VS 并再次出现相同的错误)
PowerShellTools.msi
Visual Studio 2012、SQL Server 2008 R2、64 位操作系统
【问题讨论】:
标签: .net visual-studio-2012 sql-server-2008-r2 entity-framework-6