Skip to main content

Microsoft Silverlight

Answered Question Substitute for System.IO.PackagingRSS Feed

(0)

krantisinhpatil
krantisi...

Member

Member

4 points

13 Posts

Substitute for System.IO.Packaging

 Hi,

I am upgrading my Silverlight 1.1 application to Silverlight 2.0. For that I need classes from System.IO.Packaging.
Can anybody tell what is substitute for System.IO.Packaging in Silverlight 2.0.

Thanks,
Krantisinh

bryant
bryant

Star

Star

9927 points

1,629 Posts

Silverlight MVP

Re: Substitute for System.IO.Packaging

Sorry, but can you provide some information on why you need the Packaging? Are you zipping things up on the client? You'll probably need to do the packaging on the server which would have access to this namespace.

-- bryant

Blog | Twitter
_________________
Dont forget to click "Mark as Answer" on the post that helped you.

ken tucker
ken tucker

All-Star

All-Star

16154 points

2,463 Posts

Re: Substitute for System.IO.Packaging

 Sorry there is no direct replacement for the packing class.  There are some third party zip libraries from component one, and xceed.  There is a silverlight version of the sharpziplib on codeplex. I am not sure how well it works

 

http://www.codeplex.com/slsharpziplib

prujohn
prujohn

Contributor

Contributor

3567 points

703 Posts

Re: Substitute for System.IO.Packaging

ken tucker:

 Sorry there is no direct replacement for the packing class.  There are some third party zip libraries from component one, and xceed.  There is a silverlight version of the sharpziplib on codeplex. I am not sure how well it works

 

http://www.codeplex.com/slsharpziplib

I can endorse this library.  Works very well for me.

krantisinhpatil
krantisi...

Member

Member

4 points

13 Posts

Re: Substitute for System.IO.Packaging

 Using Packaging for creating ZIP at run time.

krantisinhpatil
krantisi...

Member

Member

4 points

13 Posts

Re: Substitute for System.IO.Packaging

Thanks,

I browse sharpziplib, but i didn't got required methods.
Is there any other library, which can help me?

 

prujohn
prujohn

Contributor

Contributor

3567 points

703 Posts

Answered Question

Re: Substitute for System.IO.Packaging

The library will give you a compressed (with zip compression) of your data, you can then send that data to a web service to save it as an actual .zip file.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities