Re: Adding Web Reference giving errors relating to namespace
Make sure you import the "givine name" namespace to your class.
so adding a reference to GWWS to the project does not make the class aware of it.
Just makes it able to use it.
You must include a include or import GWWS to the class.
|