Hi Dojo Community,
I have a quick question as I am trying to use the MessageBox in a script I am working on and have ran into this issue with it:
SLAutomation.exe 10.3.2243.4394|18748|15056|CSharp|DBG|5|(Script Event_Streaming/1) Extended Error Info:
(Code: 0x80131500) Skyline.DataMiner.Automation.ScriptAbortException: Whoopsy System.TypeLoadException: Der Typ "Text" in der Assembly "SLManagedAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" konnte nicht geladen werden.
bei Skyline.DataMiner.Utils.InteractiveAutomationScript.Label.StyleToUiString(TextStyle textStyle)
Now I had this issue before when trying to create a label myself so I avoided using the labels in Dialogs.
Here is also the code for the MessageBox:
controller.Engine.Log("Entering the else condition");
MessageDialog exceptionDialog = new MessageDialog(controller.Engine, "Ip Address is invalid please type in a new one");
exceptionDialog.Show(true);
Thank you so much in advance
no still is the same problem
Hi Amer,
I would need to see the visual studio solution to find what else could be causing the problem.
Would it be possible to put the solution on github and share the link?
Or if it contains secrets, put a stripped down version on github.
If this is not possible, I suggest contacting techsupport@skyline.be so we can help you through that channel.
Hi Amer,
As this problem is too complex to solve it here on the forum, I will now close this question. As Thomas suggested, if you cannot share the solution with him on GitHub, feel free to contact techsupport@skyline.be so they can assist you.
Hi Amer,
I suspect that you are using a toolkit version that is too high.
You can find an overview of the DataMiner compatibility here:
https://docs.dataminer.services/develop/TOOLS/Interactive_Automation_Script_Toolkit.html#versions
Try downgrading the toolkit version.
Hi Thomas,
Currently I am using 10.3.7 of SLManagedAutomation and interactive automation script 6.1.0 but I will try downgrading the toolkit to 6.0 ? or will I go lower
Hi Thomas,
I went back as far as version 4.0 and was still getting the same error
Hi Amer,
I see that this question has been inactive for some time now. Have you found a solution for this yet? If not, feel free to contact techsupport@skyline.be for assistance.