I am using a radrotator as part of a server control. I am reading a list in moss and then moving the data to a data table and binding it to the rad control. Everything works fine when I put the control into a webform and test in 2008. I ad the declarations in Sharepoint designer and have no problem droppiong the control on my page layout. I then go to moss and create a page based on the page layout. The page creates fine and puts me in edit mode. While in edit mode I can see the server control and it rotates images and everything works fine.
The problem occurs when I try to publish or submit the page. As soon as I do that I get an unknown error and am no longer able to view the page.
I am using rad editor in the numerous page layouts without issue am I missing something basic with the radrotator?
The following are the declarations on the top of the page layout.
<%@ Register tagprefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI, Version=2008.2.826.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" %>
<%@ Register Assembly="DNRMossControls, Version=1.0.0.1, Culture=neutral, PublicKeyToken=f60547f2d93c9a83"
Namespace="DNRMossControls" TagPrefix="dnr" %>
The dnrMossControls contain the control I am using and it appears in the server control list.
The control is marked as safe in the web config. and installed in the GAC.
If you need code I will also send that.
Thanks
Mark
The problem occurs when I try to publish or submit the page. As soon as I do that I get an unknown error and am no longer able to view the page.
I am using rad editor in the numerous page layouts without issue am I missing something basic with the radrotator?
The following are the declarations on the top of the page layout.
<%@ Register tagprefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI, Version=2008.2.826.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" %>
<%@ Register Assembly="DNRMossControls, Version=1.0.0.1, Culture=neutral, PublicKeyToken=f60547f2d93c9a83"
Namespace="DNRMossControls" TagPrefix="dnr" %>
The dnrMossControls contain the control I am using and it appears in the server control list.
The control is marked as safe in the web config. and installed in the GAC.
If you need code I will also send that.
Thanks
Mark