-
Notifications
You must be signed in to change notification settings - Fork 146
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
Does not build in CLI for .net core 3.1 #687
Comments
Try adding a reference to System.Data in your project. |
@Thorium do you mean System.Data.Common or System.Data.SqlClient. I have install both and it still has the same error |
Project file
|
I guess this is duplicate of #580 |
There has been some issues with System.Data.SqlClient on .Net Core 3.1, so there is the dynamic version: #645 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Builds in visual studio 2019 but not using "dotnet build" or in Linux container
ERROR:
The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: Could not load type 'System.Data.SqlClient.SqlConnection' from assembly 'System.Data.SqlClient, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
builds correctly
Screenshots
Desktop
The text was updated successfully, but these errors were encountered: