How to display ClickOnce Version number on Windows Forms

后端 未结 9 850
眼角桃花
眼角桃花 2020-12-23 11:32

I have a windows forms application that is deployed to two different locations.

  • Intranet - ClickOnce
  • Internet - Installed on a citrix farm through Win
9条回答
  •  温柔的废话
    2020-12-23 11:35

    not that it matters three years later, but I ended up just parsing the manifest file with xml reader.

提交回复
热议问题