I just copied the new files to my Web-Project and the following Error occurs:
FrameStyle-Property can not be set declarative".
So does this mean, that i have to change my sourcecode?
The Sourcecode, where the error occurs:
Line 244: <CE:Editor ID="Editor1" ResizeMode="AutoAdjust" runat="server" BackColor="#E9E9E9" AllowPasteHtml="False" HelpUrl="http://www.sitepoint.de">
Line 245: <FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"
Line 246: CssClass="CuteEditorFrame" Height="100%" Width="100%" />
Line 247: </CE:Editor>