Nuget RavenDb and SignalR

104 views
Skip to first unread message

JanivZ

unread,
Aug 19, 2012, 11:06:47 AM8/19/12
to rav...@googlegroups.com
Hi, 
I am trying to install SignalR along side RavenDb via nuget.
All my attempts have failed with this error:
Updating 'Newtonsoft.Json 4.5.8' to 'Newtonsoft.Json 4.0.8' failed. Unable to find a version of 'SignalR.Server' that is compatible with 'Newtonsoft.Json 4.0.8'.

Newtonsoft.Json 4.0.8  - is a dependency of RavenDb. 
Any ideas how to resolve this ? 

Itamar Syn-Hershko

unread,
Aug 19, 2012, 11:10:38 AM8/19/12
to rav...@googlegroups.com
Use the 972 version or any of the unstables

JanivZ

unread,
Aug 19, 2012, 11:23:45 AM8/19/12
to rav...@googlegroups.com
mmm got this message

PM> Install-Package RavenDB.Client-Version 1.0.972

Install-Package : Unable to find version '1.0.972' of package 'RavenDB.Client'.
At line:1 char:16
+ Install-Package <<<<  RavenDB.Client -Version 1.0.972
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

JanivZ

unread,
Aug 19, 2012, 11:26:51 AM8/19/12
to rav...@googlegroups.com
And i'd like to ask a related question - id also like to install the server via nuget to my solution - so where ever i check it out i can run the server from my solution folder without having to download it seperatly.
Any way to do that ? 

And thank you very much fr the quick reply !!

Oren Eini (Ayende Rahien)

unread,
Aug 19, 2012, 2:52:53 PM8/19/12
to rav...@googlegroups.com
There is Raven.Server nuget package.

And you should be able to just run:
Install-Package RavenDB.Client -Version 1.0.972

Damian Hickey

unread,
Aug 19, 2012, 4:13:03 PM8/19/12
to rav...@googlegroups.com
There appears to be a problem at the moment with nuget.org where this package version is not being found when using command line / powershell. Use the Package Manager GUI as a workaround.

JanivZ

unread,
Aug 21, 2012, 9:14:23 AM8/21/12
to rav...@googlegroups.com
yep. Thanks fro the quick replies.

I see your handling it on this thread:

Reply all
Reply to author
Forward
0 new messages