1

我是 Windows Phone 8 开发的新手。我需要添加一个imapx库才能在应用程序中使用 imap 协议。我想我错过了一些东西,因为我总是收到以下错误:

Install failed. Rolling back...
Could not install package 'ImapX 2.0.0.9'. 
You are trying to install this package into a project that targets
WindowsPhone,Version=v8.0', but the package does not contain any 
assembly references or content files that are compatible with that 
framework. For more information, contact the package author.

我创建了一个简单的项目,现在什么都不做,目标是 Windows Phone 8 手机。我正在使用 VS2012,我尝试使用 Nuget 安装它,或者添加对 .dll 的引用,没有工作。我安装了 VS2012 的 update3,但它也不起作用。

Nuget 包管理器是 2.7 版。我看过一些类似这样的帖子,人们说要更新包管理器,但我没有 Nuget 的更新。

谢谢你的帮助。希望我清楚...

奥德里克

4

1 回答 1

0

我是 ImapX 库的开发者,今天我发布了 ImapX 2.0.0.13,它现在支持 Windows Phone 7.1 和 8.0。您可以使用 Nuget 安装它或从codeplex下载它。

此致,

帕维尔·阿扎诺夫

于 2013-09-18T13:36:10.273 回答