2013-03-21 20 views
5

Il mio progetto utilizza Newtonsoft.json V4.5. Ora ho il requisito di integrare twitter oAuth nel mio progetto.Newtonsoft.Json Problema di emissione

Ho deciso di utilizzare Tweetsharp.dll per l'integrazione. Si è risolto un problema di conflitto di dipendenze di Newtonsoft.Json che Tweetsharp richiede Newtonsoft.json 3.5.

Il problema è che non riesco a sostituire la mia versione più recente di Newtonsoft.Json dal mio progetto perché interessa altre funzionalità.

Please help me per risolvere questo problema.

Server Error in '/' Application. 

Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral,   PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) 

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

    Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) 

Source Error: 


Line 188:   if (CallbackUrl != null && CallbackUrl.Trim().Length > 0) 
Line 189:   { 
Line 190:    twitter =  FluentTwitter.CreateRequest().Configuration.UseHttps().Authentication.GetRequestToken(ConsumerKey, ConsumerSecret, CallbackUrl); 
Line 191:   } 
Line 192:   else 

Source File: C:\Users\hnarikkoden\Desktop\Socxo\B2\App_Start\TwitterInfo.cs Line: 190 

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' could not be loaded. 

risposta

1

Non c'è modo è possibile fare riferimento entrambe le librerie in modo che il colpo migliore sarebbe quella di uno:

-edit il progetto TweetSharp perché è open source e cercare di "updgrade" da soli

-post il problema sul TweetSharp Github e chiedere di essere aggiornato