I'm on holidays. And what's best about holidays? Getting to start those development projects that are really fun.
So yesterday was my time to start developing on my HPC 3300. I started with an "Hello World" app to test the 2008 beta 2 developing environment, tried to deployed it and got some dreadful "sorry, no certificates, no can do". Arghh!!!
It's probably just a question of configuration - at least I hope so. I'll start googling for the solution and post it here.
[update] here's what I need: Signing an Application During Day-to-Day Development
To Sign a C# or Visual Basic .NET application:
-
In Solution Explorer, right-click the project, and then click Properties.
-
Select the Authenticode Signature check box.
-
- In the Select Certificate dialog box, if the certificate you want appears in the list, select it, and then click OK.
- If the certificate you want does not appear in the list, click Manage Certificates to open the Manage Certificates dialog box. Use this dialog box to import one of the SDK certificates (or import the certificate an OEM or mobile operator gave you as part of its developer program).
Note: Be sure to use the *.pfx file, not the *.cer file.
- In the Select Certificate dialog box, if the certificate you want appears in the list, select it, and then click OK.
No comments:
Post a Comment