Reputation: 45
I'm having this weird issue with Visual Studio 2015, and I'm not sure if it's my fault or if it's a glitch. I originally built this program using an icon that was dominantly black. I've since noticed that the black is way too hard to see on the Windows task bar, and even on the desktop. I updated the logo to be dominantly white with a black border to make it pop. However, when I update the .ico file in the project properties (not form properties), and rebuild the executable, it still uses the old black logo.
Here's where it gets funny. I deleted any instance of this old logo that I had (even in the project resources folder), and it still does it. It's obviously caching this file somewhere, but I don't know where, and this is really starting to bug me. If someone could help me with this or has any idea's, I'd really appreciate it!
Thanks :)
Upvotes: 3
Views: 145
Reputation: 10729
Try to rebuild the Windows IconCache.
go to C:\Users\Username\AppData\Local folder and delete the hidden IconCache.db file. Reboot.
Source: The Windows Club
What version of Windows do you use?
You could also try deleting the iconcache files in "%localappdata%\Microsoft\Windows\Explorer\"
Source: Ten Forums
Upvotes: 2