Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper - Unit Test Runner failed to run tests (System.Runtime.Remoting.RemotingException)

I've lost the ability to run or debug tests from Resharper 10 (VS2015, VS2013) test runner.

Resharper - Unit Test Runner failed to run tests (System.Runtime.Remoting.RemotingException) Found two objects associated with the same URI.

Clean/Rebuild/Restart do not help.

enter image description here

like image 334
Cortlendt Avatar asked Dec 17 '15 12:12

Cortlendt


1 Answers

Typically I have found that to be a misleading message about an exception that occurred with configuration. If, for example, you have an app.config or dll specific config file associated with the test project and the config file has an error in it or is unable to be parsed.

like image 105
Michael Goss Avatar answered Oct 20 '22 17:10

Michael Goss