Retrieve the Guid of a Custom Field Using its Name Everytime I reach :
_cfDataSet = _cf.ReadCustomFields(_cfFilter.GetXml(), false);
it throws an error :
"The request failed with HTTP status 401: Unaurthorized."
I am using:
_cf.Credentials = CredentialCache.DefaultCredentials;
which logged in me with no problems.
Can someone tell me what I am doing wrong?
Thanks,
Gene
|