Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
1 like 0 dislike
769 views
in .Net Framework by 31 42 54
edited by

I created a new Console Application that was built and working as expected using visual studio 2022. However, when I build an application on another version of Visual Studio such as Visual Studio 2015 with a different version of the framework, I receive this error "Unable to find manifest signing certificate in the certificate store".

Unable to find manifest signing certificate in the certificate store

How can I solve this issue?


1 Answer

1 like 0 dislike
by 31 42 54
selected by
 
Best answer

Solving: Unable to find manifest signing certificate in the certificate store

To solve this issue "Unable to find manifest signing certificate in the certificate store", you have to do the following steps:

Steps

1.Right Click on your Project > and select Properties
Visual Studio Project Properties
2. From the left side, click on Signing.
3. Finally, Uncheck the " Sign the ClickOnce manifests " as shown below.

Signing Project in Visual Studio

See Also: How to Sign DLL with a strong name key to an existing DLL?

If you don’t ask, the answer is always NO!
...