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

Image Manager not Working

1 Answer 105 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Jorge Merino
Top achievements
Rank 1
Jorge Merino asked on 11 Aug 2009, 06:58 PM
Hello there,

When I click on the Image Manager button, there is a message that appears: "Web.config registration missing! The telerik dialogs require a httphandler registration in the web.config file.", I reviewed: http://www.telerik.com/help/aspnet-ajax/moss-install-aspnet-ajax-35.html and we have all the entries mentioned on the web.config, under the <httpHandlers> we also have:

      <add verb="*" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2009.1.519.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />

      <add path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler, Version=2009.1.519.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" verb="*" validate="false" />

Everything seems to be correct, but when I click on the "Image Manager" button I get the "Wen.config registration missing" message and
[NullReferenceException: Object reference not set to an instance of an object.]
   Telerik.Web.UI.DialogHandlerNoSession.GetDialogParameters() +132
   Telerik.SharePoint.SPDialogHandler.OnInit(EventArgs e) +114
   System.Web.UI.Control.InitRecursive(Control namingContainer) +142
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint

In the source code we have:

<%

@ Register TagPrefix="radE" Namespace="Telerik.SharePoint.FieldEditor" Assembly="RadEditorSharePoint, Version=5.3.2.0, Culture=neutral, PublicKeyToken=160402bcf188d56f" %> 

 

<

 

radE:RadHtmlField runat="server" id="Content" FieldName="PublishingPageContent" DisplayHeight = "300px" DisplayWidth ="100%" AllowSpecialTags="true" > </radE:RadHtmlField>

 

Version of RadEditorSharepoint: 5.3.2.0__160402bcf188d56f

Any help would be highly appreciated!
Jorge Merino

1 Answer, 1 is accepted

Sort by
0
Jorge Merino
Top achievements
Rank 1
answered on 12 Aug 2009, 12:24 PM
Nevermind, I fixed the issue.

After unistall it and reinstall it, making sure that the assembly as well as the folder located under wpresources was removed, it started working perfectly.

Thanks anyway.
Tags
WebParts for SharePoint
Asked by
Jorge Merino
Top achievements
Rank 1
Answers by
Jorge Merino
Top achievements
Rank 1
Share this question
or