Lixkote / RectifyPad

Modern Windows WordPad alternative for Windows 11
https://rectify11.net/
MIT License
161 stars 5 forks source link

Unable to find Wordpad_TemporayKey.pfx #9

Closed AhmadALiZ14 closed 1 year ago

AhmadALiZ14 commented 1 year ago

While compiling in visual studio, it displays this error, i looked in the folder and there was no file named like this in it.

AzylumZ commented 1 year ago

Go to the folder where you cloned this repo, find wordpad.csproj in WordPad folder, and edit it any text editor such as notepad++, find the line : <AppxPackageSigningEnabled>True</AppxPackageSigningEnabled> and change it to False like this : <AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>

Now comment out or delete these two next lines : `181C7B083CBF3C271B2111DC6E82B75308B43EBD

WordPad_TemporaryKey.pfx` This should look like : `` Save this file and go back to visual studio, you may need to reload the project , compile again as release or debug , and it should work now
AhmadALiZ14 commented 1 year ago

Thanks this fixed it, thanks Lixkote for such an amazing app. image