Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Data.SqlClient wasn't found in the list of registered .NET Data Providers #6

Open
AtomStar opened this issue May 20, 2022 · 1 comment

Comments

@AtomStar
Copy link

Hi, if I run the exe in .net core or .net 5.0 it does not find System.Data.SqlClient. But .net 4.5 works. See below. It seems one has to manually reference the provider in .net core/.net 5.0. Also System.Data.SqlClient might need to be updated to Microsoft.Data.SqlClient.

image

@hippasus
Copy link
Owner

have you tried to set SqlServer as the providerName parameter? @AtomStar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants