DBPT Launcher Source

I haven't been able to figure out the password for the key file (Yes, I'm not the smartest around here).
Would you be able to post it or PM it to me? Thank you very much.

p.s. oh man I feel silly for not finding this earlier..:blushing:
 
There was an error while I've tryed to compile it:
Error 1 Cannot import the following key file: DBPT Launcher_TemporaryKey.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_98AD7FC9D3EB08B0 DBPT Launcher
 
Well, if you're building signed executables, DPT wouldn't give away their key, and you'll have to replace it with your own.

Microsoft have a list of supplyers who can see you a certificate to sign the Strong Name CSP, or you can make one up your self... but if you do that, users will be warned that the signature is not backed by anything. So IMHO, if you don't want to by a developer certificate from a trusted authority, you are better of producing unsigned code.
 
Back