Tahmeed Zamindar
Tahmeed Zamindar

Reputation: 53

Can't Load Service-Based Database in VB.NET?

I don't know why can't I load this service-based database in my project.

I just downloaded the community version with following packages:

enter image description here

I have nothing loaded anything except a default form, and I try to add database:

enter image description here

And this is the error I'm getting:

enter image description here

And also I can't find app.config file, I saw that we have to change some code to fix this error.

Error Message: Could not load file or assembly 'Microsoft.Data.SqlClient, Version-5.0.0.0, Culture=neutral, PublickeyToken=23ec7fc2d6eaa4a5' or one of its dependencies, The system cannot find the file specified.

I was expecting it to load table in my project

Upvotes: 0

Views: 180

Answers (1)

Jiachen Li-MSFT
Jiachen Li-MSFT

Reputation: 483

You can try manually installing Microsoft.Data.SqlClient from Nuget Package Manager. enter image description here

Upvotes: 0

Related Questions