Each time when I'm trying to open any .cs file as part of some solution with VS 2015 Pro, it crashes with 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.
Sounds strange, reflecting the part that the VS 2015 doesn't have any additional extensions and tools. Also, I've tried to repair/reinstall that, tried using \SafeMode parameter. It doesn't work.
What might be a reason of such behavior? Should I manually install that assembly? If yes, then which directory it must be? Gac?
P.S. I found out that assembly already located in: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PrivateAssemblies
P.P.S. It looks like the reason of these failings is CodeLens feature. When this feature is off I'm not observing crashes. Here is possible temporary workaround: just switch off the CodeLens feature.