I'm trying to use a Sharepoint webservice. I start a new VB Windows
project (VS2008 or 2005). I add a web reference to the Copy service
(http://192.168.1.25/_vti_bin/copy.asmx). I add no code, all I've done
is start a new project and add the reference. I build the project and
get this error:
Error 1 'Results' is already declared as 'Private results() As
Object' in this class. C:\Documents and Settings\user1\ Local
Settings\Applic ation Data\Temporary Projects\Window sApplication1\W eb
References\WebR eference\Refere nce.vb 453 34
WindowsApplicat ion1
It does not happen if I start a C# project. It does not happen if I
use another service, such as Lists.asmx.
Any help greatly appreciated.
Comment