0

I am not able to connect to SQL Server .dbml file. When I am trying to connect to SQL Server, it shows a message to "install the missing package". Now, when I am installing that missing plug-in, it just shows the progress bar and at last shows "Installation completed". But again when I try to connect, it shows the above error message.

Can anyone please help me to install it manually?

Step 1:

enter image description here

Step 2:

enter image description here

Step 3:

enter image description here

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Merbin Joe
  • 121
  • 1
  • 15

3 Answers3

0

Search for and install the latest version of SSDT (Sql Server Data Tools).

user3444696
  • 347
  • 2
  • 7
0

I install Visual Studio (community edition) quite often and this happened to one of the PCs I develop on.

Uninstalling/Re-installing Visual Studio is what make this work.

Steven Chang
  • 94
  • 1
  • 3
0

Starting with Visual Studio 2017, the functionality of creating Database Projects has been integrated into the Visual Studio installation. There is no need to install the SSDT standalone installer for the core SSDT experience. To create Integration Services/Analysis Services/Reporting Services projects you still need the SSDT standalone installer.

For Database Projects, install the Data Storage and Processing workload for Visual Studio For Analysis Services, Integration Services or Reporting Services projects, download and install SQL Server Data Tools

netfed
  • 602
  • 8
  • 18