Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 338
user5177742 Avatar asked Jul 31 '15 16:07

user5177742


4 Answers

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".

like image 122
Chilledflame Avatar answered Sep 28 '22 13:09

Chilledflame


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.

like image 21
AlexRoz Avatar answered Sep 28 '22 13:09

AlexRoz


Delete the folder

%LocalAppData%\Microsoft\VisualStudio\14.0\ImageLibrary

and let VS re-generate the image cache.

like image 20
Behnam Avatar answered Sep 28 '22 12:09

Behnam


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

like image 45
Shahin Gasanov Avatar answered Sep 28 '22 13:09

Shahin Gasanov