简体   繁体   English

为Windows Store Apps版本2安装WCF数据服务客户端时出错

[英]Error installing WCF Data Service Client for Windows Store Apps version 2

I am working with Windows Store apps. 我正在使用Windows Store应用程序。 I have backend with WCF Data Services. 我有WCF数据服务的后端。 When I try to add service I have error which says I need to install WCF Data Services Client and put link to http://msdn.microsoft.com/en-us/jj658961 . 当我尝试添加服务时,出现错误消息,提示我需要安装WCF数据服务客户端,并放置指向http://msdn.microsoft.com/zh-cn/jj658961的链接。

After I downloaded, when I try to install it, I have an error: 0x800b0101 - A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. 下载后,当我尝试安装它时,出现错误:0x800b0101-当根据当前系统时钟或签名文件中的时间戳进行验证时,所需的证书不在其有效期内。

I provide the log section that comes with error: 我提供了错误附带的日志部分:

    [2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to verify certificate chain              policy status.
[2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to get certificate chain for authenticode certificate.
[2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to verify signature of payload: wcf_dataservices
[2EBC:16AC][2013-10-11T11:52:07]: Failed to verify payload: wcf_dataservices at path: D:\ProgramData\Package Cache.unverified\wcf_dataservices, error: 0x800b0101. Deleting file.
[2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to cache payload: wcf_dataservices
[2094:1F08][2013-10-11T11:52:07]: Failed to cache payload: wcf_dataservices from working path: D:\Users\TMACON~1.BAL\AppData\Local\Temp{1dff3448-2deb-42be-a710-36bfc79c5d5c}\wcf_dataservices, error: 0x800b0101.
[2094:1F08][2013-10-11T11:52:07]: Application requested retry of payload: wcf_dataservices, encountered error: 0x800b0101. Retrying...
[2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to verify certificate chain policy status.
[2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to get certificate chain for authenticode certificate.
[2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to verify signature of payload: wcf_dataservices
[2EBC:16AC][2013-10-11T11:52:07]: Failed to verify payload: wcf_dataservices at path: D:\ProgramData\Package Cache.unverified\wcf_dataservices, error: 0x800b0101. Deleting file.
[2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to cache payload: wcf_dataservices
[2094:1F08][2013-10-11T11:52:07]: Failed to cache payload: wcf_dataservices from working path: D:\Users\TMACON~1.BAL\AppData\Local\Temp{1dff3448-2deb-42be-a710-36bfc79c5d5c}\wcf_dataservices, error: 0x800b0101.
[2094:1F08][2013-10-11T11:52:07]: Application requested retry of payload: wcf_dataservices, encountered error: 0x800b0101. Retrying...
[2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to verify certificate chain policy status.
[2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to get certificate chain for authenticode certificate.
[2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to verify signature of payload: wcf_dataservices
[2EBC:16AC][2013-10-11T11:52:07]: Failed to verify payload: wcf_dataservices at path: D:\ProgramData\Package Cache.unverified\wcf_dataservices, error: 0x800b0101. Deleting file.
[2EBC:16AC][2013-10-11T11:52:07]: Error 0x800b0101: Failed to cache payload: wcf_dataservices
[2094:1F08][2013-10-11T11:52:07]: Failed to cache payload: wcf_dataservices from working path: D:\Users\TMACON~1.BAL\AppData\Local\Temp{1dff3448-2deb-42be-a710-36bfc79c5d5c}\wcf_dataservices, error: 0x800b0101.
[2094:0708][2013-10-11T11:52:07]: Error 0x800b0101: Failed while caching, aborting execution.

Could someone explain, what certificate is needed and how could I solve my problem with this error? 有人可以解释一下,需要什么证书,如何解决此错误的问题?

I'm just copying someone else's post to a new thread since I don't have enough reputation even to post a comment sadly... Tomas -> https://stackoverflow.com/users/2853943/tomas posted an answer here -> Error installing WCF Data Service Client for Windows Store Apps and I had actually figured that out one day earlier and I could successfully add the reference service however when I try to compile it it throws me errors and it cant find mostly the System.Data namespace..any clue why this is happening and how to fix this? 我只是将其他人的帖子复制到新线程中,因为我什至没有足够的声誉甚至很难发表评论... Tomas-> https://stackoverflow.com/users/2853943/tomas在这里发布了答案- > 为Windows Store Apps安装WCF数据服务客户端时出错,实际上我已经意识到这一点可以提前一天完成,并且我可以成功添加参考服务,但是当我尝试对其进行编译时,它会抛出错误,并且大部分找不到System.Data命名空间..任何线索为什么会发生这种情况以及如何解决?

没关系,我想我在这里发布了dll参考组件->(C:\\ Program Files(x86)\\ Microsoft WCF Data Services \\ 5.6 \\ bin \\ tools)到项目中,到目前为止,它似乎仍在工作,还没有完成项目,但是让我们看看是否没有再次抛出任何错误..我将在这里发布的任何新闻

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM