Hey everyone,
A few weeks ago I implemented the workaround suggested in a dojo question about adding the missing .dll to the path "C:\Skyline DataMiner\Files which worked great for a few weeks. Suddenly it stops working and the same error showed up.
I know this is a known issue. I tried to implement the workaround specified in the task GQI - Custom Data Source - DLL references not loaded | Collaboration (dataminer.services) but was not able to fully implement it. I am wondering if anyone can please provide more specific context on how to implement this workaround?
Thank you!
Hi Miguel,
Yes, the dll is still in that path.
Hi Carlos, it looks like it found the wrong version of Microsoft.Extensions.Logging.dll or one it's dependencies.
Can you check the version of all dependencies located in C:\Skyline DataMiner\Files?
If they are different from the expected versions, you can try replacing them, but be careful that you don't overwrite the version of a dll that DataMiner needs.
If it's a dll that DataMiner depends on too, then the only solution for now is to make sure that your custom data source uses the exact same dll version.
In the near future, with the task you linked, we will be able to allow the use of any dll version independent of DataMiner and other custom data sources.
Hi Ronald,
I am going to check the versions to see if I can find any discrepancies.
Thank you!
Hi Carlos,
Just double checking, is the dll file (that your custom data source is referring to) still available in the folder C:Skyline DataMinerFiles?