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

Error loading Configuration file in Rad Editor

2 Answers 253 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Virgil Carroll
Top achievements
Rank 1
Virgil Carroll asked on 20 Jun 2007, 04:52 PM
I just added the RadEditor for MOSS 2007 to our installation to demo for a client that may want to purchase.  The install worked fine but every time I tried to load up the control I get an:

 

Server Error in '/' Application.

Error opening Configuration File.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Telerik.WebControls.RadEditorUtils.InvalidConfigFileException: Error opening Configuration File.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[InvalidConfigFileException: Error opening Configuration File.]
   Telerik.WebControls.RadEditor.GetValidConfigFile() +90
   Telerik.WebControls.RadEditor.ProcessConfigFile() +4197
   Telerik.WebControls.RadEditor.set_ConfigFile(String value) +48
   Telerik.WebParts.Editor.Dialogs.ContentEditor.Page_Load(Object sender, EventArgs e) +251
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061

I have tried adding a reference to the ConfigFile.xml in the ContentEditor.aspx page, but this did not help.  I am hoping to demo this today, so any help is greatly appreciated.

2 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 21 Jun 2007, 08:16 AM
Hi,

This error means that the ASP.NET user (Network Service) cannot find the ConfigFile.xml or ListConfigFile.xml. These files are located by default at: 
\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.1.0.0__1f131a624888eeed\RadControls\Editor\.

If the files are not there, then you might have a corrupt installation and I suggest that you retract the editor solution and try to deploy it again.

If the files are there, then you have a problem with file permissions. Make sure that the ASP.NET user has at least read rights on the editor folder.

All the best,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mathis Marugg
Top achievements
Rank 1
answered on 14 Apr 2008, 05:40 PM
The same error message may also appear when you upgrade to a new version and you've still referenced the old dll in for example your c# control (happend to me and I was looking at the rights for some time :))

Reference to new one, recompile and gone is the error.
Tags
WebParts for SharePoint
Asked by
Virgil Carroll
Top achievements
Rank 1
Answers by
Lini
Telerik team
Mathis Marugg
Top achievements
Rank 1
Share this question
or