oising / strongnaming

A set of PowerShell Cmdlets to facilitate signing of unsigned 3rd party assemblies with a key of your choice, to allow them to be referenced by strongly named projects.
40 stars 6 forks source link

Unable to get MD5 checksum for the key file "key2.pfx". Could not find file '...StrongNaming\key2.pfx' #2

Closed draper closed 10 years ago

draper commented 11 years ago

A bad file is in the current solution.

oising commented 11 years ago

Thanks, you can ignore this. Those keys were just for my testing, they are not required to build or use the project.

oising commented 11 years ago

Oops, you're right - key2.pfx is password protected and is being used to sign the project. Either add your own snk/pfx or use key.snk that is also in the solution. Sorry!

I'll update the source later as you can work around this for now.

oising commented 11 years ago

reopening to track the clean up.

oising commented 10 years ago

fixed