Can't use DSS.NET SDK to connect to the DSS server

Options
Shobhana
Shobhana LSEG
edited 2:13AM in DSS
DSS-problem.jpg

Case 14965790
I have some C# code that communicated with Datascope and worked as recently as 2023. It doesn't seem to work. It was based on dss_rest_net_sdk_tutorials_code. Attached is the response when I try to run the original sample code. Is there some new code or some other libraries that were changed?

Tagged:

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Shobhana

    Thank you for reaching out to us.

    It may relate to this issue.

    The client needs to use .NET Framework 4.8 or add the following code.

                System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
    DssClient dssClient = new DssClient();