Missing icons in Visual Studio 2015 after installing the 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 on the toolbar in the menu. Any idea what could be causing and how to restore the icons.

+8
visual-studio-2015
source share
8 answers
+18
source share

I had the same problem and it was resolved simply by deleting the ImageLibrary.cache file from

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

+14
source share

Yesterday Microsoft released a solution. Link here. 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

+2
source share

I had this problem when updating Windows 10 and installing the extension. It seems VS could not find the files needed for my Windows profile. I realized that I am logging in through my Windows Live login (my email address), and not my local user account. I logged in under my local account, and now you have no problem finding all the files he needs. Hope this helps someone with this issue.

+2
source share

I periodically encountered the same problem. Updating computer display drivers may fix the problem.

0
source share

I solved the problem after I asked a question on the Msdn forum. I got a suggestion and got a sort. Here is an explanation link. MSDN Link

0
source share

In Visual Studio 2017 solve this; Open this folder

C: \ Users \ YourName \ AppData \ Local \ Microsoft \ VisualStudio \ 15.0_533da44c \ ImageLibrary

ImageLibrary.cache remove ImageLibrary.cache

0
source share

In Visual Studio 2015, 2017 solve this problem; Open this folder

  1. Press Windows Key + R (Open Run from).
  2. Enter "% LocalAppData% \ Microsoft \ VisualStudio \".
  3. Go to the directory "15.0 _......" (your random name).
  4. Go to the "ImageLibrary" directory.
  5. Delete the file "ImageLibrary.cache".
  6. Starting VS2015 or VS2017.
0
source share

All Articles