linqToTwitter 和 Windows Phone 项目

发布于 2024-12-10 02:59:22 字数 211 浏览 0 评论 0原文

我创建了一个新的 Windows Phone 应用程序并添加了 linqToTwitter 包。这添加了对 LinqToTwitterAg 的引用,但我无法开始使用 TwitterContext 或类似的内容,并且无法添加“using LinqToTwitterAg”或“using LinqToTwitter”。 LinqToTwitter 是否不能很好地与 Windows Phone 应用程序配合使用?

I created a new Windows Phone application and added the linqToTwitter package. This added a reference to LinqToTwitterAg but I cannot start using TwitterContext or anything like that and cannot add 'using LinqToTwitterAg' or 'using LinqToTwitter'. Does LinqToTwitter not play well with Windows Phone applications?

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

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

发布评论

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

评论(1

弥枳 2024-12-17 02:59:22

当我尝试通过 NuGet 安装 LinqToTwitter 包时,出现以下错误:

已成功安装“LinqToTwitter 2.0.21”。
已成功卸载“LinqToTwitter 2.0.21”。
安装失败。回滚...
无法安装包“LinqToTwitter 2.0.21”。
您正在尝试将此软件包安装到目标项目中
Silverlight,Version=v4.0,Profile=WindowsPhone71',但是包
不包含任何与之兼容的程序集引用
框架。有关详细信息,请联系包作者。

我的建议是联系包作者,看看他是否可以为您创建一个与 Windows Phone 7.1 框架兼容的包,或者自己获取源代码并尝试将其编译到您的解决方案中。

When I tried to install the LinqToTwitter package via NuGet, I got the following error:

Successfully installed 'LinqToTwitter 2.0.21'.
Successfully uninstalled 'LinqToTwitter 2.0.21'.
Install failed. Rolling back...
Could not install package 'LinqToTwitter 2.0.21'.
You are trying to install this package into a project that targets
Silverlight,Version=v4.0,Profile=WindowsPhone71', but the package
does not contain any assembly references that are compatible with that
framework. For more information, contact the package author.

My suggestion would be to reach out to the package author and see if he can create a pacakge for you that is compatible with the Windows Phone 7.1 framework, or get the source yourself and try compliing it into your solution.

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