System.NullReferenceException

Object reference not set to an instance of an object.

Exception source: App_Web_oemflqwd

Exception string:

System.NullReferenceException: Object reference not set to an instance of an object. at Controls_Portals_2_usercontrols_gallery_tearsheet.loadProduct(String Id) in D:\Websites\Caracole\Portal\controls\portals\2\usercontrols\gallery\tearsheet.ascx.vb:line 17 at Controls_Portals_2_usercontrols_gallery_tearsheet.Page_Load(Object sender, EventArgs e) in D:\Websites\Caracole\Portal\controls\portals\2\usercontrols\gallery\tearsheet.ascx.vb:line 11 at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Object reference not set to an instance of an object.

Server Error in '/' Application.

Object reference not set to an instance of an object.

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.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 15:     Private Sub loadProduct(ByVal Id As String)
Line 16:         Dim product As Caracole.Entities.CatalogItems = Caracole.Data.DataRepository.CatalogItemsProvider.GetById(Id)
Line 17:         Me.ItemImage.ImageUrl = "/portals/shared/products/med600/" & product.Sku & ".jpg"
Line 18:         Me.ProductTitle.Text = product.Description
Line 19:         Me.sku.Text = product.Sku

Source File: D:\Websites\Caracole\Portal\controls\portals\2\usercontrols\gallery\tearsheet.ascx.vb    Line: 17

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   Controls_Portals_2_usercontrols_gallery_tearsheet.loadProduct(String Id) in D:\Websites\Caracole\Portal\controls\portals\2\usercontrols\gallery\tearsheet.ascx.vb:17
   Controls_Portals_2_usercontrols_gallery_tearsheet.Page_Load(Object sender, EventArgs e) in D:\Websites\Caracole\Portal\controls\portals\2\usercontrols\gallery\tearsheet.ascx.vb:11
   System.Web.UI.Control.LoadRecursive() +70
   System.Web.UI.Control.LoadRecursive() +189
   System.Web.UI.Control.LoadRecursive() +189
   System.Web.UI.Control.LoadRecursive() +189
   System.Web.UI.Control.LoadRecursive() +189
   System.Web.UI.Control.LoadRecursive() +189
   System.Web.UI.Control.LoadRecursive() +189
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3177