> You Tried?
> ScriptService is not included in definition of
> System.Web.Script.Services
> Not in VB.NET2005
Namespaces have nothing to do with languages. If the namespace is absent in
VB.NET 2005, then it's absent in .NET.
More likely, you aren't aware of how, in VB, to add a reference to the
assembly containing the System.Web.Script.Services namespace. Look in your
C# project and find out what reference you had to add, then add that
reference to the VB project.

Signature
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
adh - 25 Sep 2007 06:28 GMT
Done all the same (I still know to copy....;-)
Please try a WebService yourself and see.
Thanks, adh
John Saunders [MVP] - 25 Sep 2007 17:14 GMT
> Done all the same (I still know to copy....;-)
> Please try a WebService yourself and see.
Believe what you like. VB.NET doesn't cause namespaces to be inaccessible,
and that namespace is not part of VB.NET.

Signature
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer