Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 CTP broken after latest Windows 10 update 9860?

Upon upgrading to Windows 10 build 9860, the latest Visual Studio 14 preview starting showing this error on startup:

The 'Microsoft.VisualStudio.Editor.Implementation.EditorPackage' package did not load correctly.

enter image description here

Things didn’t get any better when you try to do anything in the shiny new IDE.. For example, here’s what happens when creating a new C# Console project:

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]]'.

enter image description here

I wasn't going to ask a question here until I saw it happen on more than one machine today.. Once I reproduced it, I figured it was worth posting here...

like image 885
Alex Dresko Avatar asked Mar 19 '23 02:03

Alex Dresko


1 Answers

Fortunately, I found that repairing Microsoft Visual Studio Professional 14 CTP in Add/Remove Programs seems to fix the problem.. You will get the following error at the end of the repair procedure, but at least I’m able to use Visual Studio again afterwards:

enter image description here

like image 160
Alex Dresko Avatar answered Apr 25 '23 22:04

Alex Dresko