Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/wpf/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wpf 如何打开xbap文件?_Wpf_Clickonce_Xbap - Fatal编程技术网

Wpf 如何打开xbap文件?

Wpf 如何打开xbap文件?,wpf,clickonce,xbap,Wpf,Clickonce,Xbap,如何打开从internet下载的.xbap文件? 许多控件供应商网站提供下载.xbap文件以显示WPF控件,但我无法打开它们。 Internet Explorer生成错误: 错误日志: 错误详细信息 在此操作期间检测到以下错误。 *[2011年3月31日下午2:23:10]System.Deployment.Application.InvalidDeploymentException(ManifestParse) -从中读取清单时发生异常file:///E:/Downloads/Control

如何打开从internet下载的.xbap文件? 许多控件供应商网站提供下载.xbap文件以显示WPF控件,但我无法打开它们。 Internet Explorer生成错误:

错误日志:

错误详细信息 在此操作期间检测到以下错误。 *[2011年3月31日下午2:23:10]System.Deployment.Application.InvalidDeploymentException(ManifestParse) -从中读取清单时发生异常file:///E:/Downloads/ControlExplorer.xbap: 清单可能无效或无法打开文件

  • 来源:System.Deployment -堆栈跟踪: 位于System.Deployment.Application.ManifestReader.FromDocument(字符串localPath、ManifestType、ManifestType、Uri sourceUri) 位于System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirect(订阅存储子存储区、Uri和sourceUri、TempFile和TempFile、IDownloadNotification通知、DownloadOptions选项、服务器信息和服务器信息) 位于System.Deployment.Application.DownloadManager.DownloadDeploymentManifest(订阅存储子存储区、Uri和sourceUri、TempFile和TempFile、IDownloadNotification通知、DownloadOptions选项) 位于System.Deployment.Application.DeploymentManager.BindCore(布尔阻塞、TempFile和tempDeploy、TempDirectory和tempAppDir、FileStream和refTransaction、String和productName) 位于System.Deployment.Application.DeploymentManager.BindAsyncWorker()处 ---内部异常--- System.Deployment.Application.InvalidDeploymentException(SignatureValidation) -清单XML签名无效

  • 来源:System.Deployment -堆栈跟踪: 位于System.Deployment.Application.Manifest.AssemblyManifest.ValidateSignature(流s) 位于System.Deployment.Application.ManifestReader.FromDocument(字符串localPath、ManifestType、ManifestType、Uri sourceUri) ---内部异常--- System.Security.Cryptography.CryptographyException异常 -该主题中没有签名

  • 来源:System.Deployment -堆栈跟踪: 在System.Deployment.Internal.CodeSigning.SignedCmiManifest.Verify(CmiManifestVerifyFlags verifyFlags)中 位于System.Deployment.Application.Manifest.AssemblyManifest.ValidateSignature(流s)


您是否安装了.Net 3.5 SP1?3.5的原始版本不允许未签名的应用程序。

我已在Windows 7 Professional N上安装了net framework 4.0。我在IE 8、Firefox 3和Chrome中进行了尝试,但均未成功。在使用net framework 4.0的XP计算机上,即使在IE 6.0I中也可以打开xbap,但在Windows 10上无法打开:(