Skip to content

Project with target netcoreapp2.0 will not build with SQLProvider package version 1.1.38. #529

@ScottHutchinson

Description

@ScottHutchinson

Description

OS: Windows
Database: Microsoft SQL Server

Program.fs(8,11): error FS3033: The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: Could not load file or assembly 'System.Data.SqlClient, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Known workarounds

After running the command below, the project builds and runs with either System.Data.SqlClient package version 4.4.0 or 4.4.3.

dotnet add package SQLProvider --version 1.1.26

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions