Hi,
I have installed the kentico version 6.0 on my local machine. I have created a new aspx page using visual studio as mentioned here:
http://devnet.kentico.com/docs/6_0/devguide/index.html?creating_a_new_aspx_page_template.htm
Now i am adding portal functionality in page by following the steps mentioned over here:
http://devnet.kentico.com/docs/6_0/devguide/index.html?adding_portal_engine_functionality_to_aspx.htm
When i run the application, it throws an exception showing below:
[CMSPortalControls.CMSAbstractWebPart]: Parent CMSPagePlaceholder 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.Exception: [CMSPortalControls.CMSAbstractWebPart]: Parent CMSPagePlaceholder not found.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[Exception: [CMSPortalControls.CMSAbstractWebPart]: Parent CMSPagePlaceholder not found.]
CMS.PortalControls.CMSWebPartZone.get_PagePlaceholder() +101
CMS.PortalControls.CMSWebPartZone.OnInit(EventArgs e) +41
System.Web.UI.Control.InitRecursive(Control namingContainer) +140
System.Web.UI.Control.InitRecursive(Control namingContainer) +311
System.Web.UI.Control.InitRecursive(Control namingContainer) +311
System.Web.UI.Control.InitRecursive(Control namingContainer) +311
System.Web.UI.Control.InitRecursive(Control namingContainer) +311
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480
Can any body tell me what can be the problem?