signalr - RavenDB JsonReaderException - Conflicting Newtonsoft.Json? -


i installed nuget package newtonsoft.json , think that's reason why line of code:

indexcreation.createindexes(typeof(dataaccessfactory).assembly, documentstore); 

... generating error:

newtonsoft.json.jsonreaderexception: {"unexpected character encountered while parsing value: <. path '', line 0, position 0."}

i found question issue different raven client , server versions. that's not issue in case. , found question issue conflicting newtonsoft.json assemblies; 1 version used ravendb, , used signalr.

what don't understand newtonsoft.json.dll use ravendb 2230. older versions of ravendb had newtonsoft.json.dll in server folder. ravendb 2230 doesn't have newtonsoft.json.dll anywhere in folder structure. why? if ravendb needs newtonsoft.json.dll, why isn't there? , if needs it, how know version use? if know that, can redirect signalr use version (as shown in 1 of answers 1 of questions above).

to further complicate matters, can't uninstall newtonsoft.json package. error signalr depends on it. if uninstall signalr package first, can uninstall newtonsoft.json package. however, when install signalr again, installs newtonsoft.json it. don't want that newtonsoft.json, nuget gets installs me. feels dll hell on again.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -