DocumentStore.Url property not in DocumentStore object #12798
agfabregat
started this conversation in
General
Replies: 2 comments
-
You need to indeed set it using Make sure that you are running the 5.2 server as well |
Beta Was this translation helpful? Give feedback.
0 replies
-
ayende thank you so much. I am glad you added that comment about "make sure you are running 5.2 server" because that was my problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting started with RavenDb in dotnet framework 4.7x c#
Installed Raven.Server and started it in 8080, fine.
Installed Raven.Client 5.2.2 from Nuget.
All the examples I find have this syntax:
var documentStore = new DocumentStore
{
Url = "......"
};
But my DocumentStore object does not have a property Url, it has Urls. I tried setting Urls with a string[1] but that doesn't work.
Any suggestions fully appreciated
Beta Was this translation helpful? Give feedback.
All reactions