C # Hint: "The manifest signing certificate cannot be found in the certificate store" workaround

Source: Internet
Author: User

The example in this article tells the C # hint: "The manifest signing certificate cannot be found in the certificate store" workaround. Share to everyone for your reference. The specific analysis is as follows:


First, the question:

Program rebuild, Prompt for error: The manifest signing certificate could not be found in the certificate store.


Second, the solution:

It may be that the previously deployed program certificate was deleted by me or the certificate expired, resulting in this problem. The solution is as follows:

Scenario 1: Right-click the project Properties ―> signature ―> to sign the ClickOnce manifest and remove the tick off option.

Scenario 2: Create a new signature in the signature.

Scenario 3: Notepad opens the appropriate csproj file, adjusting the node values. <SignManifests>true</SignManifests> change true to False.

Choose one of the above solutions, I chose a solution, simple, regenerate, problem solved!

I hope this article is helpful to everyone's C # programming.

In addition to the Declaration, Running GuestArticles are original, reproduced please link to the form of the address of this article
C # Hint: "The manifest signing certificate cannot be found in the certificate store" workaround

This address: http://www.paobuke.com/develop/c-develop/pbk23200.html






Related content WPF button overload style C # See array in detail from a foreach statement enumeration elements use C # to send HTTP requests to implement a simulated landing instance C # Cinema ticketing system Graduation Design (3)
C # Implementing multi-threaded writing to the same file C # methods of converting Boolean types to byte arrays in C # Three ways to implement Fluent interface C # Implementation of the mobile phone number collector of China Mobile website

C # Hint: "The manifest signing certificate cannot be found in the certificate store" workaround

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.