user5177742
user5177742

Reputation: 81

icon missing on tool bar in visual studio 2015 (VS 2015)

I have just install vs 2015, but when I open it I am not getting the icon/image on the toolbar. I have tried to reset the toolbar but that did not do the trick. I also tried to do a repair but it did not solve this problem.

I am wondering if someone experience something similar ?

For the moment, I added the text on to the button so at least I can use it, but it is far from been ideal. I am on a corporate enviroment (no admin priviliges), one of my colleague tried and it work without problem for him.

Upvotes: 8

Views: 7895

Answers (8)

Pooja Sinha
Pooja Sinha

Reputation: 97

Restarting Visual studio has solved this problem for me

Upvotes: 0

Ben
Ben

Reputation: 1216

Delete the folder

%LocalAppData%\Microsoft\VisualStudio\14.0\ImageLibrary

and let VS re-generate the image cache.

Upvotes: 3

Saurabh Rihan
Saurabh Rihan

Reputation: 1

There might be some required information missing from the registry or the image loading service is not correctly created or initialized.

Installing this update resolved the issue. https://support.microsoft.com/en-us/kb/3095681

Upvotes: 0

g4borg
g4borg

Reputation: 163

I had the same error with the VS2015 installed by unity3d 5.2, several icons were missing; To note, unity3d automatically installs an addon, and similar questions googled were about addons making icons disappear. I tried the solutions /safe mode, restart etc. But the only answer that helped was the "run as administrator" solution (first answer); I ran it as admin, icons reappeared, and after that, I could also run it as user with the same effect. So after running it once as administrator, before making it always run as admin, you can just simply try to re-run it as user afterwards.

Upvotes: 0

Shahin Gasanov
Shahin Gasanov

Reputation: 31

Launch Visual Studio in safe mode (devenv /safemode). Icons should appear in toolbar from now on.

Upvotes: 2

Chilledflame
Chilledflame

Reputation: 166

Had a similar problem after an upgarde to Windows 10 where all my icons had disappeared. Also had a problem with a cordova android build getting stuck at "run.bat --nobuild --device --debug". Think this was permission related.

I fixed my issue as follows:

Right click the Visual Stuido 2015 shortcut, and choose "run as administrator", and see if that works.

To always run as admin, right click the Visual Stuido 2015 shortcut, click advanced, and then tick "run as administrator".

Also, in my case, after upgrade to Windows 10, my user account was put into a user group called "HelpLibraryUpdaters", I switched this to "Administrator".

Upvotes: 5

AlexRoz
AlexRoz

Reputation: 123

You could try to disable hardware acceleration to use software rendering: Options -> General ->Automatically Adjust client experience based on client performance. I was able to get icons back but only after several restart cycles. I have NVidia Quadro video card which might cause rendering issues.

Upvotes: 3

user5177742
user5177742

Reputation: 81

Here is what I am getting for vs2015.1

As you can see all the icon are not there, I hover over the properties icon so it is more visible.

EDIT : I did a uninstall and than reinstall, put it did not do the trick, however I suspect some preference files were kept after the uninstall as after the reinstall the same setting for vs 2015 were there. I will dig around this. Thanks

Upvotes: 0

Related Questions