Questions tagged [applicationreference]

4 questions
101
votes
7 answers

How to find the Target *.exe file of *.appref-ms

I have to make a backup of the program running from the file *.appref-ms When I opened the file GitHub.appref-ms using a text editor I found http://github-windows.s3.amazonaws.com/GitHub.application#GitHub.application, Culture=neutral,…
VenomVendor
  • 15,064
  • 13
  • 65
  • 96
11
votes
2 answers

ClickOnce .appref-ms more than a link to .application file?

I have a ClickOnce environment like this: \\Fileserver\ClickOnceApps\App1.application C:\Documents and Settings\user\Start Menu\Programs\publisher\app1.appref-ms My understanding is the .apppref-ms file is a glorified link to the app.application…
Solracnapod
  • 843
  • 3
  • 13
  • 23
0
votes
0 answers

ApplicationRef and DetectionChange not working

I have a button to change the language in my application. The language changes and the page refreshes when the button is pressed, but I want to do this process without refreshing the page. How can I do that?
0
votes
1 answer

Running an "Application Reference"

I need my application (Master) to run another application (Worker) on a particular event. If I distribute my Worker application as a standard executable, then all is well, and I can use Process.Start with no problems and happily pass in arguments…
Jonathan
  • 25,873
  • 13
  • 66
  • 85