I'm a beginner in RavenDB, but I can't seem to get started. I'm getting stuck at loading an entity in C#.
I am getting a null exception error.
Below is my screenshot for the exception:

And in my RavenDB studio, it looks like this:

So, I'm totally stuck now.
I am very sure i have done everything else right. The client has connected to the server with correct Url, the DefaultDatabase is correct, and the session.Load parameter is correct id
Hope someone can help :-)
Load<Person>instead ofLoad<dynamic>? Also, what does theperson/1document look like? - Andrej Krivulčík