Hi Dojo,
I'm creating a GQI data source and it uses a nuget to get the classes for de-serializing some data.
While everything is compiling correctly in DIS, I always get the "Could not load file or assembly... The system cannot find the file specified." error.
When DIS creates the package, it includes the nuget dll and it is available on the DM server at "C:\Skyline DataMiner\ProtocolScripts\DllImport\...", but the process that is loading the GQI data source (SLHelper if I'm not mistaken) is apparently not looking there for the dll.
Where should dlls be placed so they can be used by GQI data sources?
Hi Matthijs,
This is indeed a known issue:
https://collaboration.dataminer.services/task/180830
The general workaround that is mentioned on this task works in all scenarios, but requires a code change.
However, if you're lucky you can place your DLLs in C:\Skyline DataMiner\Files if there are no conflicts with the DLLs used by DataMiner.