Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No .NET Core Support for SQL Server Types #31

Open
JaimeStill opened this issue Oct 6, 2022 · 0 comments
Open

No .NET Core Support for SQL Server Types #31

JaimeStill opened this issue Oct 6, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@JaimeStill
Copy link
Owner

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

Also see dotnet/SqlClient#322 for more context.

@JaimeStill JaimeStill added the bug Something isn't working label Oct 6, 2022
@JaimeStill JaimeStill moved this to Todo in Data Conductor Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant