简体   繁体   中英

Exception : A reference to a higher version or incompatible assembly cannot be added to the project

Whenever I try to add Windows.Web.Http.dll to my windows phone 8.1 application , in my visual studio 2013 environment, I am getting the following exception.

A reference to a higher version or incompatible assembly cannot be added to the project

在此处输入图片说明

I don't see any "Unblock" options as many bloggers suggest.

If someone have come across such an error, please share your thoughts.. Thanks in advance

~Sebastian

不要使用“浏览”面板,而是在“程序集”面板中搜索您似乎不支持Windows Phone 8.1项目的Windows.Web.Http.dll。

Windows.Web.Http is not supported in Windows Phone 8 Check the requirement section on below documentation link for Windows.Web.Http

Windows.Web.Http namespace

For windows phone 8 try using System.Net.WebClient .

P:S. I will recommend use Windows phone 8.1

Hope this helps

在Windows资源管理器中找到该文件。右键单击属性,单击“取消阻止”,然后重试。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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