How do we resolve this error, 'OS-ELRT-60008 - System.PlatformNotSupportedException: Microsoft.Data.SqlClient is not supported on this platform' ?
Hi Microsoft,
I am using Outsystems to call on premise stored procedures of MS SQL Server. In order to connect these 2 servers, in between them, there is a cloud connector as private gateway running on Windows platform. Can you advise me on how to resolve this error?
Currently the connection string format is "server=secured_gateway:portnumber;database=XXXX;user=XXXX;password=XXXX;trustServerCertificate=true;" Is it correct?
What are the Microsoft.Net software that I need to install on cloud connector in order for this error to be resolved? I installed dotnet-runtime-8.0.8-win-x64, aspnetcore-runtime-8.0.8-win-x64.exe on both cloud connector and database server still encountered this error.