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

[Solved] Hyper link send error in V4.5.3

1 Answer 18 Views
RadControls
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Anas
Top achievements
Rank 1
Anas asked on 09 Oct 2008, 03:41 PM
i have WSS 3.0,we installed rad editor v4.5.3
its working
the only problem is when we are clicking on link manager icon to create a hyper link
we have the following error
 

Server Error in '/' Application.

Object reference not set to an instance of an object.

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: System.NullReferenceException: Object reference not set to an instance of an object.

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:

[NullReferenceException: Object reference not set to an instance of an object.]
CKS.EBE.BlogContext.get_BlogEnabledSite() +44
CKS.EBE.BlogHttpModule._app_PostAuthorizeRequest(Object sender, EventArgs e) +112
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +79
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +176

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 13 Oct 2008, 12:22 PM
Hi Anas,

Note that, WSS has additional limitations, which need to be taken into account. The default rich text editor does not support Reusable Content and selecting images/hyperlinks, because these feature require the MOSS asset picker dialog. Therefore you will have to use the RadEditor built-in tools ImageManager, HyperlinkManager, TemplateManager instead of the MOSS specific MOSSImageManager, MOSSHyperlinkManager, and MOSSTemplateManager. If you try to use the MOSS specific tools in a WSS v3 webpart or list, you will get a client-side (JavaScript) exception, because the editor is not able to load the asset picker dialog. You can disable the MOSS specific tools by modifying RadEditor's tools file (ToolsFile.xml). See Removing tools from the toolbar for more information.

I hope this helps.

Sincerely,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
RadControls
Asked by
Anas
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or