Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I have an iLogic code which generate several stepfiles and add them into a new created compressed folder (ZIP).
I am using it in several Inventor versions and we are now on the latest Inventor professional 2025.
I have used this iLogic rule about a year ago for the last time and now it suddenly does not work anymore!
I did not change anything in the code.
Is there something changed within iLogic, or maybe in .net?
I am using this line:
System.IO.Compression.ZipFile.CreateFromDirectory(_export_Location, _ZipFileName)
But get this message:
Error on Line 190 : 'ZipFile' is not a member of 'System.IO.Compression'.
Does somebody has any idea?
Solved! Go to Solution.