Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Tutorials
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • DataMiner Insights
      • Security
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

NuGet packages

Solved1.51K views12th July 2023DLL NuGet
2
Manuel Gallardo [DevOps Advocate]733 2nd September 2022 0 Comments

Hi Dojo!

I'm working in a new driver wich uses a nuget package and I'm including it as namespace in a QAction:

using System.IO.BACnet;

And as dll import in the QAction declaration:

<QAction id="2" dllImport="BACnet.dll" name="Bacnet_read" encoding="csharp" triggers="4">

I have also have checked the "Automatically generate Class Library code"

DIS compiles fine but when a run the element I have a reference error.

(9,17): error CS0234: The type or namespace name 'BACnet' does not exist in the namespace 'System.IO' (are you missing an assembly reference?)

I have follow this article but I can't find the generated dll in the dlls folder:

NuGet use in System Development

Any idea?

Thanks in advance!

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 12th July 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
0
Michiel Oda [SLC] [DevOps Enabler]3.58K Posted 7th September 2022 0 Comments

Hi Manuel

Do note that proper NuGet support only works in DataMiner 10.1 (DataMiner 10.0.10).

In the upcoming release of DIS (2.39) (September) it will be possible to have proper NuGet support when developing. When publishing a script or protocol, it will retrieve the necessary dlls and create a dmapp/dmprotocol package and deploy that on the DataMiner.

When saving the compiled version of a script/protocol (e.g.: Save Compiled Protocol As...) it will now have the option to save it as a dmapp/dmprotocol. Previously (DIS 2.38) it would save the xml and create a folder called Dlls beside it with the necessary dlls. These needed to be manually stored in the ProtocolScripts folder.

Do note that not all NuGets will be supported yet. NuGets with native code for example is not supported as the internal structure of the NuGet is different.

But for most cases there should be no issues.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 12th July 2023
0
Michiel Clepkens [SLC] [DevOps Advocate]1.29K Posted 5th September 2022 5 Comments

Hi Manuel

Please check if the required DLLs are present in the Skyline DataMiner/ProtocolScripts/DllImport folder. When DIS compiles the Automation script or protocol, it will extract the required DLLs from the NuGets and save them alongside the protocol.xml/script.xml. To make sure elements using such a protocol can work correctly, those folders with DLLs need to be placed in the Skyline DataMiner/ProtocolScripts/DllImport folder.

More information about this topic can be found on DataMiner Docs: Consuming NuGet packages

Hope this will help you out.

Kind regards

Manuel Gallardo [DevOps Advocate] Posted new comment 5th September 2022
Manuel Gallardo [DevOps Advocate] commented 5th September 2022

Hi Michiel, thanks for your reply.
The problem here is that DIS doesn’t seem to build the DLL folders, so I can’t copy them to the Skyline DataMiner/ProtocolScripts/DllImport folder. The MyProtocol/Dlls folder is empty.

Michiel Clepkens [SLC] [DevOps Advocate] commented 5th September 2022

Hi Manuel
As an alternative, the DLLs should also be present in the MyProtocol/packages folder.
Kind regards

Manuel Gallardo [DevOps Advocate] commented 5th September 2022

Hi Michiel, Yes, I have copied it from that folder to Skyline DataMiner/ProtocolScripts/DllImport folder with the same result.
Is necesary to restart the DMA after that?

Michiel Clepkens [SLC] [DevOps Advocate] commented 5th September 2022

Hi Manuel, I don’t think restarting the DMA is necessary. Restarting the element should do the trick if I’m not mistaken.
Kind regards

Manuel Gallardo [DevOps Advocate] commented 5th September 2022

Hi Michiel, I finally fixed it by copying the dlls directly from the global packages folder due to the folder structure not being the same as in the solution package folder as explained in this post:
https://community.dataminer.services/question/dis-dll-import-paths-with-nuget-packages/?hilite=nuget
It could be interesting to add this issue to the nuget integration guide:
https://docs.dataminer.services/develop/TOOLS/TOONuGet/Consuming_NuGet.html

Thanks for the support!

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas

Recent questions

Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes
Correlation Engine: “Test rule” doesn’t result in a hit, despite functional rule 1 Answer | 3 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (109) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (152) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin