0
[Visual Studio 2017][Live Unit Testing] Could not load file or assembly ‘Microsoft.CodeAnalysis.LiveUnitTesting.Runtime
May 10, 2018
|
Posted in Programming
Problem
Could not load file or assembly ‘Microsoft.CodeAnalysis.LiveUnitTesting.Runtime, version= 1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependenc
Solution
Step 1: (Stop Live unit test )Test → Live Testing → Stop
Step 2: Test → Live Testing → Options…
Step 3: Checked ‘Pause Live Unit Testing during build and debug’ then click ‘Delete Persisted Data’
Step 4: Restart your project, it works.