1

I just upgraded the RavenDB Client via NuGet to 3.0 and my server to 2.5.0 and now I got this casting error in the most simple code. I am fetching data from the db by id var result = session.Load<Chart>(chartId); The error is

Unable to cast object of type 'Raven.Json.Linq.RavenJArray' to type 'Raven.Json.Linq.RavenJObject

The error is not int the query object at least I havent come accross it, any ideas?

1 Answer 1

2

You are using a 3.0 client to talk to a 2.x server, that is not supported.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.