הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Question
Wednesday, July 6, 2005 10:36 AM | 2 votes
Hi, I get this Error;
The "SignFile" task was not given a value for the required parameter "CertificateThumbprint".
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets
When I try to publish
This is after I reinstalled windows XP home & VB2500 express beta
It worked before
I don't know enough to sort it out, please help?
All replies (9)
Wednesday, July 6, 2005 6:08 PM ✅Answered | 13 votes
If you reinstalled Windows, then your certificate is no longer in the cert store which may be confusing VS.
If the certificate was generated by VS, you should have a *.pfx file in your project. Try doing the following:
- Double click the My Project node in your project.
- Click on the Signing tab.
- Make sure "Sign the ClickOnce manifests" is checked.
- Click the "Select from File..." button, and select the *.pfx file in your project.
Hopefully, this will fix the problem.
Regards,
Sean: VBPM
Saturday, November 11, 2006 4:53 PM | 1 vote
Sorry for reviving a long quiet thread but it's the only one I can find relevant to my problem. I'm using c# express too!
I have the above problem and yes have just had to reinstall following an HD failure. I had the code backed up but had to reinstall windows and C# express.
I tried the above fix using a .pfx file from the application directory but still can't publish
Error 3 SignTool reported an error 'Failed to sign .\bin\Release\QxmlClick.publish\setup.exe. SignTool Error: ISignedCode::Sign returned error: 0x80880253
The signer's certificate is not valid for signing.
I can build the project fine, I just can't publish it.
All ideas greatfully welcomed
Thanks
Steve
Wednesday, February 6, 2008 10:13 PM
VeryGood work for me.
Thanks
Tayron
Monday, March 21, 2011 4:58 AM
Good this work for me
Thanks
Rajendra Kuldeep
Sunday, July 1, 2012 2:19 PM | 1 vote
Interestingly enough the solution for me was to "Clear" the checkbox for "Sign the ClickOnce manifests".
Once i had done that, it enabled me to generate the deployment files.
Tuesday, July 9, 2013 6:21 AM
Very Good. It's works perfectly.....
Thank you very much....
rageshS
Sunday, October 20, 2013 4:50 AM
thanks....it worked for me....
Sunday, October 20, 2013 4:51 AM
you nead to use....visual studio professsional edition...not the express edition
Friday, September 25, 2015 6:10 PM
You also have to click "Create Test Certificate",cuz your cumputer name has changed.