Hi All,
We are developing an LCA and using the DOM for queries. We have encountered an issue with one of our scripts that returns the following error during both validation and execution: "Could not find a part of the path..."
Note: https://we.tl/t-kWi88T4amB9hbBNO
As shown in the attached image, the folder exists on the DataMiner agent server (10.5.0.0-16515-CU9), and the referenced DLL is present in that folder.
Do you have any suggestions on how to resolve this? Please let me know if you need any further information. Best regards,
Hi Jardel,
That error happens when the path cannot be found, can you make sure the string in the DLL references is correct?
Try to check if there are not any hidden characters or something like that, or that DllImport contains the correct characters as the I and L look similar in the font that cube and windows use.