27-10-22 01:33 PM
Hi all, we are using a C# DLL to parse a pdf invoice to a collection. In Dev an QA environment the parser works fine, but in producción we are getting this error:
"ERROR: Internal : Could not execute code stage because exception thrown by code stage: The type initializer 'AFIPinvoice.AFIPparser' threw an exception".
The prod environment is an exact copy of the QA environment, and we've checked that the .net libraries versions and the DLL files in prod are exactly the same as the files in DEV and QA.
The dll file is located in the BP folder in prod.
¿Do you have any clue about what could be the cause of this issue?
Thanks!
27-10-22 06:38 PM