Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9012351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:58:25+00:00 2026-06-16T02:58:25+00:00

This is the first time I’m attempting to use NUnit. I’ve installed NUnit into

  • 0

This is the first time I’m attempting to use NUnit. I’ve installed NUnit into my Visual Studio project, using NuGet. As you can see in the image below, it references nunit.framework, version 2.6.1.12217…

Visual Studio project

… then I installed the latest Windows app (NUnit-2.6.1.msi)….

Windows App

… and tried to load my test assembly…

Load fail

… but for some reason, it’s expecting version 2.5.10.11092 of nunit.framework.

Any idea if I’m doing something wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T02:58:26+00:00Added an answer on June 16, 2026 at 2:58 am

    Another possibility is that you are referencing a third party assembly that has a reference on a specific version of nunit.framework.

    For example I encountered the same issue because I had a reference to TeamAgile.UnitTestExtensions.dll

    To check if a particular assembly has a reference to nunit.framework.dll use ILDASM and check the extern metadata in the MANIFEST.

    Screenshot of ILDASM

    As you can see from the screenshot, this assembly has a reference to version 2.4.6 of nunit.framework.

    To resolve this issue, add a binding redirect entry to the applications config file to map your old version to your new version.

      <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
          <dependentAssembly>
            <assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="Neutral" />
            <bindingRedirect oldVersion="2.5.10.11092" newVersion="2.6.1.12217" />
          </dependentAssembly>
          ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is first time am using apache commons-cli. Requirement : i want to use
This is my first time that I use WCF and Android. So, sorry for
This is my first time using XML documents. What I'm trying to do is
This is my first time using this site and I am quite new to
I am currently working on an ASP.NET MVC2 project. This is the first time
First: this is my first time using GSON. Trying to parse some JSON, I
I'm using PayPal sandbox for the payment gateway, this is first time I'm trying
I am doing this first time so I need some help. I am using
This is first time I am doing a project in other then English Language
This my first time using StackExchange so I apologize if I miss anything. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.