vote up 0 vote down star

I'm trying to setup a test app using ClickOnce as the deployment model.

It's all gone quite well so far. I signed the manifests with a test certificate, but now every time I try to run it in release or debug mode, it asks me for the password. Not only is this a pain, if it worked, but it's giving me the error message "Object already exists" and won't go any further.

I'd like to

a: not have to enter a password every time I try to run/debug the app
b: get past this error
flag

72% accept rate

1 Answer

vote up 0 vote down

How old is the test certificate? The ones Visual Studio generates by default only last for 12 months. If you remove the pfx file from the project, does it run? I saw this behaviour when I was trying to run a colleague's old project and the test cert had expired.

link|flag
the certificate is about 1 min old. I literally JUST created it. – SnOrfus Sep 26 at 0:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.