Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The Visual Studio HTM Editor Package did not load correctly

I reinstalled Visual Studio pro 2010 due to an error.

I loaded VS and I now get this error:

The Visual Studio HTM Editor Package did not load correctly.

The problem may have been caused by a configuration change or by the installation of anothe extension.

You can get more information by running the application together with the /log parameter on the command line, and then examining the file c:\users\lee\appdata\roaming\microsoft\visualstudio\10.0\activitylog.xml

Any ideas where to go from here.

like image 289
TeaDrinkingGeek Avatar asked Feb 08 '11 13:02

TeaDrinkingGeek


2 Answers

I solved this problem by doing following steps,I am using VS Express 2012 and got the same error as mentioned above.

1)Delete(Always do remember to Backup your data) the AppData file from following location(Delete 10.0/11.0 whatever your version of VS)

a)if VS 10 C:\Users\"UserName"\AppData\Local\Microsoft\VisualStudio\10.0

b)if VS Express C:\Users\"UserName"\AppData\Local\Microsoft\VSWinExpress\11.0

2)Update VS version from this site MSDN Site

or directly from MSDN siteThis

3)Restart VS and enjoy

like image 67
Rahul Saksule Avatar answered Sep 30 '22 02:09

Rahul Saksule


A full uninstall of Anything Visual Studio 2010/Express related, followed by a reinstall, it worked.

like image 36
TeaDrinkingGeek Avatar answered Sep 30 '22 02:09

TeaDrinkingGeek