【问题标题】:SharpZipLib issue while adding reference Windows Phone添加参考 Windows Phone 时出现 SharpZipLib 问题
【发布时间】:2013-09-04 06:35:03
【问题描述】:

我正在尝试将 SharpZipLib 的 dll 添加到我的 Windows Phone 8 项目中。添加时出现以下错误

无法将对更高版本或不兼容程序集的引用添加到项目中

这是屏幕截图

我发现了一个相同类型的问题。 Referencing ZXing.Net library 但它不适用于我的情况。我已经从http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx下载了这个dll

有人可以帮帮我吗?我该如何解决这个问题?

【问题讨论】:

    标签: c# visual-studio-2012 windows-phone-8


    【解决方案1】:

    您是否考虑过在 NuGet 上使用 Microsoft Compression 库?它肯定列出了对 Windows Phone 8 的支持。

    如果这不适合您,请尝试通过 NuGet 添加 SharpZipLib 包,因为如果包不支持 WP8,它将有更清晰的消息。

    【讨论】:

    • 收到此错误:Could not install package 'SharpZipLib 0.86.0'. 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 that are compatible with that framework. For more information, contact the package author.
    • @Ajay - 听起来 SharpZipLib 绝对不支持 WP8。我建议使用 Microsoft Compression 库。它同时支持 HTTP Gzip 和 Zip 存档,并且绝对支持 WP8。
    • 我也检查了这个Install-Package Microsoft.Bcl.Compression,但它也给出了错误Could not install package 'Microsoft.Bcl.Compression 3.9.69'. 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 that are compatible with that framework. For more information, contact the package author.
    • 我可以使用 Microsoft 压缩库提取图像的 zip 文件吗
    • @Ajay - 是的图片压缩问题。不过,不确定错误。 This blog post 明确提到 WP8 作为受支持的平台。
    【解决方案2】:

    您下载的二进制文件仅适用于完整的 .NET Framework 项目。如果你想在 Windows Phone 项目中使用它,你需要下载源代码并撕掉不支持 Windows Phone 的部分。

    请注意,SharpZipLib 并未正式支持 Windows Phone,因此您可能需要努力将其移植到 Windows Phone。

    因此,您最好使用官方支持 Windows Phone 的库,例如 SharpCompress,

    https://sharpcompress.codeplex.com/

    【讨论】:

    • @Ajay,您阅读我的回答有困难吗? SharpCompress 显然是另一种方式。如果实际上您想评估所有可能的选项,而不是使用其中一个,您将不得不自己进行研究,我会投票支持关闭这个问题。
    猜你喜欢
    • 2011-05-11
    • 1970-01-01
    • 1970-01-01
    • 2012-12-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多