teocomi / BCFier

Extensible BCF client and tools
http://bcfier.com/
GNU General Public License v3.0
120 stars 73 forks source link

.BCFZIP files are not recognized by Solibri #11

Closed teocomi closed 8 years ago

teocomi commented 8 years ago

Latest releases of Solibri open .bcfzip files generated by BCFier as empty reports.

This seems to be a Solibri issue as if the .bcfzip file is manually extracted to a folder and re-zipped using Windows's default tool then the reports open fine. The current version of BCFier uses System.IO.Compression, preious versions used https://dotnetzip.codeplex.com/ and it was working fine, so if Solibri doesn't fix it it might be worth re-implmementing the dotnetzip library.

teocomi commented 8 years ago

It appears that the zip files generated with System.IO.Compression are the issue. Will implement the fix below:

http://stackoverflow.com/questions/27289115/system-io-compression-zipfile-net-4-5-output-zip-in-not-suitable-for-linux-mac