vote up 1 vote down star

I want to use rad editor in sharepoint

I have tried to install tellerik controls in sharepoint and i am getting this error

"Could not load file or assembly 'Telerik.Web.UI\,' or one of its dependencies. The system cannot find the file specified".

could anyone help me in trying to figure out this error.

Please let me know if any one know how to use rad editor in sharepoint

flag

1 Answer

vote up 2 vote down

Hi Diane,

You need to declare the assembly for your page. Take a look at this post, it shows how to do what you need.

You should add this to your page:

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

Good luck with it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.