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
 
Back
Top