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:
Run the tool with the extract texts command
See error
Expected behavior
The tool should work as it had before.
Screenshots
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.
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:
extract texts
commandExpected behavior
The tool should work as it had before.
Screenshots
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.