RickStrahl / Westwind.Globalization

Database driven resource localization for .NET applications
544 stars 135 forks source link

Unable to use Microsoft.Data.SqlClient #233

Open dan-waterbly-sos-wa-gov opened 4 months ago

dan-waterbly-sos-wa-gov commented 4 months ago

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?