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
When including SQL Server types, such as geography, the following exception is thrown:
"System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SqlServer.Types, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'. The system cannot find the file specified."
This is an issue with Microsoft.SqlServer.Types not being compatible with .NET Core, as discussed here: dotnet/SqlClient#30
When including SQL Server types, such as
geography
, the following exception is thrown:This is an issue with
Microsoft.SqlServer.Types
not being compatible with .NET Core, as discussed here: dotnet/SqlClient#30Also see dotnet/SqlClient#322 for more context.
The text was updated successfully, but these errors were encountered: