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
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.