Re: [DOTNET] Handling multiple web references

2002-05-01 Thread John Burkhardt
April 30, 2002 9:51 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Handling multiple web references > > > John, > > If I understand what your doing, you can use the alias option of the using > directive to make things a little cleaner. You'll still need one sc

Re: [DOTNET] Handling multiple web references

2002-04-30 Thread Erick Thompson
John, If I understand what your doing, you can use the alias option of the using directive to make things a little cleaner. You'll still need one scope identifier in front of calls, but that makes sense. using WS1 = Long.Namespace.To.Web.Server.Version1; using WS2 = Long.Namespace.To.Web.Server.