Hi,
We have developed application in VSTO Excel 2007 which uses an webservice hosted in a server. We tried to publish this application in the server but it failled due to this reason
Failed to update customization from the specified deployment manifest.
************** Exception Text ************** Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException: Failed to update customization from the specified deployment manifest. ---> System.Net.WebException: The remote server returned an error: (502) Bad Gateway. at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadData(Uri address) at Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeUtilities.LoadAndU?pdateApplicationManifest(IAppInfo appInfo, Uri documentDirectoryUri, Uri& newAppManifestPath, Boolean& appManifestDirty) --- End of inner exception stack trace --- at Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeUtilities.LoadAndU?pdateApplicationManifest(IAppInfo appInfo, Uri documentDirectoryUri, Uri& newAppManifestPath, Boolean& appManifestDirty) at Microsoft.VisualStudio.Tools.Applications.Runtime.DomainCreator.CreateCusto?mizationDomainInternal(String documentFullLocation, String documentName, IHostServiceProvider hostCallback, IExecuteCustomization& executor) at Microsoft.VisualStudio.Tools.Applications.Runtime.DomainCreator.Microsoft.V?isualStudio.Tools.Applications.Runtime.ICreateCustomizationDomain.CreateCus?tomizationDomain(String documentFullLocation, String documentName, IHostServiceProvider hostCallback, IExecuteCustomization& executor)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Microsoft.VisualStudio.Tools.Applications.Runtime Assembly Version: 8.1.0.0 Win32 Version: 8.1.50912.0 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualStudio.Tools.Applicati?ons.Runtime/8.1.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Tools.Applicat?ions.Runtime.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/Syste?m.dll ---------------------------------------- System.AddIn Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.146 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.AddIn/2.0.0.0__b03f5f7f11d50a3a?/System.AddIn.dll ---------------------------------------- Microsoft.VisualStudio.Tools.Applications.Contract Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.146 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualStudio.Tools.Applicati?ons.Contract/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Tools.Applica?tions.Contract.dll ---------------------------------------- Microsoft.VisualStudio.Tools.Applications.Runtime.Contract Assembly Version: 8.0.0.0 Win32 Version: 8.0.60510.0 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualStudio.Tools.Applicati?ons.Runtime.Contract/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Tools?.Applications.Runtime.Contract.dll ---------------------------------------- System.AddIn.Contract Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.146 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.AddIn.Contract/2.0.0.0__b03f5f7?f11d50a3a/System.AddIn.Contract.dll ---------------------------------------- Microsoft.VisualStudio.Tools.Applications.Adapter Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.146 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualStudio.Tools.Applicati?ons.Adapter/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Tools.Applicat?ions.Adapter.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/S?ystem.Xml.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f?11d50a3a/System.Configuration.dll ---------------------------------------- Microsoft.JScript Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.42 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.JScript/8.0.0.0__b03f5f7f11d?50a3a/Microsoft.JScript.dll ----------------------------------------
So we published this application locally and configuring webservice locally. This application runs locally but we need to publish our application in remote server.
Please let us know the proper way of deploying our application and setting it to run in the client side.
Note: We acces our application in IE
Thanks in advance Regards Senthil Ram
senthil |