Microsoft Visual Studio error opening the program

Asked By 0 points N/A Posted on -
qa-featured

Hi there,

I made an update to my Windows 7 and it messed up my Microsoft Visual Studio. I reinstalled the program but now is not working at all. What is happening with my laptop after the update ? How can I solve this without reinstalling the Windows 7.

Thanks !

Web deployment task failed. (Could not connect to the remote computer (“save.***br”) using the specified process (“Web Management Service”) because the server did not respond. Make sure that the process (“Web Management Service”) is started on the remote computer. Learn more at:

http://go.microsoft/fwlink/?LinkId-221672#ERROR_COULD_NOT_CONNECT_TO_REMOTESVC.)

OK

SHARE
Answered By 590495 points N/A #179036

Microsoft Visual Studio error opening the program

qa-featured

This error is thrown when Web Deploy is unable to connect to the remote service. To fix the problem, make sure that you can ping the remote server. Ping the IP address or web address of the remote computer and verify that it can be pinged successfully. If there is a problem, make sure it is the right IP address or web address and fix it.

Check if either the msdepsvc or wmsvc service is running on the remote server. If it is not running, fix it and start either of the service on the remote machine. The service should first be running on the remote machine before Web Deploy can establish a connection. Another possible cause is the firewall setting on the remote server. The firewall on the remote computer should accept incoming connections from your computer’s port.

If you didn’t change the configuration during the installation, the default port for wmsvc is 8172 and 80 for msdepsvc.

Related Questions