Server Error in '/' Application.

The requested Item with ItemNo '1249' was 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.Web.HttpException: The requested Item with ItemNo '1249' was not found.

Source Error:


Line 97: 
Line 98:             if (viewData == null)
Line 99:                 throw new HttpException(404, string.Format("The requested Item with ItemNo '{0}' was not found.", ItemNo));
Line 100:
Line 101:            /* Validate Category */

Source File: d:\web\reciprotor.dk\www\Catalog\Item-View.aspx.cs    Line: 99

Stack Trace:


[HttpException (0x80004005): The requested Item with ItemNo '1249' was not found.]
   Catalog_Item_View.Page_Load(Object sender, EventArgs e) in d:\web\reciprotor.dk\www\Catalog\Item-View.aspx.cs:99
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +85
   System.Web.UI.Control.OnLoad(EventArgs e) +79
   nCode.UI.Page.OnLoad(EventArgs e) +216
   System.Web.UI.Control.LoadRecursive() +130
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2850


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