RE: Deflate Zip library care

2013-07-19 Thread Ian Thomas
e to SL5 (they break). Ian Thomas Victoria Park, Western Australia From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Kean Sent: Friday, 19 July 2013 9:15 AM To: ozDotNet Subject: RE: Deflate Zip library care Not sure I understand referen

RE: Deflate Zip library care

2013-07-18 Thread David Kean
ubject: RE: Deflate Zip library care Time for an out-of-band release? .NET 4.5.1 was one such - you missed that? Ian Thomas Victoria Park, Western Australia From: ozdotnet-boun...@ozdotnet.com<mailto:ozdotnet-boun...@ozdotnet.com> [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Kean

RE: Deflate Zip library care

2013-07-18 Thread Ian Thomas
: Deflate Zip library care That's my team. J Unfortunately, while we have deflate/gzip (uncompress-only) support for Silverlight for HTTP responses, we didn't add ZIP compression support for Silverlight. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Beha

RE: Deflate Zip library care

2013-07-18 Thread David Kean
Wednesday, July 17, 2013 11:37 PM To: ozDotNet Subject: Re: Deflate Zip library care Saw this in my twitter feed today, not sure if it's related but it's not too long to read and may be useful. http://blogs.msdn.com/b/dotnet/archive/2013/07/17/httpclient-2-2-is-now-stable.aspx In the

Re: Deflate Zip library care

2013-07-17 Thread Davy Jones
Try re zipping the files that you previously zipped straight from windows. The windows zip routines aren't 100% compatible. I've had problems before where zipping a website for deployment with windows on my end and unzipping at the server with winzip didn't work. Hence the move to 7z. You can rol

Re: Deflate Zip library care

2013-07-17 Thread Greg Kennedy
Saw this in my twitter feed today, not sure if it's related but it's not too long to read and may be useful. http://blogs.msdn.com/b/dotnet/archive/2013/07/17/httpclient-2-2-is-now-stable.aspx In the summary it mentions partial support for Silverlight and a rabbit hole link if you want to go down i

Re: Deflate Zip library care

2013-07-17 Thread Greg Keogh
> > Are you sending these files over HTTP? Doesn’t HTTP provide the ability to > compress files between server and client? > I had a quick look at some pages and docs on this. It seems to be dependent on the IIS version, having the compression module installed and the client side being "compressio

RE: Deflate Zip library care

2013-07-17 Thread Ken Schaefer
t: Re: Deflate Zip library care Or 7z. Library. What are you ziping between the server and the client? Some Zip files of DLL files made with pkzip (or the shell) are with the WCF service, the Silverlight 5 app lazily loads them and adds the assemblies. There are some quite large charting DLLs that

Re: Deflate Zip library care

2013-07-17 Thread Greg Keogh
> > Or 7z. Library. What are you ziping between the server and the client? > Some Zip files of DLL files made with pkzip (or the shell) are with the WCF service, the Silverlight 5 app lazily loads them and adds the assemblies. There are some quite large charting DLLs that make the SL app loading

Re: Deflate Zip library care

2013-07-17 Thread Greg Keogh
Hi Ian, 4.5 brings ZIP support, but not on Silverlight -- Greg

Re: Deflate Zip library care

2013-07-17 Thread Davy Jones
Thomas Victoria Park, Western Australia *From:* ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Greg Keogh *Sent:* Wednesday, 17 July 2013 11:45 PM *To:* ozDotNet *Subject:* Deflate Zip library care I ran into some zip/deflate trouble tonight you should be

RE: Deflate Zip library care

2013-07-17 Thread Ian Thomas
Sent: Wednesday, 17 July 2013 11:45 PM To: ozDotNet Subject: Deflate Zip library care I ran into some zip/deflate trouble tonight you should be aware of.

Deflate Zip library care

2013-07-17 Thread Greg Keogh
I ran into some zip/deflate trouble tonight you should be aware of. I have SharpZipLib on the server-side and a licensed C1 zip library on the Silverlight side. C1 can unzip files from the server, but the other direction produces unzip corruptions. I'm guessing that someone isn't obeying the lette