I am running a job in my project, the job uses an IOrganizationservice, the line :
IServiceConfiguration<IOrganizationService> orgServiceConfiguration = ServiceConfigurationFactory.CreateConfiguration<IOrganizationService>( new Uri(serverBaseUrl));
returns an error every few runs (sometimes it works fine and sometimes it rise an error)... the exception is:
{"Metadata contains a reference that cannot be resolved: ' "}
Is there a way to fix that prob?
*This post is locked for comments