ClickOnce Question - Remote location for the ClickOnce deployment

  • Thread starter Thread starter John Yung
  • Start date Start date
J

John Yung

All,

How can I retrieve the remote location for the ClickOnce deployment?

I tried the following code, but it does not work:
System.Deployment.Application.ApplicationDeployment ad =

System.Deployment.Application.ApplicationDeployment.CurrentDeployment;

MessageBox.Show(ad.ActivationUri.AbsoluteUri);

Please advice.

Thanks,

John Yung
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top