Hi everyone
Today I'm encounter a curious problem, when I uploaded an automation script via on my DMA, I see the script on the DMA was updated, but on the C# block I just see the value [Project:<Name of the folder with the script>], and the same thing on the VS after, I messed up with something? how I can see again the Xml compiled with all the scripts inside?
Hi Marco
In DIS (as that looks like a script developed with DIS) you can save the compiled script. This will create a dmapp package that you can upload. This will hold the full XML together with any assemblies (NuGet packages) that you used in the script.
Another way is to publish the script from within Visual Studio with DIS. DIS will create the dmapp package like the save and then pushes it to the DataMiner that is configured in the DIS settings.
If you have multiple scripts in the Automation Script solution, you can also save all of them in a single dmapp package and upload them in one go.
EDIT: Link to the docs: Developing Automation scripts as Visual Studio solutions | DataMiner Docs