Hi,
I am trying to start using the IAS Toolkit and have followed the instructions in accordance with the link below.
https://docs.dataminer.services/develop/devguide/Automation/Howto/Getting_Started_with_the_IAS_Toolkit.html
It works fine in DIS. The Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit is installed and can be used from the script. But when publishing to the server and run the script from Dataminer Cube it complains that it is missing a reference. Reference Utils is not found.
What am I missing?
Hi,
I tried to follow your example. I am guessing that the DLL references in Cube should be filled in automatically, when publishing the script from Visual Studio, if it works right?
No DLL references are listed in Dataminer Cube.
Versions:
- Visual Studio 2019
- Dataminer Integration Studio 2.41
- Server version : 10.2.0.0-12184
- Client version : 10.3.2317.2606-62ebf1ec
Yes,
First did NuGet Package Manager->General->Clear All NuGet Storage.
then Tools NuGet Package Manager Manage Nuget Packages to uninstall Newtonsoft.Json and then install it and after that build the solution.
did you try the uninstall one NuGet and then install the same NuGet. Rebuild and then publish?