Hi,
I've tried to do the Kata 10: Create a simple interactive script but when i try to execute i have this error:
Script Failure (Mask Element): System.TypeLoadException: Unable to load the 'Text' type from the assembly 'SLManagedAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
in CManagedAutomation.RunWrapped(CManagedAutomation* , Int32 iCookie, IUnknown* pIAutomation, tagVARIANT* varParameters, tagVARIANT* pvarReturn, String scriptName)
in CManagedAutomation.Run(CManagedAutomation* , Int32 iCookie, Char* bstrScriptName, IUnknown* pIAutomation, tagVARIANT* varParameters, tagVARIANT* varEntryPoint, tagVARIANT* pvarReturn, tagVARIANT* pvarEntryPointResult) (CSharp; 0x80004005h): (see comment for more details)
If needed this is the code https://github.com/ConversoVincenzo/Kata10.git and these are the versions:
Skyline.DataMiner.Core.DataMinerSystem.Automation version 1.1.1.3
Skyline.DataMiner.Dev.Automation version 10.3.12.2
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit version 7.0.2
Hi Vincenzo.
The exception means that the type 'Text' couldn't be found in the SLManagedAutomation assembly. The strange thing is that it also shouldn't be loaded from that assembly, and your code on GitHub also looks fine at first sight.
How was the script published to the DMA? Would it please be possible to check in Cube if the necessary DLL references are present in the advanced section below the script? You should at least see three references for the libraries that you mentioned.
Below the C# code there is also a "validate" button, which could help to pinpoint the problem.
The validate button didn’t catch anything, the script was published with the DIS Plugin of Visual Studio
I believe the ‘Text’ type is the Text property of the UIBlockDefinition which is in SLManagedAutomation (see https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.UIBlockDefinition.Text.html)
And the InteractiveAutomationScriptToolkit NuGet uses that in the background