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 need to switch the SQL provider from System.Data.SqlClient to Microsoft.Data.SqlClient in a .NET framework (v4.8) application. When I set the provider to "Microsoft.Data.SqlClient" I receive an error in the GUI that says unable to convert "System.Data.SqlClient.SqlConnection" to "Microsoft.Data.SqlClient.SqlConnection". Is there something I am doing wrong?
The text was updated successfully, but these errors were encountered:
Hello,
I need to switch the SQL provider from System.Data.SqlClient to Microsoft.Data.SqlClient in a .NET framework (v4.8) application. When I set the provider to "Microsoft.Data.SqlClient" I receive an error in the GUI that says unable to convert "System.Data.SqlClient.SqlConnection" to "Microsoft.Data.SqlClient.SqlConnection". Is there something I am doing wrong?
The text was updated successfully, but these errors were encountered: