I have an installation running 4.0.2.1 and I have the ZipUpload package installed. It's been working fine up until now where I am getting the following error:
Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I know this has been reported as an issue with 4.5, but has anyone seen this error on a 4.0.2.1 installation? If so, is there a fix? I'd be happy to explore other solutions to this, but the package cannot be based on flash or an installed solution due to organizational restrictions at the client site.
I had the same problem on Umbraco 4.7. I replaced the ICSharpCode.SharpZibLib dll and got the ZipUpload package working. Unfortunately the umbraco package manager (Install local package) doesn't work anymore, presenting the same error. How to get both of them working with one and the same SharpZibLib.dll?
I have the same issue as Andreas... if one works the other doesn't; it's DLL hell. sigh. the only option I see is rebuilding the package project using the older version, unless there is a way to have umbraco core use the newer version.
ZipUpload error
Hi all,
I have an installation running 4.0.2.1 and I have the ZipUpload package installed. It's been working fine up until now where I am getting the following error:
Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I know this has been reported as an issue with 4.5, but has anyone seen this error on a 4.0.2.1 installation? If so, is there a fix? I'd be happy to explore other solutions to this, but the package cannot be based on flash or an installed solution due to organizational restrictions at the client site.
Thanks for your suggestions!
Details: .NET 2.0, IIS 6, Windows Server 2003.
-- Nik
Check the version on the ICSharpCode.SharpZipLib DLL
Yeah, it turns out that version 0.85.4.369 is what's needed which can be found here:
http://sourceforge.net/projects/sharpdevelop/files/SharpZipLib/0.85.4/SharpZipLib_0854_Bin.zip/download
-- Nik
Hi,
I had the same problem on Umbraco 4.7. I replaced the ICSharpCode.SharpZibLib dll and got the ZipUpload package working. Unfortunately the umbraco package manager (Install local package) doesn't work anymore, presenting the same error. How to get both of them working with one and the same SharpZibLib.dll?
Best Regards
Andreas
I have the same issue as Andreas... if one works the other doesn't; it's DLL hell. sigh. the only option I see is rebuilding the package project using the older version, unless there is a way to have umbraco core use the newer version.
Hi Sam
What version of Umbraco do you need the DLL for? If it's 4.0.2 then I might be able to get you one that is compatible.
/Jan
Nik's post addresses this specific problem; it would be nice to flag this post as "resolved."
For the uninitiated, I copied my dll from:
/net-20/ICSharpCode.SharpZipLib.dll
as there are four versions in the downloaded zip
I also had to increase my allowable post size, found here: http://our.umbraco.org/forum/core/general/6017-media-file-size-limit
Good idea, I have marked it as 'solved'.
Thanks,
Nik
is working on a reply...