- Open client
- Browse to a document collection
- Right click and choose query documents
- select * from c where c.partitionKey <> "somevalue" -- in my case some value is a guid
- Execute query
- Crash below
System.AccessViolationException was unhandled
Message: An unhandled exception of type 'System.AccessViolationException' occurred in Microsoft.Azure.Documents.Client.dll
Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.