I get the following error when I try to instantiate a third party web service client instance ...
Cannot find the X.509 certificate using the following search criteria:
StoreName 'My', StoreLocation 'LocalMachine', FindType 'FindByThumbprint',
FindValue '[value in here]'.
The strange thing is that we are doing this work on a different development machine, but she stubbornly refuses to work in the mine. We added the certificate to the machine certificate store in the same way (as far as we can tell) on each machine.
Can anyone suggest any troubleshooting suggestions?
source
share