-
Fredrik Dahlberg
- PowerBuilder
- Monday, 25 August 2025 02:06 PM UTC
Hi,
We have a powerbuilder application (Safran Project) that calls a .net library. In this library we do some database operations using microsoft.data.sqlclient.
One particular line in the .net library looks like this:
SqlConnectionStringBuilder builderMSS = new SqlConnectionStringBuilder();
When we're using version 5.2.2 of microsoft.data.sqlclient this works fine, but when we use version 6.0.1 or later it fails with the following error message:
"Microsoft.Data.SqlClient is not supported on this platform"
Have you seen this error before? Do you know if there's anything we can do to fix this? We would prefer to be on version 6 of this library.
Kind Regards
Fredrik Dahlberg
Safran Software Solutions
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.