Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Module in layouttemplate
kees_schouten
#1 Posted : Tuesday, November 30, 2010 1:56:37 AM(UTC)
Rank: Newbie
Groups: Registered

Joined: 9/26/2010(UTC)
Posts: 3
Location: Netherlands
hi!,

I'm trying to add an module to a layouttemplate by the following code:

added following to LayoutTemplate:

Quote:
<%= this.RenderContentTemplateByName("Account.Info") %>


added following to Account.Info contentTemplate:
Code:
<cms:Position ID="home_body_position" runat="server" />
<script runat="server" type="text/C#">
protected override void OnPreRender(EventArgs e) {
base.OnPreRender(e);
home_body_position.AddModule("Membership", "0");
}
</script>


But unfortunately i get the error:

Unable to cast object of type 'CustomPage' to type 'Everest.CmsServices.MvcHelper.CmsViewPage'.

Stack Trace:
[InvalidCastException: Unable to cast object of type 'CustomPage' to type 'Everest.CmsServices.MvcHelper.CmsViewPage'.]
Everest.CmsServices.MvcHelper.PositionHolder.get_ViewPage() +77
Everest.CmsServices.MvcHelper.PositionHolder.get_Cms_Page() +37
Everest.CmsServices.MvcHelper.PositionHolder.LoadCmsControls() +1384
Everest.CmsServices.MvcHelper.PositionHolder.OnInit(EventArgs e) +47.............
........................

Does anyone know how i can fix this?

Thanks!

kees_schouten
#2 Posted : Thursday, December 02, 2010 3:40:04 AM(UTC)
Rank: Newbie
Groups: Registered

Joined: 9/26/2010(UTC)
Posts: 3
Location: Netherlands
Is there really no one who's familiar with this problem and error? Or is the community of kooboo still to small?
kees_schouten
#3 Posted : Sunday, December 12, 2010 11:35:06 PM(UTC)
Rank: Newbie
Groups: Registered

Joined: 9/26/2010(UTC)
Posts: 3
Location: Netherlands
Nevermind. I switched over to an other CMS because of lacking support by kooboo
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF 1.9.5.5 | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.330 seconds.