> oh good...
> can u pls close close this tread by clicking 'Yes' on top and writing down
[quoted text clipped - 30 lines]
> > > > > >
> > > > > > What would you recommend?
Hi,
I have same issue as you had. I'm not quite understand your solution. Could
you give me more in details?
Here is my senario:
1. my web service was developed in VS2005 in C# as web site,
[WebService(Namespace = "http://www.CompanyName.com/")]
public class Login : System.Web.Services.WebService {
...}
2. I deployed it on my local XP machine as virtual directory "TestWebService".
3. I created a test web application by File>New>Web Site>ASP.NET Web Site,
name it TestWebSite.
4. I added web reference from my web test application which is in VS2005 C#,
renamed the reference name to "TestLoginServ".
5. Added a button on the Default.aspx, and in button1_click event, tried to
use TestLoginServ.Login class, failed.
What should I do for namespace?
Thanks.
William
> TODO: namespaces should reflect the context you're in :)
>
[quoted text clipped - 44 lines]
> > > > > > >
> > > > > > > What would you recommend?