Unable to find Manifest Signing Certificate???

lickuid

Active member
Joined
Nov 6, 2006
Messages
37
Programming Experience
Beginner
I recently reinstalled windows and vs.net. I opened up my latest program and I have a build error: Unable to find manifest signing certificate in the certificate store.

What does this mean?
 
Okay, for future reference: if anyone goes through this and doesn't know what to do... go to your VS .NET menu, click Project. All the way at the bottom, you'll see a menu item that is "[Your Project Name] Properties..." Click that. Once there, look for the "Signing" tab. Then uncheck the "Sign the ClickOnce manifests". That should fix the problem.
 
Back
Top