I'm trying to instantiate a web service in my .NET web application. But as soon as it hits this line:
registerService register = new registerService();
Then i get the following error:
Unable to generate a temporary class (result=1). error CS0030: Cannot convert type 'Test.Website.ProxyTest.registerType[]' to 'Test.Website.ProxyTest.registerType'
I didn't write the web service. But does this mean the web service has an error somewhere (in an XSD or something)?
Does this mean that the 3rd party developers need to fix this web service?