R# 5.1 Unit Test Runner problem with network shares
Hi,
i have a project that lies on a network share. The test runner tries to run the tests but fails with an error message.
Unit Test Runner failed to load assembly:
JetBrains.ReSahrper.TaskRunnerFramework.TaskException: Could not load file or assembl 'File://\\myshare\Visual Studio 2010\Projects\MyPorject\TestMyProject\bin\Release\TestMyProject.dll' or one of its dependencies.
The tests run with MSTest. I have enabled the option loadFromRemoteSources in devenv.exe.config and the Testproject is deployable.
The Problem is the location from which the Test runner tries to read teh assembly (file://\\)
When i start the project from C:\ it works.
What can i do?
Please sign in to leave a comment.
Hello Martin,
Do I understand correctly that you're able to run the tests using the MSTest
console runner? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Yes, the tests run in MSTest.
Has anyone posted a solution for this? I am having the same issue and it looks like this question was asked 5 months ago. Thanks.
Take a look here: http://stackoverflow.com/questions/4283440/how-to-configure-resharper-5-1s-test-runner-to-accept-network-shares