Hey, guys. I created a Web service in Visual Studio 2003. I attempted to add the following line at the top of my DatabaseSvc.
vb file.
Imports System.Web.Services
But, when I start typing, the word "System" pops up because of IntelliSense, as does the Web part, but when I hit a period after the System.Web, I don't get Services, I only get three options, and
they are AspNetHostingPermission, AspNetHostingPermissionAttribute, and AspNetHostingPermissionLevel. That's it. No Services. I try to right click and Add --> Reference. No luck, there is no option to add anything.
How do I add a reference?? This is driving me nuts. I am trying to learn how to build Web Services.
Thanks
Logan