9

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.

Robotnik
  • 3,643
  • 3
  • 31
  • 49
AlexRoz
  • 123
  • 1
  • 1
  • 5
  • I have this problem too. Just sayin' – Programmer Paul Jul 31 '15 at 02:39
  • Same for me, although I did a fresh installation of Visual Studio 2015 and doesn't show any icons in the toolbar nor anywhere else (e.g. solution explorer, server explorer, etc...) – Maurits van Beusekom Aug 04 '15 at 07:27
  • @Maurits van Beusekom: I have a hint it is caused by hardware rendering. What video card are you using? – AlexRoz Aug 05 '15 at 16:00
  • @AlexRoz: I have resolved my problem with the help of Microsoft Support. Turns out that in my case the environment variable %LocalAppData% did not map to a valid location on my harddisk. Fixing this issue resolved the problem I was experiencing with the icons not loading in Visual Studio 2015. Thank you however for offering your assistance. – Maurits van Beusekom Aug 06 '15 at 05:56
  • @Maurits van Beusekom, Thank you! But in my case the %LocalAppData% is set correctly – AlexRoz Aug 06 '15 at 17:07

8 Answers8

19

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

nativegrip
  • 892
  • 10
  • 20
18

EDIT: Download the fix from Microsoft.

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

Benson
  • 4,181
  • 2
  • 26
  • 44
2

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

Harvey Mushman
  • 615
  • 1
  • 11
  • 23
2

I had this issue on a windows 10 upgrade and installing an extension. VS couldn't seem to find the files required under my windows profile. I realized that I was logging in through my windows Live login (my email) and not my local user account. I logged in under my local account and it now has no issues finding all files it needs. Hopefully this helps someone with this issue.

Bill T
  • 21
  • 1
0

I've experienced the same issue intermittently. Updating the computer's display drivers may resolve the issue.

F Snyman
  • 499
  • 1
  • 5
  • 6
0

I have solve the issue after asking on Msdn forum I got some suggestion and got myself sorted. Here is the link with the explaination. Link MSDN

user5177742
  • 81
  • 1
  • 3
  • Thank you, @user5177742: I run as administrator but the problem occurs when installing/uninstalling extension (VSIX) – AlexRoz Aug 10 '15 at 17:31
0

In Visual Studio 2017 solve this ; Open this folder

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

than remove the ImageLibrary.cache file

Metin Atalay
  • 1,375
  • 18
  • 28
0

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

  1. Press Windows Key + R (Open Run from).
  2. Type "%LocalAppData%\Microsoft\VisualStudio\".
  3. Go to "15.0_......" (Your random name) Directory.
  4. Go to "ImageLibrary" Directory.
  5. Remove "ImageLibrary.cache" file.
  6. Starting VS2015 or VS2017.
Arasteh20
  • 1
  • 1