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
    • 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
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

System.BadImageFormatException When Running Unit Test

Solved109.78K views4th January 2022BadImageFormatException SLManagedScripting Unit Test
7
Geovanny Galeano [SLC] [DevOps Advocate]725 30th December 2021 0 Comments

Whenever I try running an Unit Test no matter if it was already part of the solution or if I create my own I get this exception when the test includes something with mocking SLProtocol.

Test method Skyline.Protocol.TrapProcessing.Tests.TrapProcessorTests.IsTrapIdImplementedTest threw exception:
System.IO.FileNotFoundException: Could not load file or assembly ‘SLManagedScripting, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. The system cannot find the file specified.
at Skyline.Protocol.TrapProcessing.Tests.TrapProcessorTests.IsTrapIdImplementedTest()

The SLManagedScripting dll is part of the solution I’ve checked, also I’ve tried pointing to another version which another developer sent me which works for them. This is happening with drivers as soon as I clone them straight from git, if it contains unit test with SLProtocol the test fails.

Some protocols with Unit Test which I ran but got the exception.

Miranda IControl General
Telestream Inspect 2110

After looking online I saw something about changing to X64 or X86 which doing so didn’t work and I wasn’t able to find anything else.

I’ using VS 2017

This is how the solution looks, also there are no errors in the code.

Geovanny Galeano [SLC] [DevOps Advocate] Selected answer as best 4th January 2022

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
5
Pedro Debevere [SLC] [DevOps Enabler]1.80K Posted 4th January 2022 1 Comment

Hi Geovanny,

Could it be that the Default Processor Architecture has been set to X64? (If this is set to X64, it generates the BadImageFormatException you mention.) In Visual Studio 2017, from the menu bar, this can be configured under Test > Test Settings > Default Processor Architecture. If this is set to X64, change it to X86.

Geovanny Galeano [SLC] [DevOps Advocate] Selected answer as best 4th January 2022
Geovanny Galeano [SLC] [DevOps Advocate] commented 4th January 2022

The issue was solved by forcing the target to use x86 instead of Any CPU for the Unit Test Project.

Thanks to Pedro, to do so Right click the unit test project Properties > Build > “Platform target:” set x86

The unit test are now running successfully.

3
Brent [SLC]1.57K Posted 31st December 2021 1 Comment

Hi Geovanny,

The exception means that visual studio fails to find the SLManagedScripting.dll-file or one of the dll that SLManagedScripting relies on. This can happen when the path used in the reference is not relative (causing it to point to non existent locations) or your local setup differs from the ones used by the people commiting the test.

You can check this by going to the testproject->references->right click SLManagedScripting->properties. Check if the path points to the SLManagedScripting.dll. From my test this should point to your local DataMiner installation.

It could also be that a reference of SLManagedScripting is missing. If the path points to the dma and the dma is healthy then this should be ok. If the path points to a custom file, then this is likely the issue and you will have to copy over the necessary files to the folder where the SLManagedScripting.dll resides.

Geovanny Galeano [SLC] [DevOps Advocate] Posted new comment 3rd January 2022
Geovanny Galeano [SLC] [DevOps Advocate] commented 3rd January 2022

Hi Brent,

Correct the path for the SLManagedScripting.dll is pointing to the local DMA (C:Skyline DataMinerFilesSLManagedScripting.dll). I also compared this to another developer’s setup, and everything was the same. Visual studio is able to access the dll since there are no compile issues, its only when I click on “Run Unit Test” that I get the error.
I even upgraded my DMA in case it was something with the dll itself, but this didn’t fix the issue.

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