VMware {code} Community
CSiegle
Contributor
Contributor

Cannot find the declaration of element RetrieveServiceContent.

Has anyone seen this error?  It occurs on this line of code:

_sic = _service.RetrieveServiceContent(_svcRef);

Reply
0 Kudos
1 Reply
AkhileshAggarw1
Contributor
Contributor

I think you just need to correct the method name as given below 

_service.retrieveServiceContent(_svcRef);

Reply
0 Kudos