-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
When using Microsoft.Data.SqlClient an InvalidCastException will be thrown #51
Comments
Microsoft.Data.SqlClient isn't supported. Likely duplicate of: #29 |
I understand...I've submitted a PR to make it work with Microsoft.Data.SqlClient. It probably make sense to keep support to both, even if the newer Microsoft.Data.SqlClient is the preferred library (as per https://devblogs.microsoft.com/dotnet/introducing-the-new-microsoftdatasqlclient/) |
Fixed in #69 |
When using Microsoft.Data.SqlClient 2.0.1 the following exception will be generated
[System.InvalidCastException] Unable to cast object of type 'Microsoft.SqlServer.Types.SqlHierarchyId' to type 'Microsoft.Data.SqlClient.Server.IBinarySerialize'.
once proper assembly redirection is in place
The text was updated successfully, but these errors were encountered: