This question is locked. New answers and comments are not allowed.
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.
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.