Hi team,
How do I fix the attached error I am facing with the Example application?
Hello @Uttam.Haridas,
The DSS example application and the .NET SDK is no longer going to be supported. I would recommend that you look at the Postman, Java and Python samples available here. Since the API is RESTful, it can be used with any programming language. There are a lot of articles and code samples using the API as well.
Thanks @Gurpreet Then I have few additional questions for my understanding so that I can take next steps accordingly.
Looking forward for your answers. Thank you
This would be a question for the product team. For now, DSS GUI and Postman examples would be the right tools for anyone to use.
Has the client followed all the installation instructions provided with the example app?
It relates to this dicussion.
You can modfiy the code (MainWindow.xaml.cs) by adding the following line.
public partial class MainWindow { private int _lastTabIndex; private bool _changingTabs; public MainWindow() { InitializeComponent();System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
Then, recompile and build a new exe file.
@Jirapongse - Thanks Jirapongse.
The only step I am currently stuck with is the recompiling and building a new exe file. How do I recompile and build a new exe file?
I will connect with you directly to fix this on MS Teams.