JumpList and ClickOnce - is this combination possible?

I have a WPF application that uses JumpList (just recently). Everything works fine until I deploy it with ClickOnce - the JumpList just doesn't show (BTW, it also doesn't show when run under VS debugger.

Does anyone know if JumpList can be used from a deployed ClickOnce application?

+2


a source to share


3 answers


I have asked for a ClickOnce product guide if it was possible, and I regret to inform you that it is not.



+5


a source


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



+2


a source


You can try using Windows API Code instead of the jumplist features built into WPF. You will still have a few hoops to jump over ( editing your copy of the code package ), but it will at least be possible.

0


a source







All Articles