Hi Dojo,
I'm having an interesting issue.
After replacing the dll referenced on my solution by the respective NuGet packages, I'm having issues with the compilation of the QActions.
On the precompiled QAction, it seems that reference for the nuget got lost. However, they are on the solution:
On my local DMA, I don't have this issue, everything works fine.
Any guesses?
Thanks!
Hi Ana, how was the protocol uploaded to the DMA? Now that nugets are used, the new dlls must be uploaded to the ProtocolScripts folder. You can verify the nugets are stored correctly by going to the DMA and checking here:
In your screenshot, it looks like you're looking for the "slc.clib.utility" nuget package, which is seen in the above screenshot as an example.
To compile your protocol with the nugets and upload it to the DMA, you can compile it within Visual Studio using File -> Save Compiled Protocol As... This should result in a .dmprotocol file which you can upload to the DataMiner system.
Hi Blake,
Yes, that was the issue. I was using the right click -> Copy Protocol to Clipboard. Apparently, doesn’t compile the code correctly.
Thanks!