最新的Windows 10更新9860后,Visual Studio 2015 CTP中断了吗?

Ale*_*sko 4 visual-studio-2015

升级到Windows 10 build 9860后,最新的Visual Studio 14预览开始在启动时显示此错误:

"Microsoft.VisualStudio.Editor.Implementation.EditorPackage"包未正确加载.

在此输入图像描述

当您尝试在闪亮的新IDE中执行任何操作时,事情没有变得更好.例如,以下是创建新C#控制台项目时发生的情况:

Object of type 'System.Collections.Generic.List'1[System.Lazy'1+Boxed[Microsoft.VisualSstudio.Text.IExtensionErrorHandler]]' cannot be converted to type 'System.Collections.Generic.List'1[System.Lazy'1[Microsoft.Text.IExtensionErrorHandler]]'.
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述

我不会在这里问一个问题,直到我今天看到它发生在多台机器上.一旦我再现它,我认为值得发布在这里......

Ale*_*sko 7

幸运的是,我发现在添加/删除程序中修复Microsoft Visual Studio Professional 14 CTP似乎解决了这个问题.在修复过程结束时你会收到以下错误,但至少我能够再次使用Visual Studio然后:

在此输入图像描述