JumpList and ClickOnce - is this combination possible?
I have a WPF application which uses a JumpList (Recent only). Everything works perfectly until I depl开发者_高级运维oy it using ClickOnce - the JumpList simply does not show (BTW, it does not show as well when running under VS debugger.
Anybody knows if it is possible to have JumpList working from a ClickOnce deployed app?
I asked the ClickOnce product lead if this was possible, and I regret to tell you that it's not.
I just tested a JumpList with .NET 4, Windows 7, and ClickOnce. It worked perfectly on the first try.
You could try using the Windows API Code Pack instead of the jumplist capabilities that are built in to WPF. You will still have some hoops to jump through (editing your copy of the Code Pack) but it will be possible at least.
精彩评论