|
Rank: Member Groups: Member
Joined: 10/11/2008 Posts: 10
|
Hello
When I use the Editor control and drag in into any page in designview (VS2008), I get this error:
"An error occured while rendering the control: EO.Web.ToolBarItemCollection must have items of type 'EO.Web.ToolBarItem'. 'EO.Web.ToolBarItem' is of type 'System.Web.UI.HtmlControls.HtmlGenericControl'.
Regards
/Sunweb
|
|
Rank: Member Groups: Member
Joined: 10/11/2008 Posts: 10
|
Maybe I should say that it works when I compile the website - but In designview I only see that message instead of the editor´s design.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, This appears to be a MS bug. To avoid the problem, check whether you have the corresponding Register directive in your page:
Code: HTML/ASPX
<%@ Register assembly="EO.Web" namespace="EO.Web" tagprefix="eo" %>
Thanks!
|
|