Reputation: 53
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:
I have nothing loaded anything except a default form, and I try to add database:
And this is the error I'm getting:
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
Reputation: 483
You can try manually installing Microsoft.Data.SqlClient from Nuget Package Manager.
Upvotes: 0