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