Hi Dojo,
when I try to open a new automation script project or user-defined API project I get the message "Skyline.DataMiner.Sdk not found". I have reinstalled the DIS without success, still the same issue. I had this issue already at the Empower event.
How can I fix it?
Hi Stefan
On the troubleshooting page for the Skyline.DataMiner.Sdk you can find more information: Troubleshooting – Skyline DataMiner SDK | DataMiner Docs


Hi Stefan
My NuGet.config contains the following: <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
Without the '"' that you have. And the 'Skyline' you can remove (as the value is empty anyway).
Have you tried using the .NET tool as mentioned in the docs? That should try to 'download' the NuGet so that it's already on your system.
Hi Michiel,
not working still. I guess it's a problem with the nuget.config.
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Skyline" value="" />
</packageSources>
Can you share me the value for the packageSources?