Andrew Stopford's Weblog

poobah

Sponsors

News

Articles

Family

Old Blogs

MSBuild 3323 error

I ran into this one today-

error MSB3323: Unable to find manifest signing certificate in the certificate store.

This application uses AutoUpdate and has been building fine, suddenly its stopped.  Google draws a blank, anyone else run into this?

Update: see the comments for how to resolve this.

Comments

Mr. Bungle said:

I got this when I renamed my C# project then tried to publish it. To solve, I went to the "Signing" tab of the project properties and unchecked "Sign the ClickOnce manifests". Good luck!
# December 20, 2005 5:35 AM

Anilesh said:

Thanx it worked

# August 2, 2006 1:39 PM

thorna said:

Note that it doesn't work using Sharpdevelop, because ClickOnce is not supported and I cannot figure what to do :/

# February 22, 2007 4:57 PM

Siddique said:

Just rename your project and it will solve your problem

# June 13, 2007 6:44 AM

tony said:

thanks - it worked for me too

# August 30, 2007 9:56 AM