您好,
这个问题是VS在发布的时候的一个通用问题,我帮您才百度上搜索了下,
您可以参考下
http://stackoverflow.com/questio ... ed-publish-aborting
Go to Project-> Properties
Go to the tab named "Signing"
Check the Checkbox labeled 'Sign the ClickOnce manifests'. This enables the section where you can point to a certificate.
Click on the button labeled 'Select From File...". In the directory listing, choose a key file (.pfx) and Open.
From the step 3, click the button labeled "More Details...". This will display the certificate you've just selected.
Click "Install Certificate" and follow the prompts.
Save and Publish your Solution. |