Manifest XML signature is not valid.

Manifest XML signature is not valid.

Problem

During start of the addin, you get the following error:

System.Deployment.Application.InvalidDeploymentException: Exception reading manifest from file://MyPath/MyAddIn.vsto: the manifest may not be valid or the file could not be opened. ---> System.Deployment.Application.InvalidDeploymentException: Manifest XML signature is not valid. ---> System.Security.Cryptography.CryptographicException: SignatureDescription could not be created for the signature algorithm supplied.

Solution

You are using either an outdatet .NET or VSTO Runtime. Please download and install the latest runtimes:

Related articles