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
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 to share