Hello all, I got this error from msbuild when excecute Nunit test cases, but I know why it is error out. I have no clue where to start fixing problem. Thank you much. CT
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at NUnit.Util.XmlResultVisitor.Initialize(TestResult result)
at NUnit.Util.XmlResultVisitor..ctor(TextWriter writer, TestResult result)
at NUnit.ConsoleRunner.ConsoleUi.CreateXmlOutput(TestResult result)
at NUnit.ConsoleRunner.ConsoleUi.Execute(ConsoleOptions options)
at NUnit.ConsoleRunner.ConsoleUi.Main(String[] args)
c:\Builds\TheCollective\Collectivebuild3\BuildType\TFSBuild.proj(173,5): error MSB6006: "nunit-console.exe" exited with code 2.
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at NUnit.Util.XmlResultVisitor.Initialize(TestResult result)
at NUnit.Util.XmlResultVisitor..ctor(TextWriter writer, TestResult result)
at NUnit.ConsoleRunner.ConsoleUi.CreateXmlOutput(TestResult result)
at NUnit.ConsoleRunner.ConsoleUi.Execute(ConsoleOptions options)
at NUnit.ConsoleRunner.ConsoleUi.Main(String[] args)
c:\Builds\TheCollective\Collectivebuild3\BuildType\TFSBuild.proj(173,5): error MSB6006: "nunit-console.exe" exited with code 2.