Server Error in '/' Application.

'Pubblicazione' object not found.

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.Data.DataException: 'Pubblicazione' object not found.

Source Error:


Line 58:         Logger.Instance.WriteLog(sender as Exception);
Line 59:         // _POL_ per debug: da togliere in release
Line 60:         throw sender as Exception;
Line 61:     }
Line 62: 

Source File: c:\inetpub\PuntoEuropa\MasterPage.master.cs    Line: 60

Stack Trace:


[DataException: 'Pubblicazione' object not found.]
   MasterPage.PersistenceManager_ExceptionTraced(Object sender, EventArgs e) in c:\inetpub\PuntoEuropa\MasterPage.master.cs:60
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   eu.PuntoEuropa.DataLayer.PersistenceManager.TraceException(Exception e) in c:\inetpub\PuntoEuropa\App_Code\DataLayer\Generated\PersistenceManager_gen.cs:30
   eu.PuntoEuropa.DataLayer.Pubblicazione.Get(Int32 id) in c:\inetpub\PuntoEuropa\App_Code\DataLayer\Generated\Pubblicazione_gen.cs:411
   ElencoPubblicazioni_Pubblicazione.Page_Load(Object sender, EventArgs e) in c:\inetpub\PuntoEuropa\ElencoPubblicazioni\Pubblicazione.aspx.cs:23
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4690.0