Ho creato un feed rss che in locale funziona correttamente ma passadno in produzione mi appare il seguente errore:

Could not load type 'System.DateTimeOffset' from assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
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.TypeLoadException: Could not load type 'System.DateTimeOffset' from assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[TypeLoadException: Could not load type 'System.DateTimeOffset' from assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.]
alessioarrigoni.rss.Page_Load(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061

qualcuno sa darmi qualche indicazione ?
Grazie

Alessio Arrigoni - CONSULENTE INFORMATICO
https://www.alessioarrigoni.it
https://www.assistenzapccomo.it
438 messaggi dal 04 agosto 2002
Contributi
ciao,

devi verificare quale versione del framework sta girando sul server di produzione. Il DateTimeOffset è supportato da: 3.5 SP1, 3.0 SP1, 2.0 SP1
Può essere che sulla macchina di produzione sia installato il 2.0 senza SP1?

Da un rapido giretto by Google in altri casi la soluzione è stata quella di effettuare un repair del framework 2.0: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=686539&SiteID=1


v

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.