Hi all,
We want to use a new .net framework 4.5 feature (System.IO.Compression.ZipArchive).
We know there are alternative components, but this one can work with streams, without the need of first storing files on the file system. Furthermore we prefer “native” framework solutions.
NAV2013 and also NAV2013R2 only supports framework 4.0, though the web client requires 4.5?
Are there any means using 4.5 in NAV2013?
Benno
0
Comments
System.IO.Compression.ZipFile.'System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
With NAV 2013, perhaps that will work for you. Have not tried the stream part though...
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
The problem is not the zip, but we need the archive stream functionality. We need to handle zip's with more then one file in it.
Thanks anyway.
Benno