Hi Community,
I tried to finish the Kata #62 PerformaceAnalyzer.
I get an error inside the LCA:
Error trapped: Error thrown in implementation of OnPrepareFetch: Could not load file or assembly 'Skyline.DataMiner.Utils.PerformanceAnalyzer, Version=3.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
But I found the file in the correct location on the server as defined in the script: C:\Skyline DataMiner\ProtocolScripts\DllImport\skyline.dataminer.utils.performanceanalyzer\3.0.2\lib\net48\Skyline.DataMiner.Utils.PerformanceAnalyzer.dll
Why do I get this error message?
Hi Felix,
The issue happens, as João mentioned, because you are not using GQI DxM. I've encountered similar issue with being unable to enable GQI DxM, but I thought it was a lone case, I will bring it up internally.
Regarding where you found the DLL that is not the correct location for GQI, in order for GQI to be able to access DLL it needs to be in C:\Skyline DataMiner\Files folder. This is true for any GQI that uses NuGets.
Can you try copying the DLL to that folder and see if that resolves your issue?
Let me know if you need any further help,
Cheers


Hi Felix,
Glad I could help.
I don't think so, this is a GQI limitation, more precisely the SLHelper limitation. I think one of the goals the GQI DxM tries to address is this one.
Hi Edib,
placing the file manually into C:Skyline DataMinerFiles does work.
Thank you!
Any way to put it into the correct folder when publishing the Nugets from Visual Studio to the DMA?