Print Page | Close Window

[SOLVED] ClickOnce Deployment

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=490
Printed Date: 11-Jun-2026 at 3:03pm


Topic: [SOLVED] ClickOnce Deployment
Posted By: Linguinut
Subject: [SOLVED] ClickOnce Deployment
Date Posted: 11-Oct-2007 at 3:38pm

I want to deploy my app using ClickOnce.  I am ready.  I click publish.

Error!  Unable to find manifest signing certificate in the certificate store.

If I turn off the signing, it just comes back checked after the failed publish procedure.
 
How do I correct this issue?



Replies:
Posted By: Linguinut
Date Posted: 11-Oct-2007 at 3:49pm
I do not recall ever having to sign the clickonce manifest; however, my preliminary research is pointing me that way.
 
Ok.  I'll go that way.  How do I create a certificate that will not expire for more than one year?


Posted By: Linguinut
Date Posted: 11-Oct-2007 at 4:11pm
Forget about the dating issue...got a more important one.
 
How do I add the business modules that I created to the list of ClickOnce application files to deploy?


Posted By: Bill Jensen
Date Posted: 11-Oct-2007 at 6:54pm
Look at ClickOnceShim (in Source/Deployment).  Read the Readme, then add your modules to Dummy.cs.
 
Bill J.


Posted By: Linguinut
Date Posted: 12-Oct-2007 at 8:46am
Thank you.  Totally forgot about the ClickOnceShim project.


Posted By: orcities
Date Posted: 01-Nov-2007 at 9:03am
Ok, so I followed the readme. The ref was already in the Shell project. I added my module ref's in the Shim project and added the declarations in the Dummy file.
 
When I run Publish on the shell project I get the same error Linguit specified.
 
What am I doing wrong?


Posted By: orcities
Date Posted: 01-Nov-2007 at 9:05am

The readme says you can't use the shim if you are trying to build the release version. Why is that?

If I want to do a release version do I need to create a seperate app installation file for the server?



Posted By: Linguinut
Date Posted: 01-Nov-2007 at 9:33am
Hey Dan,
 
Happy New Month!
 
I know this sounds like an elementary question, but did you create the certficate?  I know that I had trouble with the dating on that thing.  I gave up and left it with an expiration of one year.  This will come back to haunt me again, I suppose.
 
Bill



Print Page | Close Window