I have a program that I wrote to connect to a feature service. I get an exception when I call QueryFeaturesAsysnc (see attachment). This application used to work but the Test Certificate expired and had to be recreated. I'm wondering if I'm not creating the certificate correctly?
For the Signing portion of the application properties I am doing the following:
1. Check the "Sign the ClickOnce manifest"
2. Create Test Certificate using sha256RSA and no password.
3. Leave the "Timestamp server URL" blank and "Sign the assembly" unchecked.
Is this the correct way to sign my esri WPF application?