Click here to Skip to main content
15,906,463 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi People,

I have the following error:

"Unable to automatically step into the server. Connecting to the server machine 'soap.business.tomtom.com' failed. The debugger cannot connect to the remote computer. This may be because the remote computer does not exist or a firewall may be be preventing communication to the remote computer. Please see help for assistance."



Could someone please tell me a solution?
Posted

Well, I presume that your Web-Service is not on your machine (soap.business.tomtom.com is a Service Repository or like that). In order to debug a code which is not on your machine, you need to setup remote debugging and it is not very easy. Here is a link which helps you do it step-by-step:

http://msdn.microsoft.com/en-us/library/bt727f1t.aspx[^]

I hope it helps,
Cheers
 
Share this answer
 
Hi,

I too come across the same error.

"Unable to automatically step into the server. Connecting to the server machine 'xxxx.com' failed. The debugger cannot connect to the remote computer. This may be because the remote computer does not exist or a firewall may be be preventing communication to the remote computer. Please see help for assistance."

This occurs when I tried to debug my web application which reference a web service, running on a remote server. My intent is to access a value return from the web service and not to debug the web service. Could some one share the solution?
 
Share this answer
 
Comments
[no name] 14-Jan-13 9:09am    
I think the problem will be with the port that is running on the port may be not configured or free...
daniel velasquez 9-Nov-17 9:27am    
Hi! Did you find any solution?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900