How can the application not be able to lookup localhost?
The remote name could not be resolved: 'localhost';
StackTrace;
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
the application works a couple of hours and then stops.
Edit I import the service as a webreference and call it using the generated Reference.vb file.