Missing icons in Visual Studio 2015 after installing extension

后端 未结 8 1808
一个人的身影
一个人的身影 2021-02-04 15:18

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 id

相关标签:
8条回答
  • 2021-02-04 15:43

    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

    0 讨论(0)
  • 2021-02-04 15:51

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

    0 讨论(0)
  • 2021-02-04 15:58

    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

    0 讨论(0)
  • 2021-02-04 16:00

    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

    0 讨论(0)
  • 2021-02-04 16:05

    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.

    0 讨论(0)
  • EDIT: Download the fix from Microsoft.

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

    0 讨论(0)
提交回复
热议问题