Server Error in '/' Application.

Product 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: FCA.BL.ProductNotFoundException: Product not found

Source Error:


Line 30:         {
Line 31:             Cart cart = new Cart();
Line 32:             cart.Add(new Product(Request.QueryString["s"]), 1, twin, frame);
Line 33:         }
Line 34: 

Source File: g:\FramedCanvasArt\framedcanvasart.com\product\add\default.aspx.cs    Line: 32

Stack Trace:


[ProductNotFoundException: Product not found]
   FCA.BL.Product..ctor(String slug) in D:\Webility\Projects\FramedCanvasArt\Libraries\FCA.BL\Product.cs:1196
   product_add_default.Page_Load(Object sender, EventArgs e) in g:\FramedCanvasArt\framedcanvasart.com\product\add\default.aspx.cs:32
   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