I try to install RavenDB via visual studio and get
PM> Install-Package RavenDB -Version 1.0.888
Attempting to resolve dependency 'NLog (= 2.0.0.2000)'.
Attempting to resolve dependency 'Newtonsoft.Json (= 4.0.8)'.
Successfully installed 'NLog 2.0.0.2000'.
Successfully installed 'Newtonsoft.Json 4.0.8'.
You are downloading RavenDB from Hibernating Rhinos, the license agreement to which is available at
http://www.ravendb.net/licensing. Check the package for additional dependencies, which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.
Successfully installed 'RavenDB 1.0.888'.
Install failed. Rolling back...
Install-Package : Already referencing a newer version of 'Newtonsoft.Json'.
At line:1 char:16
+ Install-Package <<<< RavenDB -Version 1.0.888
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
PM>
I really don't know how to get started working with the DB, hheelllppp!!