Hi,
I try to execute NUnit v3.0 console on my test project (works with NUnit v2.x), but next error message shown (see below). Also attached file TestResult.xml.
I executed tests from NUnit-3.0 binary folder and from my test folder: same result.
Please, could you help me to understand the issue?
thank you,
Igor.
NUnit Console Runner 3.0.5509
Copyright (C) 2014 Charlie Poole
Test Files:
<working folder>
\UnitTests.dll
Runtime Environment
OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1
CLR Version: 4.0.30319.34209
Options
ProcessModel: Default DomainUsage: Default
Execution Runtime: Not Specified
Work Directory: D:\CompanySW\Tools\nunit\NUnit-3.0.0-alpha-5b\bin
Internal Trace: Off
Test Run Summary
Overall result: Failed
Tests run: 0, Passed: 0, Errors: 0, Failures: 0, Inconclusive: 0
Not run: 0, Invalid: 0, Ignored: 0, Skipped: 0
Start time: 2015-03-16 15:17:45Z
End time: 2015-03-16 15:17:46Z
Duration: 0.238 seconds
Unable to load one or more of the requested types. Retrieve the LoaderExceptions
property for more information.
Errors and Failures
1) Invalid : <working folder>\UnitTests.dll
Unable to load one or more of the requested types. Retrieve the LoaderExceptions
property for more information.
Results (nunit3) saved as TestResult.xml
D:\CompanySW\Tools\nunit\NUnit-3.0.0-alpha-5b\bin>pause
Press any key to continue . . .