KuromoryOriginal post
Rank 2: Process
I use the the SqlClient in my c# function but I get this exception... What do I need to do so it works?
Summary
Developers are encountering a 'System.PlatformNotSupportedException' error when trying to use System.Data.SqlClient on a platform where it's not supported. They've tried switching to Microsoft.Data.SqlClient in their csproj file, but the issue persists. They are trying to sync data between an Appwrite database and an MSSQL database.
Solution: Since System.Data.SqlClient is not supported on the current platform, developers should use Microsoft.Data.SqlClient instead for compatibility.