Visual Studio 2013 is unable to open the Test Window

喜夏-厌秋 提交于 2019-11-28 10:47:27
jessehouwing

This seems to be caused by a corruption in the Component Model Cache.

Close all instances of Visual Studio, then navigate to folder and delete it.

%LOCALAPPDATA%\Microsoft\VisualStudio\12.0\ComponentModelCache

Now restart Visual Studio and it should work again.

Deleting solution.v12.suo and solution.suo can help resolve the problem as well.

Just close and re-open Visual Studio (2015) may help.

I tried to best answer (navigate to folder and delete it. %LOCALAPPDATA%\Microsoft\VisualStudio\12.0\ComponentModelCache) and it didn't work BUT, based on this method I found the solution which works for me :

navigate to folder and delete it : %LOCALAPPDATA%\Microsoft\WDExpress\11.0\ComponentModelCache

Hope I can help some people this way

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!