Subhadeep
Subhadeep

Reputation: 30

Unable to add data connection between SQL Server 2019 and Visual Studio 2019 using Server Explorer

Server Explorer-Data Connections-Add new connection---testConnection(:Success)-Connect(:Shows this error)

On my other computer, this worked completely fine.

The error

Upvotes: 0

Views: 396

Answers (1)

karthik kasubha
karthik kasubha

Reputation: 424

Try below steps

Copy Microsoft.VisualStudio.Data.Providers.SqlServer from the working machine Or Click Here to download Microsoft.VisualStudio.Data.Providers.SqlServer File.

Paste in This Folder Located at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE

Now your error should be fixed.

Upvotes: 1

Related Questions