fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
572 stars 146 forks source link

.NET Core app get Could not load file or assembly System.Configuration.Install #608

Closed HotHat closed 5 years ago

HotHat commented 5 years ago

In .NET Core app get Could not load file or assembly System.Configuration.Install But In .NET Framework app can add Reference in Reference Manage

How can i add System.Configuration.Install?

Thorium commented 5 years ago

What database? MySQL? #543

...or where is that dependency needed anyway? I think it's not directly SQLProvider dependency.

HotHat commented 5 years ago

@Thorium Thanks