Server Error in '/' Application.

Cannot find ContentPlaceHolder 'ContentPlaceHolder1' in the master page '/noflash.master', verify content control's ContentPlaceHolderID attribute in the content page.

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: Cannot find ContentPlaceHolder 'ContentPlaceHolder1' in the master page '/noflash.master', verify content control's ContentPlaceHolderID attribute in the content page.

Source Error:


Line 14: 
Line 15:     Protected Sub Page_PreInit(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit
Line 16:         M = CType(Me.Master, MPRMasterPage)
Line 17:         PRODUCT_OBJ_ID = CleanIntRequest(Request("OBJ_ID"))
Line 18:         CAT_OBJ_ID = CleanIntRequest(Request("MC_ID"))

Source File: C:\Sites\Site Source\Mobile.Powerbronze.co.uk\product.aspx.vb    Line: 16

Stack Trace:


[HttpException (0x80004005): Cannot find ContentPlaceHolder 'ContentPlaceHolder1' in the master page '/noflash.master', verify content control's ContentPlaceHolderID attribute in the content page.]
   System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) +1149
   System.Web.UI.Page.get_Master() +69
   product.get_Master() +50
   product.Page_PreInit(Object sender, EventArgs e) in C:\Sites\Site Source\Mobile.Powerbronze.co.uk\product.aspx.vb:16
   System.Web.UI.Page.OnPreInit(EventArgs e) +11166430
   System.Web.UI.Page.PerformPreInit() +42
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1256


Version Information: Microsoft .NET Framework Version:2.0.50727.8784; ASP.NET Version:2.0.50727.8762