vb.net - How to create a pfx instead of an snk key -


i have old 2010 vb.net project signed using .pfx file. didn't realise new gitignore has rule ignore *.pfx files. @ machine develop additional features , clone of project's repository has left me unable build due lack of key.

on machine have visual studio 2015 community edition. trying create new key replace old 1 locally. however, when try create new signature file in signing section of project properties create .snk file.

i don't desktop development , have forgotten signing thing about! think added before allow me publish build executable (there lot less hoops jump through in vs6 executable!).

i hoping use same file type , names signing file there minimum of fuss anytime have switch development machines again. possible me make vs 2015 ce generate , use .pfx signature file instead of .snk?

fiddled around short while , found can use create test certificate button on same signing section create .pfx file , select that. made sure name suited project et voilĂ  c'est tout!


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -