views:

56

answers:

3

I have a WPF application which uses a JumpList (Recent only). Everything works perfectly until I deploy 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?

+1  A: 

I asked the ClickOnce product lead if this was possible, and I regret to tell you that it's not.

RobinDotNet
@Robin: Please leave off the "Hi", and the signature.
John Saunders
A: 

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.

Kate Gregory
A: 

I just tested a JumpList with .NET 4, Windows 7, and ClickOnce. It worked perfectly on the first try.

Jonathan Allen