0dteam / Phishing-Reporter

An Outlook Plugin to report phishing emails easier and provides full integration with GoPhish.
GNU General Public License v3.0
47 stars 13 forks source link

Build error under VS 2019 environment #1

Closed fkclai closed 4 years ago

fkclai commented 4 years ago

Hi,

The following error was reported when followed the instruction and build the project.

"Unable to find manifest signing certificate in the certificate store."

I tried to unclick the "Sign the ClickOnce manifests", but it clicked again automatically and shown the same error. https://i.stack.imgur.com/FIHjg.png

May I have your help?

thanks,

fkclai commented 4 years ago

To resolve this problem, you can delete the following code at the file "PhishingReporter.csproj", before you start the project

<PropertyGroup> <SignManifests>true</SignManifests> </PropertyGroup> <PropertyGroup> <ManifestKeyFile>PhishingReporter_TemporaryKey.pfx</ManifestKeyFile> </PropertyGroup> <PropertyGroup> <ManifestCertificateThumbprint>49F4622D1A7A5798A0337CEE03366CECC8D37E0C</ManifestCertificateThumbprint> </PropertyGroup>

derhelge commented 3 years ago

You can also add a tempory Certificate by yourself inside the project-settings.