linqToTwitter 和 Windows Phone 项目
我创建了一个新的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我尝试通过 NuGet 安装 LinqToTwitter 包时,出现以下错误:
我的建议是联系包作者,看看他是否可以为您创建一个与 Windows Phone 7.1 框架兼容的包,或者自己获取源代码并尝试将其编译到您的解决方案中。
When I tried to install the LinqToTwitter package via NuGet, I got the following error:
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.