Facebook Toolkit 2.0 - Errore durante l'esecuzione su un server con asp.net 2.0 installato

voti
0

Sto ottenendo il seguente errore quando si tenta di eseguire il toolkit Facebook Connect su un server con ASP.Net 2.0 installato - mi sono trasferito manualmente su System.Core e System.Xml.Linq al server dai 3,5 DLL.

La maggior parte delle altre cose sembrano funzionare, fino a quando provo ad accedere all'oggetto utenti - più precisamente, il metodo GetInfo ().

Questo è l'errore - Qualcuno ha qualche idea? Grazie!

Metodo non trovato: 'System.Xml.XmlReaderSettings.set_MaxCharactersFromEntities void (Int64).

[MissingMethodException: metodo non trovato: 'System.Xml.XmlReaderSettings.set_MaxCharactersFromEntities Void (Int64)'.] System.Xml.Linq.XNode.GetXmlReaderSettings (LoadOptions o) +0 System.Xml.Linq.XElement.Parse (String text, opzioni LoadOptions) +60 System.Xml.Linq.XElement.Parse (String text) +7 Microsoft.Xml.Schema.Linq.XTypedServices.Parse (stringa XML) +23 facebook.users.getInfo (String uid) 201 facebook. users.getInfo (Int64 UID) +34 content_FBLoggedIn.Page_Load (mittente Object, EventArgs) 481 System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp, o Object, oggetto t, EventArgs) +15 System.Web.Util .CalliEventHandlerDelegateProxy.Callback (Object sender, EventArgs e) +34 System.Web.UI.Control.OnLoad (EventArgs) +99 System.Web.UI.Control.LoadRecursive () +47 System.Web.UI.Page.ProcessRequestMain (booleano includeStagesBeforeAsyncPoint, booleano includeStagesAfterAsyncPoint) 1061

È pubblicato 27/03/2009 alle 19:31
fonte dall'utente
In altre lingue...                            


2 risposte

voti
1

googleing per set_MaxCharactersFromEntities suggerisce che questo potrebbe essere un problema di 64 DLL bit sul server vs DLL a 32 bit sulla macchina di sviluppo locale.

Risposto il 28/03/2009 a 15:56
fonte dall'utente

voti
0

Solo un aggiornamento - in realtà ho finito di installare i 3,5 DLL sul server - non ho potuto trovare qualsiasi altra soluzione che ha funzionato.

Una volta che ho fatto, tutti i problemi se ne andò.

Grazie per la punta però Ax - il server è in esecuzione in 32 bit però.

Risposto il 01/04/2009 a 19:06
fonte dall'utente

Cookies help us deliver our services. By using our services, you agree to our use of cookies. Learn more