Dec 26 2021 04:21 AM - edited Dec 26 2021 07:08 AM
Hello,
The problem I'm having is with unrecognized dll paths when using MSIX runtime.
Our SW communicates with external dll's that reside in the `C:/TwinCat` directory. These dll's are external and are used to communicate with our hardware. They are part of an external software called TwinCat. When we try to connect our SW to the HW we use these dll's for communication.
The problem is that when the SW runs in MSIX virtual environment it can't find the paths of the relevant dll's, but when I run everything locally (when debugging) everything works perfectly.
I tried using the Package Support Framework but had no success. I get the following error:
ADS could not be initialized because the 'TcAdsDll.dll' is not found! Please check DLL search paths!
Can anybody please help? If we won't be able to fix this issue we will have to abandon MSIX.
EDIT:
The path to the dll's is saved in the win environment variables in PATH.
Thanks in advance!
Michael Pesin.
Jan 07 2022 01:13 PM
Jan 10 2022 08:46 AM