我有一个项目在windows phone 8环境与谷歌联系API。我得到了16个警告,举个例子:
Referent to type "System.Net.IWebProxy" claims it is defined in c:\Program Files
(x86)\Reference Assemblies\Microsoft\Framework\WindowsPhone\v8.0\System.dll',
but it could not be found.如何修复它?
发布于 2013-03-22 03:16:09
确保您已经安装了.NET Framework 4.5。更多关于IWebProxy的信息可以在这里找到。我希望它能对你有所帮助。
https://stackoverflow.com/questions/15556043
复制相似问题