views:

60

answers:

2

Things were running fine. Who knows what changed, but now I end up with:

Unit Test Runner failed to load test assembly: JetBrains.Resharper.TaskRunnerFramework.TaskException:Exception of type 'Microsoft.VisualStudio.TestTools.CommandLine.CommandLineParameterException' was thrown.

Any suggestions?

+1  A: 

You can check here for R# bugs that have the same description and maybe find the cause of your problem or a possible workaround. This bug seems to come close.

Ronald Wildenberg
+1  A: 

I've just been having the same problem. It turned out that the Solution Items "folder" had a couple of .testsettings files in it which didn't actually exist (probably because they weren't added to the Git repo). Anyway, I removed them from the Solution and the R# runner now works fine.

Hope that helps.

Coder 42
I had just fixed it as well, I forgot to update this post. I was missing my local.testsettings file. In solution items, I added a new item of that type, and poof, R# runner working again. Thx!
basscinner