Every day I get this error:
LNK1256: ALINK operation failed (80040405) : The key container name 'NameOfKeyContainer' does not exist
The only solution I have is to delete the key container with:
sn -d NameOfKeyContainer
and add it again with:
sn -i MyCertificate.pfx NameOrKeyContainer
Can someone tell me why I've to delete an create the key container every day?
(The certificate is a Verysign certificate)