-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon not showing #6
Comments
Thanks for reporting this. Are you using small taskbar icons? |
I, too, have an icon that fails to show now. I've opened that solution before, and with this extension, I saw a generated icon with the solution's capital letters. After adding a .editoricon.png file like I successfully did in 2 other solutions, it doesn't show up here. Not after restarting VS. It's also 32x32 pixels as both others. Created with the same software (paint.net). I still see the generated icon with the letters. Is it cached somewhere? Where can I find out why it's not showing? |
I converted the .png into a .ico, with the same size, only 32x32, and that works. The .png not. |
Your extension is a very good idea ! But I got an issue on Windows7 / V Studio 2015 Professional
Output window when opening a solution:
Solution 'ServiceCenter.Electro' opened.
Solution 'ServiceCenter.Electro': found icon at 'C:\Development\VB.Net\Krefel\Applications\ServiceCenter.Electro\favicon.ico'.
System.InvalidOperationException: A valid active Window is needed to update the Taskbar.
at Microsoft.WindowsAPICodePack.Taskbar.TaskbarManager.get_OwnerHandle()
at Microsoft.WindowsAPICodePack.Taskbar.TaskbarManager.SetOverlayIcon(Icon icon, String accessibilityText)
at SolutionIcon.Implementation.SolutionIconManager.SolutionEvents_Opened()
Thanks, Luc
The text was updated successfully, but these errors were encountered: