Skip to content

Microsoft.SharePoint.Client.IdcrlException: 'Identity Client Runtime Library (IDCRL) did not get a response from the Login server.' #3

@xueqingsun

Description

@xueqingsun

I use OneDrive business.

Exception:
Microsoft.SharePoint.Client.IdcrlException: 'Identity Client Runtime Library (IDCRL) did not get a response from the Login server.'

Code:
The last line throws an exception.

context.Load(context.Web);
context.Load(context.Web.Lists);
context.Load(context.Web, web => web.ServerRelativeUrl);
context.ExecuteQuery();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions