Package and release a. Net package today.ProgramError prompt
Unable to find manifest signing Certificate in the certificate store.
Compilation is fine.
There was a problem during the previous compilation. After removing the following options in the project properties, the compilation was successful, but there was still a problem during the release.
After searching, try to solve the problem as follows:
Open *. csproj in notepad and delete the following four sentences, near the start point:
<Manifestcertificatethumbprint>... </manifestcertificatethumbprint>
<Manifestkeyfile>... </manifestkeyfile>
<Generatemanifests>... </generatemanifests>
<Signmanifests>... </signmanifests>
After deletion, it can be released normally.
An error message is prompted when a. Net program is packaged and released today.
Unable to find manifest signing Certificate in the certificate store.
Compilation is fine.
There was a problem during the previous compilation. After removing the following options in the project properties, the compilation was successful, but there was still a problem during the release.
After searching, try to solve the problem as follows:
Open *. csproj in notepad and delete the following four sentences, near the start point:
<Manifestcertificatethumbprint>... </manifestcertificatethumbprint>
<Manifestkeyfile>... </manifestkeyfile>
<Generatemanifests>... </generatemanifests>
<Signmanifests>... </signmanifests>
After deletion, it can be released normally.