VS 11 Beta Cannot start process because a file name has not been provided

后端 未结 5 399
余生分开走
余生分开走 2021-01-12 05:13

This is what I\'m getting when I build my Test project:

\"VS

With th

5条回答
  •  不知归路
    2021-01-12 05:41

    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

提交回复
热议问题