Visual Studio 2015与FileNotFoundException崩溃

时间:2015-09-09 16:35:23

标签: visual-studio visual-studio-2015

每当我尝试打开任何.cs文件作为VS 2015 Pro的某些解决方案的一部分时,它就会崩溃,因为System.IO.FileNotFoundException:

Message: An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'Microsoft.CodeAnalysis.Workspaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

听起来很奇怪,反映了VS 2015没有任何额外扩展和工具的部分。此外,我尝试修复/重新安装,尝试使用\ SafeMode参数。它没有用。

这种行为可能是什么原因?我应该手动安装该组件吗?如果是,那么它必须是哪个目录? GAC

P.S。我发现该程序集已经位于:C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PrivateAssemblies

P.P.S。看起来这些失败的原因是CodeLens功能。当此功能关闭时,我没有观察到崩溃。这可能是临时解决方法:只需关闭CodeLens功能。

0 个答案:

没有答案