Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

System.NullReferenceException: 'Object reference not set to an instance of an object.' #53

Open
mahanteshvk opened this issue Dec 4, 2019 · 0 comments

Comments

@mahanteshvk
Copy link

return _Client.CreateDocumentQuery<TUser>(_Users.DocumentsLink, new FeedOptions { EnableCrossPartitionQuery = true }) .Where(u => u.DocId == "user").AsQueryable();

I am getting the below exception when the above piece of code gets executed
System.NullReferenceException: 'Object reference not set to an instance of an object.'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant