Posted 8 March 2023, 10:05 am EST
Hi C1,
“C1.Win.Printing” references “System.Data.SqlClient”, which is feature frozen and replaced by “Microsoft.Data.SqlClient” - see https://github.com/dotnet/SqlClient
I migrated our application to the new client, and now we still deliver the old client dll as it is referenced by “C1.Win.Printing”.
Do you plan to update to the new client?
Here is a porting overview: https://github.com/dotnet/SqlClient/blob/main/porting-cheat-sheet.md
Seems to be just the modification of some namespaces.
Best regards
Wolfgang