Nick
Nick

Reputation: 13

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

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?

Upvotes: 1

Views: 6542

Answers (1)

Hadi
Hadi

Reputation: 37313

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

Upvotes: 1

Related Questions