C#,vb.net,MVC,Jquery,javascript,jscript,vbscript,html,vb,sharepoint,COM,WPF,WCF,Wwf,Asp,Asp.net,questions & answers,

Latest in Sports

Monday, September 9, 2019

Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll' or one of its dependencies. The system cannot find the file specified.

Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll' or one of its dependencies. The system cannot find the file specified.?



Solutions:

1. Edit the unit test .csproj and change the item references from <Shadow Include="Test References\namespace.accessor" /> to <None Include="Test References\namespace.accessor" /> (Shadow => None).

2 Better yet, simply delete all the .accessor files from the unit test project's Test References folder.

This really works for me.

No comments:

Post a Comment