When trying to read a pptx file using the latest version from the develop branch, reading fails with the error message:
The parameter pValue can't have the value "020B0604030504040204" (Validation: The length is not equals to 10)
Why does that happen? What can I do to prevent it? Why is there a limit of 10 characters?
It looks like the limit was added in ec4700e#diff-3412465bd7f45b4c39d517277b37db019c65ab68d5f03d5557fd4463caad5a46
pinging @Progi1984 as you introduced the change. Any idea what could cause this?
When trying to read a pptx file using the latest version from the
developbranch, reading fails with the error message:Why does that happen? What can I do to prevent it? Why is there a limit of 10 characters?
It looks like the limit was added in ec4700e#diff-3412465bd7f45b4c39d517277b37db019c65ab68d5f03d5557fd4463caad5a46
pinging @Progi1984 as you introduced the change. Any idea what could cause this?