Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web deployment task failed. (Could not complete the request)

I want to publish my project but:

Error1

Web deployment task failed. (Could not complete the request to remote agent URL 'https://xxxxx:xxxx/msdeploy.axd?site=VoIP'.)

Could not complete the request to remote agent URL 'https://xxxxx:xxxx/msdeploy.axd?site=VoIP'. The request was aborted: The request was canceled. COM object that has been separated from its underlying RCW cannot be used.

Does anybody know what's wrong?

like image 502
Pch Avatar asked Aug 03 '12 10:08

Pch


People also ask

How do you check Web Deploy is installed or not?

Is Web Deploy installed? You can verify web deploy is installed by going to the "Programs and Features" control panel and looking for "Microsoft Web Deploy 2.0" in the list of installed programs. If it is not there, you can install it via the Web Platform Installer by going to the "Products" tab.

Can't connect to remote server web deploy?

This error indicates that you cannot connect to the server. Make sure the service URL is correct,firewall and network settings on this computer and on the server computer are configured properly,and the appropriate services have been started on the server.

Where is Web deployment Agent Service?

To check that the Web Deployment Agent Service is runningOn the Start menu, point to Administrative Tools, and then click Services. Locate the Web Deployment Agent Service row, and verify that the Status is set to Started. If the service is not already started, click Start.


1 Answers

This is a bug and was fixed, but only if you have the Azure SDK:

Publish Wizard Errors in VS2010 and 2012

http://connect.microsoft.com/VisualStudio/feedback/details/773902/every-now-and-then-i-cant-publish-to-azure-get-com-object-that-has-been-separated-from-its-underlying-rcw-cannot-be-used

like image 52
DSway Avatar answered Sep 23 '22 07:09

DSway