Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
0
Unable to solve System.Data.SqlClient not supported with Blazor?
posted

I'm getting the following error:

- System.Data.SqlClient is not supported on this platform

When using:

- using System.Data.SqlClient;

- using (IDbConnection connection = new SqlConnection(connectionSting)){}

Using the following:

- System,Data.SqlClient is 4.8.3

- .Net Framework 5.0

- Edge Browser

- VS 2019

Can't for the life of me figure out why this isn't working? 

Thanks