Reputation: 11
I have recently finished a Visual c# project. During the process I tried multiple icons for the form and for the icon you see on your desktop. I found one that I was gonna use for both, but for some reason the icon that you see on your desktop is the old one that I used previously even though I changed it in Properties -> Application -> Icon and Manifest
Upvotes: 1
Views: 106
Reputation: 57892
Windows File Explorer uses an icon cache. You may need to clear this cache to get it to refresh.
Upvotes: 2