Hi!
I am using the RadEditor with Custom Skin. The skin is an exact copy of the Office2007 skin and has not been altered in any way. My Editor is defined in the asp.net file like this:
<Telerik:RadEditor |
ID="FrontPageTextTextBox" |
runat="server" |
CssClass="taskCommentEditor" |
EnableResize="false" |
EnableEmbeddedSkins="false" |
Skin="Qmanager" |
ToolbarMode="Default" |
ToolsFile="~/XML/EditorToolbars/Simple.xml" |
Width="675px" |
AutoResizeHeight="true" |
Height="180"> |
<Languages> |
<Telerik:SpellCheckerLanguage Code="da-DK" Title="Dansk" /> |
<Telerik:SpellCheckerLanguage Code="en-US" Title="Engelsk" /> |
</Languages> |
<CssFiles> |
<Telerik:EditorCssFile Value="~/Skins/QmanagerDefault/Qmanager/EditorContentArea.css" /> |
</CssFiles> |
</Telerik:RadEditor> |
The Editor works fine and it looks great. I do however get this error, when looking at the traffic in Fiddler (summary):
Please note that the request on line 1 works fine but the request in line 2 returns "404 Not found":
Result URL | |
200 http://novaq01/WebResource.axd?d=PWVHrV3Qhq_fF1o6VioC5vkazWhn1z53TfFMOS3WtSzJ7FWxn_0V7X_tliMYN0Wcmg_Ft1lbOh5eIYOKg1vRacA1zok5pn96oPZ52ayShrzrv6ZfOYRmSbiMo0CEf3EJ0&t=633487783559193485 | |
404 http://novaq01/WebResource.axd?d=QRiUblSp-RLHbaZ42JbTjLJidFnQE4lLRSqoMLNsAfrp4UQl4QNBjQsTWUBKFSykfjE0v6ld45-cAjU6Alj3aC7gTHdaVq3Fy4INHRiK7is1&t=633621778888683156 |
WebResource.axd?d=QRiUblSp-RLHbaZ42JbTjLJidFnQE4lLRSqoMLNsAfrp4UQl4QNBjQsTWUBKFSykfjE0v6ld45-cAjU6Alj3aC7gTHdaVq3Fy4INHRiK7is1&t=633621778888683156 |
Can you help me with this?
Best Regards,
Christian