Hello,
I tried to use NCrunch because I love Infinittest for eclipse. After I got every project to compile I tried to run my tests.
The task runner process status is Completed. The status of the underlying tests are Running but they dont do anything.
If I select the task runner process in the Processing Queue I get the follwoing stacktrace:
[13:23:42.6842-TestExecutionTask-8] ERROR (Internal): System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at nCrunch.Reflection.Clr.ClrAssembly.get_Types()
at nCrunch.Reflection.ReflectedAssembly.GetFlattenedTypes()
at nCrunch.Reflection.ReflectedAssembly.#=qs2_oOiBUxtZn_gNpwZ8iPjLn5lAzQnCfWjDv6p9neNo=()
at nCrunch.Reflection.ReflectedAssembly.GetTypeByFullName(String typeFullName)
at nCrunch.TestExecution.ReflectionExtensions.GetTypeFromTestId(ReflectedAssembly assembly, TestId testId)
at nCrunch.TestExecution.ReflectionExtensions.GetMemberFromTestId(ReflectedAssembly assembly, TestId testId)
at #=qWONS4dr5w7Ki0$RiwFRZLyaxminPjbGL5IYxHL89jJ7ZI41J5YVgb9ONwhKoDpOJNYXcpEWszCBvYCWvsb_UBg==.#=qZTcArX2yt6MJZ31mPCphz7KLnAMfHnFMuK9c2DIi0nY=(TestId[] #=qKXVbb_5NuAC1Z3nCC5Bkip8HgucklnT_bkFE71LalTg=, ReflectedAssembly #=qGg3$aFHongBPz3n12k$pfg==)
at #=qWONS4dr5w7Ki0$RiwFRZLyaxminPjbGL5IYxHL89jJ7ZI41J5YVgb9ONwhKoDpOJNYXcpEWszCBvYCWvsb_UBg==..ctor(MSTestNames #=qC7coe4UERCd_o8_lPmGFLQ==, String #=qkiMhFI3aZJmZVGx03g5KGXlvMfvyYrzn4MS1eaYrpMM=, String #=qQ0uEy9kDhxK99QDj5aCfye4jCAUnUnjGGbaWGSzK2W4=, ReflectedAssembly #=qjvhYLIqIO$BHkxdxeAB39Q==, TestId[] #=qNN5tg_ov5x01svRfOvqQwZgNXMbo$cw94gR6a0ZR2Dc=)
at nCrunch.TestExecution.Frameworks.MSTest.MSTestFramework.RunTests(TestOutput output, TestExecutionMapSet testMapSet, TestExecutionParameters parameters)
at nCrunch.TestExecution.TestRunnerThread.#=q7v3LnBjYuJV_NJz$Mxoi$Q==()
Has anyone an idea what this could meanß
Regards, Luciferius