LittleNewton / Equation_and_Codebox

Microsoft Word VSTO Add-In,可以插入带编号的公式和代码
https://github.com/LittleNewton/Equation_and_Codebox
57 stars 16 forks source link

不知道怎么用,双击后报错 #2

Open lyolve opened 4 years ago

lyolve commented 4 years ago
名称: 公式与代码
从: file:///C:/Users/SDJU_345/Desktop/公式与代码 v0.2/公式与代码.vsto

************** 异常文本 **************
System.Security.SecurityException: 此应用程序中的自定义功能将不起作用,原因是用于为 公式与代码 的部署清单签名的证书或其位置不受信任。请向管理员寻求进一步帮助。
   在 Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvaluator.VerifyTrustPromptKeyInternal(ClickOnceTrustPromptKeyValue promptKeyValue, DeploymentSignatureInformation signatureInformation, String productName, TrustStatus status)
   在 Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvaluator.VerifyTrustUsingPromptKey(Uri manifest, DeploymentSignatureInformation signatureInformation, String productName, TrustStatus status)
   在 Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.ProcessSHA2Manifest(ActivationContext context, DeploymentSignatureInformation signatureInformation, PermissionSet permissionsRequested, Uri manifest, ManifestSignatureInformationCollection signatures, AddInInstallationStatus installState, TrustStatus sha256TrustStatus, X509Certificate2 sha256PublisherCert)
   在 Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.VerifySecurity(ActivationContext context, Uri manifest, AddInInstallationStatus installState)
   在 Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
失败的程序集的区域是:
MyComputer
LittleNewton commented 4 years ago

请参考 issue #1 的解决方案。

这是由于 X509 证书导致的问题。

LittleNewton commented 4 years ago

这个 issue 将会保持开放,直至证书问题彻底解决

issue #1 提出的解决方案作为临时方案。