Errore server nell'applicazione '/'.

Stringa non riconosciuta come valore DateTime valido.

Descrizione: Eccezione non gestita durante l'esecuzione della richiesta Web corrente. Per ulteriori informazioni sull'errore e sul suo punto di origine nel codice, vedere la traccia dello stack.

Dettagli eccezione: System.FormatException: Stringa non riconosciuta come valore DateTime valido.

Errore nel codice sorgente:


Riga 81:     protected S3CMS.Utility.RSS GenerateNewsFeed(string FeedContentLanguage, string sContentType)
Riga 82:     {
Riga 83:         S3CMS.Utility.RSS feed = new RSS(param["core_RSSFeedName"], param["core_RSSMainUrl"], param["core_RSSFeedDesc"], GetRFC822Date(Convert.ToDateTime(BackendManager.QueryExecutorWithValue("SELECT top 1 content_datelastupdate FROM tb_contents WHERE content_type = 2 order by content_datelastupdate desc"))));
Riga 84:         string sDomain = BackendManager.QueryExecutorWithValue("SELECT TOP 1 domain_name FROM tb_anag_domainredirect");
Riga 85: 

File di origine: e:\WebSites\it.sistnet.support\rss.aspx.cs    Riga: 83

Traccia dello stack:


[FormatException: Stringa non riconosciuta come valore DateTime valido.]
   System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) +14276559
   System.Convert.ToDateTime(String value) +85
   rss.GenerateNewsFeed(String FeedContentLanguage, String sContentType) in e:\WebSites\it.sistnet.support\rss.aspx.cs:83
   rss.Page_Load(Object sender, EventArgs e) in e:\WebSites\it.sistnet.support\rss.aspx.cs:50
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Informazioni di versione: Versione di Microsoft .NET Framework:4.0.30319; Versione di ASP.NET:4.8.4690.0