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
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Agility
      • Kanban workshop
      • Agile Fundamentals
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • 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
    • 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
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Build error when using GetDMS in automation script

Solved772 views10th July 2023automation scipt
1
Robin Becker [DevOps Advocate]1.40K 10th May 2023 0 Comments

Hi,

Suddenly I’m getting errors when trying to use GetDMS in an automation script. I used the snippet to and added the class library:

error CS0234: The type or namespace name 'Library' does not exist in the namespace 'Skyline.DataMiner' (are you missing an assembly reference?)
error CS0234: The type or namespace name 'Library' does not exist in the namespace 'Skyline.DataMiner' (are you missing an assembly reference?)
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 10th July 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Michiel Saelen [SLC] [DevOps Enabler]5.70K Posted 10th May 2023 3 Comments

Hi Robin,

I would suggest using the public NuGet package:
NuGet Gallery | Skyline.DataMiner.Core.DataMinerSystem.Automation 1.1.0.4

For usings:
using Skyline.DataMiner.Core.DataMinerSystem.Common;
using Skyline.DataMiner.Core.DataMinerSystem.Automation;

And then you can use:
engine.GetDms();

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 10th July 2023
Robin Becker [DevOps Advocate] commented 10th May 2023

Hi Michiel,

That just changes the error to:
error CS0234: The type or namespace name ‘Core’ does not exist in the namespace ‘Skyline.DataMiner’ (are you missing an assembly reference?)
error CS0234: The type or namespace name ‘Core’ does not exist in the namespace ‘Skyline.DataMiner’ (are you missing an assembly reference?)

It seems to work when running locally with DIS Inject but not when publishing the script and running it from cube.

Michiel Saelen [SLC] [DevOps Enabler] commented 5th July 2023

Hi Robin,

Sorry for the late reply, did you include the correct NuGet packages?
Can you also share what DIS version or DM version you are using?
Maybe you can push your solution to a public GitHub repo, so we can check?

Robin Becker [DevOps Advocate] commented 7th July 2023

Hi Michiel,
This issue is being looked at in a support ticket and will hopefully be solved.

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
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