Showing ClickOnce deployment version on WPF application

后端 未结 5 961
夕颜
夕颜 2021-02-13 18:00

I\'m deploying now a WPF c# project and want to put the clickonce version (rather than the assembly or product version) on the screen title. I used to do it in

5条回答
  •  旧巷少年郎
    2021-02-13 18:15

    What error do you get? There's no difference in the ClickOnce API's between Windows Forms and WPF. It is not dependent upon any UI framework.

    Did you remember to add a reference to System.Deployment.dll?

提交回复
热议问题