Using an Apache Ant task we generate and sign the manifests for a Microsoft ClickOnce VSTO deployment. For one specific ClickOnce install, we are getting the error:
The application could not be downloaded because a connection to the network could not be established.
Ensure that you can connect to the network, and try again.
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.DownloadAddIn(TimeSpan timeout)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()