Add .EnableProxyTypes(); to call service
using (OrganizationServiceProxy serviceProxy = GetProxy())
{
serviceProxy.EnableProxyTypes();
IOrganizationService service =(IOrganizationService)serviceProxy;
return service.Retrieve(entityName, id, columSet);
}
No comments:
Post a Comment