↧
Answer by user2187032 for The type provider 'FSharp.Data.SqlCommandProvider'...
The maintainer of the project gave me a fix for the issue : https://github.com/fsprojects/FSharp.Data.SqlClient/issues/423.I had to force the evaluation of the System.Data.SqlClient nuget with ";;" :#r...
View ArticleThe type provider 'FSharp.Data.SqlCommandProvider' reported an error:...
I'm trying to create a small F# script that will be using FSharp.Data.SqlClient or other SQL Type Prodiver. I also tried SQLProvider. I always get the following error :The type provider...
View Article