I am trying to view my database model from Visual Studio 2015 and I am facing an error:
Could not load file or assembly Microsoft.SqlServer.management.sdk.sfc version 12.0.0.0
But I have installed SQL Server 2012.
I solved the problem by installing ENU \ x64 \ SharedManagementObjects.msi
version 12.0.0.0 but why need the version 12.0.0.0 when I'm using SQL Server 2012?