添加restsharp参考时出错

发布于 2024-11-05 01:04:55 字数 265 浏览 2 评论 0原文

我在添加 REstsharp.dll 的引用时遇到问题。它说:

“无法将引用添加到 d:\Vinay sree\RestSharp-101.2\RestSharp.dll,因为它不是使用 Windows Phone 运行时构建的。Windows Phone 项目仅适用于 Windows Phone 程序集。”

添加restsharp.dll 的引用时出错。因此,博客中给出的示例不起作用,因为它给出错误“无法解决执行方法”。

I have a problem adding the reference of REstsharp.dll. It says:

"Reference cannot be added to d:\Vinay sree\RestSharp-101.2\RestSharp.dll because it was not built using the Windows Phone runtime. Windows Phone Projects will work only with Windows Phone assemblies."

error while adding the reference for restsharp.dll. With that the sample given in the blogs doesnot work as it gives error Execute method cannot be resolved.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

违心° 2024-11-12 01:04:55

添加对 RestSharp.WindowsPhone.dll 和 Newtonsoft.Json.WindowsPhone.dll 的引用,因为它们是特定于手机的版本。

Add a reference to RestSharp.WindowsPhone.dll and Newtonsoft.Json.WindowsPhone.dll as those are the version specific to the phone.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文