Visual Studio Error With Tables

0

In the following image I show my error of Visual Studio 2015 in which when I select the place that says Tables next mind second Click and then in update it shows me the following error I need to see that table but it tells me

  

Unable to load file or assembly   Microsoft.SqlServer.Managment.Sdk or one of its dependencies. The   system can not find the specified file

    
asked by Diego 26.03.2017 в 16:22
source

1 answer

1

The error occurs because Visual Studio could not find the assembly required for SQL Server 2014.

Download these 2 files in X86 or X64 version according to your system:

  • DB2OLEDBV5
  • SharedManagementObjects.msi

link

After installing, restart the visual studio.

    
answered by 26.03.2017 / 18:19
source