Hi,
I have a winforms ap in VS2005 that I want to publish to a server.
The application is set to run online.
I am having issues with non trusted certficates.
Because the error i get when I try to run the app from a client is "Application validation did not succeed.
This server has a certifcate that I used for the SSL for the website on it.
Can I use that certificate to sign the winforms app and will it work?
Malcolm