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

Could not load file or assembly 'RadEditorSharePoint

4 Answers 244 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
darrel
Top achievements
Rank 1
darrel asked on 08 Nov 2007, 09:25 PM
Well, I was cruising along impressed with the easy to understand installation instructions and thought I got everything but then was hit with this error:

---------
An error occurred during the processing of /_catalogs/masterpage/gatewaypage.aspx. Could not load file or assembly 'RadEditorSharePoint, Version=4.3.2.0, Culture=neutral, PublicKeyToken=1f131a624888eeed' or one of its dependencies. The system cannot find the file specified.
---------

What should I look for? This is being used in a content management scenario, so I did also make the required changes to the page template in SP Designer by adding the tag registration:


<%@ Register TagPrefix="radE" Namespace="Telerik.SharePoint.FieldEditor" Assembly="RadEditorSharePoint, Version=4.3.2.0, Culture=neutral, PublicKeyToken=1f131a624888eeed" %>

and then replaced the default placeholder with:

<radE:RadHtmlField runat="server" id="Content" FieldName="PublishingPageContent"> </radE:RadHtmlField>

4 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 09 Nov 2007, 11:51 AM

Hello,

Did this problem occur after an upgrade from an older version of the RadEditor for MOSS? If yes, then you should read the upgrade instructions from http://www.telerik.com/help/radeditormoss/Upgrade%20to%20a%20newer%20version%20of%20RadEditor%20for%20MOSS.html. The problem will be fixed when you add the appropriate <SafeControl> and <dependantAssembly> tags for the old version into the web.config file.

If this is a new installation, then you should simply make sure that the version (4.3.2.0 in the code fragments you posted) matches the one you have installed (the latest version is 4.4.1.0).

If you are sure that the two versions match, then I suggest that you check the GAC of the MOSS server and verify that the RadEditorSharepoint assembly is there.


Best wishes,

Lini
the Telerik team


Instantly find answers to your questions at the new Telerik Support Center
0
darrel
Top achievements
Rank 1
answered on 09 Nov 2007, 04:32 PM
That was it! I had the wrong version in there.

May I suggest that you make that apparent in the help file? Maybe replace the hard-coded version with '[insert the version you installed here]'?

Thanks for the help!
0
Lini
Telerik team
answered on 09 Nov 2007, 04:58 PM
Hello,

Usually, we update the version in the help file when a new release of the RadEditor for MOSS is out. You can always see the latest help version at http://www.telerik.com/help/radeditormoss/

Greetings,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
darrel
Top achievements
Rank 1
answered on 09 Nov 2007, 05:02 PM
"Usually, we update the version in the help file when a new release of the RadEditor for MOSS is out."

Sure. However, it appears that this did not happen with the last version. The version in your help file did not match the version that is actually downloaded with the help file.

I'd suggest just not even putting the version number in the help file text thereby forcing the person installing it to realize that they need to go check the actual version number of the item they installed. Just a thought.
Tags
WebParts for SharePoint
Asked by
darrel
Top achievements
Rank 1
Answers by
Lini
Telerik team
darrel
Top achievements
Rank 1
Share this question
or