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

Setting ConfigFile and ToolsFile properties for the WCM field

1 Answer 84 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
mayerh2
Top achievements
Rank 1
mayerh2 asked on 10 Aug 2007, 11:30 PM
We tried to use ConfigFile and ToolsFile properties (inside an .ascx) like this:
 
   <radE:RadHtmlField  ... ToolsFile="/_wpresources/RadEditorSharePoint/AMC.Extensions/ToolsFile.xml" ConfigFile="/_wpresources/RadEditorSharePoint/AMC.Extensions/ConfigFile.xml" />
 
If we add these properties to the RadHtmlField on the fly in say "...\web server extensions\12\TEMPLATE\CONTROLTEMPLATES\xyz.ascx" and, immediately after that, switch a page containing this control
into "Edit Mode", everything seems to work fine.
But there are cases - especially after an "iisreset" - when the Page will not switch to "Edit Mode". There is no response and after a while either a "cannot display the webpage" or a login request appears.
And it seems that a Microsoft Application Error report is triggered (DW20.exe in task manager) - unfortunately I have no idea which error is reported.
 
Do you have an idea what's going wrong?

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 13 Aug 2007, 08:07 AM
Hi,

I am not sure why you get this error. We only change the editor properties through the SharePoint Designer. As you probably know, if you modify a page template in SharePoint Designer, it will be stored in the database and it will not be read from the disk anymore.

Try looking in the computer's event log to see the details about this exception. If you cannot find any information there, you can also look at the SharePoint log files at \Program Files\Common Files\Microsoft Shared\12\logfiles\.


Greetings,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
mayerh2
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or