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

[Solved] v3.0.1 Error

1 Answer 32 Views
RadEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tom
Top achievements
Rank 1
Tom asked on 01 Feb 2007, 09:50 PM
I installed radeditor v3.0.1 onto our development server by following the instructions provided in the extracted help file. When I add the entries into the web.config and save, the portal pages does not even display. There is an error telling me to turn on debugging mode. However, when I remove the lines from the web.config file, the page loads and there is an error in the radEditor web part saying that it is not safe to display the contents of the webpart.

Here are the entries I have added to web.config:

-- above the <SharePoint> tag

<runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="RadWebParts" publicKeyToken="1f131a624888eeed" culture="neutral" />
        <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>

-- above the </SafeControls> tag

<SafeControl Assembly="RadWebParts, Version=2.0.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" Namespace="Telerik.WebParts" TypeName="*" Safe="True" />

Any help would be appreciated. I've since reverted back to version 2.0.1.

1 Answer, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 02 Feb 2007, 09:19 AM
Hi Tom,

I am not sure if you just missed it when copy-pasting, but the closing </runtime> tag is missing.

Besides that, the web.config entries seem to work. You should try turning debugging mode on so you can see what is the actual error.

As for the radEditor web part saying it is not registered as safe if you don't edit the web.config, this is the expected behavior.

Kind regards,
Dimitar Milushev
the telerik team
Tags
RadEditor
Asked by
Tom
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Share this question
or