Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Started to receive the error: Error signing assembly -- Unknown error (8013141c) [duplicate]

Visual Studio 2013 - Started to receive the error: "Error signing assembly -- Unknown error (8013141c)" when compiling. Few of the projects are signed using a snk file. It used to compile and has been in production for quite some time.

like image 526
Vin Avatar asked May 03 '16 20:05

Vin


2 Answers

This is a permission issue. To resolve this error; open the following folder - “C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys”, and give your user (whatever account you use to log onto your computer and work on Visual Studio) full control. You can do it by right-clicking on the MachineKeys folder and select properties, and in the security tab, make sure the current user have full control.

like image 131
Jon Avatar answered Nov 17 '22 06:11

Jon


Run Visual Studio with elevated permissions, as an Administrator.

like image 6
IanL Avatar answered Nov 17 '22 04:11

IanL



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!