← Back to team overview

nunit-core team mailing list archive

[Bug 1222148] [NEW] /framework switch does not recognize net-4.5

 

Public bug reported:

I'm attempting to get some unit tests run using nunit-console with the
/framework:net-4.5 switch.   The console continues to throw an
exception.   This is the output its giving:

ProcessModel: Default    DomainUsage: Single
Execution Runtime: net-4.5
Unhandled Exception:
System.ArgumentException: The net-4.5 framework is not available
Parameter name: framework
   at NUnit.Util.TestAgency.GetAgent(RuntimeFramework framework, Int32 waitTime, Boolean enableDebug)
   at NUnit.Util.ProcessRunner.Load(TestPackage package)
   at NUnit.ConsoleRunner.ConsoleUi.Execute(ConsoleOptions options)
   at NUnit.ConsoleRunner.Runner.Main(String[] args)

The same source base is also building and running under 3.5 and 4.0
which work as expected.   I'm fairly certain that 4.5 is installed
correctly on the computer in question.  This is using nunit 2.6.2 on
windows 7 64 bit.

*****
based on a discussion group question from 8/29/2013

** Affects: nunitv2
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1222148

Title:
  /framework switch does not recognize net-4.5

Status in NUnit V2 Test Framework:
  New

Bug description:
  I'm attempting to get some unit tests run using nunit-console with the
  /framework:net-4.5 switch.   The console continues to throw an
  exception.   This is the output its giving:

  ProcessModel: Default    DomainUsage: Single
  Execution Runtime: net-4.5
  Unhandled Exception:
  System.ArgumentException: The net-4.5 framework is not available
  Parameter name: framework
     at NUnit.Util.TestAgency.GetAgent(RuntimeFramework framework, Int32 waitTime, Boolean enableDebug)
     at NUnit.Util.ProcessRunner.Load(TestPackage package)
     at NUnit.ConsoleRunner.ConsoleUi.Execute(ConsoleOptions options)
     at NUnit.ConsoleRunner.Runner.Main(String[] args)

  The same source base is also building and running under 3.5 and 4.0
  which work as expected.   I'm fairly certain that 4.5 is installed
  correctly on the computer in question.  This is using nunit 2.6.2 on
  windows 7 64 bit.

  *****
  based on a discussion group question from 8/29/2013

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1222148/+subscriptions


Follow ups

References