nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03678
[Bug 1084471] Re: NullReferenceException in VisualStudioConverter.ConvertVSSolution
** Project changed: nunitv2 => nunit-console
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1084471
Title:
NullReferenceException in VisualStudioConverter.ConvertVSSolution
Status in NUnit Console Runner:
Triaged
Bug description:
When invoking the console runner. Please see below for console output.
The problematic solution file is attached.
-------
$>nunit-console AdamsClient.sln
NUnit-Console version 2.6.2.12296
Copyright (C) 2002-2012 Charlie Poole.
Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.
Copyright (C) 2000-2002 Philip Craig.
All Rights Reserved.
Runtime Environment -
OS Version: Microsoft Windows NT 5.1.2600 Service Pack 3
CLR Version: 2.0.50727.3643 ( Net 3.5 )
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at NUnit.Util.ProjectConverters.VisualStudioConverter.ConvertVSSolution(String path)
at NUnit.Util.ProjectConverters.VisualStudioConverter.ConvertFrom(String path)
at NUnit.Util.ProjectService.ConvertFrom(String path)
at NUnit.Util.ProjectService.LoadProject(String path)
at NUnit.ConsoleRunner.ConsoleUi.MakeTestPackage(ConsoleOptions options)
at NUnit.ConsoleRunner.ConsoleUi.Execute(ConsoleOptions options)
at NUnit.ConsoleRunner.Runner.Main(String[] args)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-console/+bug/1084471/+subscriptions
References