When an application deployed by ClickOnce AutoUpdate is automatically updated on Windows 7, the application becomes unpinnned from the taskbar. Is there a way to stop it from becoming unpinned?
When an application deployed by ClickOnce AutoUpdate is automatically updated on Windows 7, the
Share
I’m not seeing this problem at all. I’m assuming you manually pinned the application to the task bar the first time you ran it.
Are you targeting .NET 3.5 (SP-1)? Are you having ClickOnce create the desktop shortcut for you or are you doing it programmatically? Does the desktop shortcut disappear?
Does it disappear from the taskbar every time an update is released, or just every so often?
RobinDotNet