This is what I\'m getting when I build my Test project:
With th
Leniel,
Thanks for raising this issue.
As we discussed here, it indicates that shadow copy is causing the problem.
Please ensure that the Microsoft.VisualStudio.TestPlatform.Core.dll
is loaded from its installation location %VSInstallDir%\Commmon7\IDE\CommonExtensions\Microsoft\TestWindow
path and not from a temporary path like %appData%\assembly\dl3\
that you are observing right now. This should fix the problem for you.
Also I wanted to update you that in the latest code, we have improved our logic and with the improved logic, it would not matter from where the binary is getting loaded and it would just work for you.
Regards
Aseem Bansal