I have a web service that I'd like to include as a project reference inside a windows forms application. (The application will be running on non-networked hardware.) I could simply copy the *.vb files I need into my forms project, but I'd rather not fork the code base.
It wasn't hard to include the ASP project in the windows forms solution. However, I can't figure out how to reference it in my forms code. Is this even possible?