When I try to run any of the toolbar demos from my local server, I receive the following client-side error:
Windows Internet Explorer
EO.Web Controls Client Side Debug Message:
EO.Web control 'cbPanel' error message:The callback on 'cbPanel' has failed due to a server side exception. Click OK to see the exception message.(set ClientSideOnError to handle this error).
You can turn off this message by setting EO.Web.Runtime.DebugLevel to 0 (Not recommended for debug build).
OK
The server throws an 'Ambiguous match found.' error. Here are the details:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Ambiguous match found.
Source Error:
Code: HTML/ASPX
Line 12: <HoverStyle CssText="BORDER-RIGHT: #335ea8 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #335ea8 1px solid; PADDING-LEFT: 3px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; BORDER-LEFT: #335ea8 1px solid; CURSOR: hand; PADDING-TOP: 2px; BORDER-BOTTOM: #335ea8 1px solid; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: ghostwhite"></HoverStyle>
Line 13: <NormalStyle CssText="PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-SIZE: 12px; PADDING-BOTTOM: 3px; CURSOR: hand; BORDER-TOP-STYLE: none; PADDING-TOP: 3px; FONT-FAMILY: Tahoma; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none"></NormalStyle>
Line 14: <ItemTemplates>
Line 15: <eo:ToolBarItem Type="Custom">
Line 16: <HoverStyle CssText="background-color:transparent;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;padding-bottom:1px;padding-left:2px;padding-right:2px;padding-top:2px;"></HoverStyle>
The error page indicates that the <ItemTemplates> node is causing the parser error. I have a feeling that there is a conflict between these controls and the ComponentOne Studio for ASP.NET, as I have both installed.
This may help:
http://support.microsoft.com/kb/823194Any idea how I can get this working?