.NET Framework 4.5

Benno67Benno67 Member Posts: 39
edited 2013-10-18 in NAV Three Tier
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

Comments

  • thegunzothegunzo Member Posts: 274
    I am using

    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
  • Benno67Benno67 Member Posts: 39
    Hi Gunnar,
    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
Sign In or Register to comment.