天天看點

VS2005 “無法在證書存儲區中找到清單簽名證書”錯誤的解決方法

方法一:在VS2005中出現該錯誤時,用記事本打開項目的.csproj檔案,删除以下内容即可:

    <ManifestCertificateThumbprint>B531F2CF222748C5E29308FC2247704827D1EA8C</ManifestCertificateThumbprint>

    <ManifestKeyFile>xxxx_TemporaryKey.pfx</ManifestKeyFile>

    <GenerateManifests>true</GenerateManifests>

    <SignManifests>true</SignManifests>

    <PublishUrl>D:\xxx\bin\</PublishUrl>

    <Install>true</Install>

    <InstallFrom>Disk</InstallFrom>

    <UpdateEnabled>false</UpdateEnabled>

    <UpdateMode>Foreground</UpdateMode>

    <UpdateInterval>7</UpdateInterval>

    <UpdateIntervalUnits>Days</UpdateIntervalUnits>

    <UpdatePeriodically>false</UpdatePeriodically>

    <UpdateRequired>false</UpdateRequired>

    <MapFileExtensions>true</MapFileExtensions>

    <CreateWebPageOnPublish>false</CreateWebPageOnPublish>

    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>

    <IsWebBootstrapper>false</IsWebBootstrapper>

    <BootstrapperEnabled>true</BootstrapperEnabled>

方法二:用記事本打開項目的csproj檔案,将<SignManifests>true</SignManifests>修改為<SignManifests>false</SignManifests>即可

原文轉載:http://www.cnblogs.com/sailxc/archive/2011/10/20/2219246.html

如果您看了本篇部落格,覺得對您有所收獲,請點選右下角的

[推薦]

如果您想轉載本部落格,

請注明出處

如果您對本文有意見或者建議,歡迎留言

感謝您的閱讀,請關注我的後續部落格