Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing icons in Visual Studio 2015 after installing extension

I followed the steps to create a Visual Studio extension, however after installing the extension in VS2015, Visual Studio does not display any icons in toolbars in menus. Any idea what could be the cause and how to restore icons.

like image 739
AlexRoz Avatar asked Jul 29 '15 21:07

AlexRoz


3 Answers

EDIT: Download the fix from Microsoft.

https://support.microsoft.com/en-us/kb/3095681

like image 175
Benson Avatar answered Sep 20 '22 13:09

Benson


I had same issue and it was resolved by just remove the ImageLibrary.cache file from

C:\Users\< user ame>\AppData\Local\Microsoft\VisualStudio\14.0\ImageLibrary and re-open the visual studio

like image 37
nativegrip Avatar answered Sep 21 '22 13:09

nativegrip


Microsoft released a solution yesterday. Here is the link. I had to close and reopen VS for the update to take effect. Worked like a charm!

https://support.microsoft.com/en-us/kb/3095681

like image 38
Harvey Mushman Avatar answered Sep 20 '22 13:09

Harvey Mushman