Hello,
I have a clean install of DNN 5 on localhost (IIS 7, MS Vista Home Premium, MS SQL 2005 Developer Edition, ASP.NET 3.5). I have downloaded from my account RadEditor_7.35_DNN(2008_11_19) and RadEditor_7_3_5_dev. I have installed the Rad Editor using the DotNetNuke Integration Manual included in the RadEditor_7.35_DNN Folder.
After the integration, I dropped an HTML module onto a page and then chose 'Edit Text' and received this message:
==============================================================================================================
A critical error has occurred.
Could not load RadEditor! Check your provider configuration for errors (folders, links, orCSS) ! Method not found: 'DotNetNuke.Security.Permissions.FolderPermissionCollection DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsCollectionByFolderPath(Int32, System.String)'.
==============================================================================================================
I am still a novice at this stuff, but trying to learn. I went back and checked all of my work and have copied all of the dll files to the /bin, the RadControls in the /Controls Folder, and the RadHTMLEditorProvider is in the /Providers/HTMLEditorProiders Folder.
I have updated the web.config as follows (I omitted the FckEditor info for readability):
==============================================================================================================
<htmlEditor defaultProvider="RadHtmlEditorProvider">
<providers>
<clear/>
<add name="RadHtmlEditorProvider" type="Telerik.DNN.Providers.RadHtmlEditorProvider, Telerik.DNN.Providers.RadHtmlEditorProvider" providerPath="~/Providers/HtmlEditorProviders/RadHtmlEditorProvider/" AutoCreatePaths="true" />
</providers>
</htmlEditor>
==============================================================================================================
Any ideas?
Thanks,
Joe