You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new at F#, wondered by so many good things, but also stuck with some problems I can not figure out how to proceed.
I am trying to use the SQLProvider, but this error occurs:
Error FS3033 The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: Unable to resolve assemblies. One of MySql.Data.dll, MySqlConnector.dll (e.g. from Nuget package MySql.Data) must exist in the paths:
C:\temp\fsConsoleApp2\fsConsoleApp2
C:\Users\tonyv\.nuget\packages\mysql.data\6.10.5\lib\netcoreapp2.0
C:\Users\tonyv\.nuget\packages\sqlprovider\1.1.23\lib\netstandard2.0
C:\WINDOWS\system32
Details:
Strong name validation failed. (Exception from HRESULT: 0x8013141A)
I checked and the DLL are on the correct folder. I also specified a f folder, containing the MySqlConnector.dll and MySql.Data.dll, but it does not compile.