I’m encountering an error with the message Strings.PlatformNotSupported_DataSqlClient while working on my application. The error suggests that a certain feature or component related to SQL Client is not supported on my current platform.
Here are some details about my setup:
Platform: Windows 10
SQL Client Library: Microsoft.Data.SqlClient
Version of SQL Client Library: 2.1.7
Framework/Runtime: .NET STANDARD 2.0
I have already tried the following steps:
Updated Dependencies: I ensured that all dependencies are up-to-date.
Checked Configuration: Verified that all configuration settings are correctly applied.
Ruben is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.