2012-11-23 3 views
3

그래서 RavenDB.Client를 새로운 Asp.Net Mvc 4.0 프로젝트에 설치하려고하는데 다음 오류가 발생합니다.RavenDb 클라이언트를 설치하는 Nuget 종속성 오류

PM> Install-Package RavenDB.Client -Version 1.0.980 
Attempting to resolve dependency 'Newtonsoft.Json (= 4.0.8)'. 
Attempting to resolve dependency 'NLog (= 2.0.0.2000)'. 
Successfully installed 'Newtonsoft.Json 4.0.8'. 
Successfully installed 'NLog 2.0.0.2000'. 
You are downloading RavenDB.Client 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.Client 1.0.980'. 
Install failed. Rolling back... 
Install-Package : Updating 'Newtonsoft.Json 4.5.6' to 'Newtonsoft.Json 4.0.8' failed. Unable to find a version of 'Microsoft.AspNet.WebApi.Client' that is compatible with 'Newtonsoft.Json 4.0.8'. 
At line:1 char:1 
+ Install-Package RavenDB.Client -Version 1.0.980 
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    + CategoryInfo   : NotSpecified: (:) [Install-Package], InvalidOperationException 
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand 

불행하게도, Microsoft.AspNet.WebApi.Client 내가 실제로 사용해야합니까 기본적으로 설치되어 사물의 장황한 중 하나입니다. 내 옵션은 무엇입니까?

답변

3

이 질문이 있습니다. manytimesbefore.

오늘의 가장 좋은 조언은 RavenDB의 출시 전 "불안정한"빌드를 사용하는 것입니다. 2.0 버전은 RTM에 가까워지고 불안정한 빌드는 꽤 좋습니다.

+1

감사합니다. Matt - 내가 검색 한 키워드가 표시되지 않았습니다. –

관련 문제