This is a migrated thread and some comments may be shown as answers.

Server Error in '/' Application.

1 Answer 118 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sakshi
Top achievements
Rank 1
Sakshi asked on 19 Jun 2012, 09:37 PM

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: Could not load file or assembly 'DotNetNuke.HtmlEditor.TelerikEditorProvider' or one of its dependencies. The system cannot find the file specified.

Source Error: 

Line 4:  <%@ Register Assembly="Telerik.Web.UI, Version=2011.03.1115.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI.Dialogs" TagPrefix="dialogs" %>
Line 5:  <%@ Register Assembly="Telerik.Web.UI, Version=2011.03.1115.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
Line 6:  <%@ Register Assembly="DotNetNuke.HtmlEditor.TelerikEditorProvider" Namespace="DotNetNuke.HtmlEditor.TelerikEditorProvider" TagPrefix="provider" %>
Line 7:  
Line 8:  <% if(this.Request.IsSecureConnection) { %>

Source File: /Telerik.Web.UI.DialogHandler.axd    Line: 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.HtmlEditor.TelerikEditorProvider' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
 

Hi,

I am new to telerik controls and having hard time fixing the Link Manager on Rad Editor .
I have below configurations:
 <telerik:RadEditor ID="txtStory" runat="server" Width="99%" Height="670" AllowScripts="True" TabIndex="3"
                        ToolbarMode="Default" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"
                        OnClientLoad="OnClientLoad" EnableEmbeddedSkins="false" Skin="PrestoRadSkin"
                        NewLineMode="P" ContentFilters="ConvertToXhtml" OnClientModeChange="OnClientModeChange" ExternalDialogsPath="~/DesktopModules/UDMW/ContentDashboard/Telerik/Dialogs/" >
                        
<Tools>
<telerik:EditorToolGroup Tag="SubToolbar">                              
                                <telerik:EditorTool Name="LinkManager" ShortCut="CTRL+K" />
                                <telerik:EditorTool Name="Unlink" ShortCut="CTRL+SHIFT+K" />
</telerik:EditorToolGroup>
</Tools>

and my web.config:
<httpHandlers> 
<add path="Telerik.Web.UI.DialogHandler.axd" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI" validate="false"/>
    </httpHandlers>

<handlers>    
      <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode" />
    </handlers>

I googled a lot for resolving this.

Any help is appreciated.

Thanks,
Rad

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Jun 2012, 12:49 PM
Hello,

The Professional DNN provider of RadEditor (DotNetNuke.HtmlEditor.TelerikEditorProvider) that comes with the DNN 5.6.x installation, is implementated by DotNetNuke developers and it is not supported by Telerik.

My suggestion is to post the question about how to configure RadEditor in the DNN forums. For example in this one: Taming (customizing) The new Telerik RadEditor.

All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Sakshi
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or