Altinn / altinn2-convert

Command line tool for converting Altinn 2 reporting services into Altinn 3 apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert tool crashes during load of cablib dll

nkylstad opened this issue · comments

Describe the bug

When running the altinn2-convert tool, it fails with an error message when loading cablib to uncompress the .xsn-file.
Not sure what the issue is, there have been no changes to the code since the POC was completed.

To Reproduce

Steps to reproduce the behavior:

  1. Run the tool with the extract texts command
  2. See error

Expected behavior

The tool should work as it had before.

Screenshots

image (10)

Additional info

Possibly some issue with the host machine. The tool was developed on the old image types, which I believe was running an older Windows version than the current one 🤔 A quick google search suggests some mismatch between the library and the machine with 32-bit vs 64-bit, but the build is set to "Any CPU", and explicitly setting it to x86 or x64 did not solve the issue.

This issue is old, and currently there seems to be only one user that is not having this problem. Closing.