VS.NET can't find namespace
-
I'm using vs.net 2002 with the 1.0 dotnet framework. I downloaded a snippet of code from the web that used the "system.web.services" namespace however I'm getting an error when I do "Imports System.Web.Services" The error says "Namespace or type 'Services' for the Imports 'System.Web.Services' cannot be found." Any idea why my vs.net won't recognize this namespace? Thanks. -Goalie35
-
I'm using vs.net 2002 with the 1.0 dotnet framework. I downloaded a snippet of code from the web that used the "system.web.services" namespace however I'm getting an error when I do "Imports System.Web.Services" The error says "Namespace or type 'Services' for the Imports 'System.Web.Services' cannot be found." Any idea why my vs.net won't recognize this namespace? Thanks. -Goalie35
Did you add reference to system.web.services dll. Thanks, Siva
-
Did you add reference to system.web.services dll. Thanks, Siva