Doesn't initialize properly

  • Thread starter Thread starter EDWARD HYMAN
  • Start date Start date
E

EDWARD HYMAN

I have developed a web service application. The server and client software executes correctly on my local computer (localhost). Sending the client application to another individual and attempting to execute the code results in the error message, Doesn't initialize properly.
 
Ed,

What is the URL? If you created a proxy with a local URL, you will have
to change the config file for your class to indicate the URL of your web
service.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

I have developed a web service application. The server and client
software executes correctly on my local computer (localhost). Sending the
client application to another individual and attempting to execute the code
results in the error message, Doesn't initialize properly.
 
Back
Top