PDA

View Full Version : Usage Tool - Error when trying to compile


EricB
08-16-2007, 09:05 AM
I downloaded the Usage Alert sample, and I can run the binary without any issues. However, when I try to compile the source, I get the following error message:
[b]
"Unable to find manifest signing certificate in the certificate store."</BLOCKQUOTE>

Any clue why I am getting this?

I am running VS.NET 2005 SP1 on Windows XP SP2+all current hotfixes.

Thanks,

Eric

bruce
08-17-2007, 09:44 AM
Hmmm.. this is really bizzare.

I tried compile the app and did not get any error.

May be this posting is helpful

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=162851&amp;SiteID=1

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

EricB
08-17-2007, 11:21 AM
Bruce,
I'll give that a try and see if it works. If it works, I'll post back here so that others know what to do. If it doesn't work, I'll let you know.

Thanks,

Eric

EricB
08-17-2007, 11:31 AM
Bruce,


I just tried this (from the MSDN forums) and it worked.
[b]


To solve, I went to the "Signing" tab of the project properties and unchecked "Sign the ClickOnce manifests". Good luck!


</BLOCKQUOTE>
Thanks,
Eric