> Hi,
>
[quoted text clipped - 14 lines]
> it and then re-add it. Then all is fine. Is this the only way to get the
> webservice to run?
If you look at your Project properties, you'll find that you have the web
service set to run in the Local VS Web Server, using a random port. Most
likely, you don't want your random port number to be stored in TFS, because
the next developer who works on the project will be using a different random
port number.
Instead, you may want to pick a port number, or to run from IIS.

Signature
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
Bill44077 - 26 Dec 2007 12:00 GMT
Hi John,
Thanks for the quick reply! Yes - I do realize that I am saving this random
port number in TFS and currently I am the only person using this code. When I
remove the web service reference and add it back in, it adds it as the same
port - and then it works fine. I just thought there might be an easier way to
re-establish this web service once VS2005 has been closed and then opened
again.
> > Hi,
> >
[quoted text clipped - 22 lines]
>
> Instead, you may want to pick a port number, or to run from IIS.