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

Find & Replace error

4 Answers 61 Views
Editor
This is a migrated thread and some comments may be shown as answers.
mdkangas
Top achievements
Rank 1
mdkangas asked on 25 Sep 2008, 06:28 PM
The editor is working fine. I can edit and spellcheck. But, when I click the Find&Replace button the popup dialog has the following error...

Could not load the file or assembly 'RadEditor' or one of its dependencies. The system cannong find the file specified.

What gets me is that I am using the .NET2 editor. why would it be telling me about 'RadEditor' instead of 'RadEditor.Net2' ?

thanks ahead of time...

mike

4 Answers, 1 is accepted

Sort by
0
Serrin
Top achievements
Rank 1
answered on 26 Sep 2008, 01:12 PM
Hey Mike,

Would you be able to paste your code in a format block here so we can try and debug this?  I've never seen RadEditor do that and am curious about what would be causing that kind of behavior.
0
mdkangas
Top achievements
Rank 1
answered on 26 Sep 2008, 03:57 PM
<uc:radeditor id="RadEditor1" Runat="server" Editable="True" HasPermission="True" FocusOnLoad="True" SpellCheckProvider="EditDistanceProvider" SpellEditDistance="2" />$0$0$0$0is that what you wanted to see?$0
0
mdkangas
Top achievements
Rank 1
answered on 26 Sep 2008, 04:26 PM
I found it.

The \RadControls\Editor\Dialogs\FindAndReplace.ascx file I had was using the RadEditor NET1 Assembly. I changed it's assembly from RadEditor to RadEditor.Net2. Done.
0
Serrin
Top achievements
Rank 1
answered on 26 Sep 2008, 06:32 PM
It's nice when it turns out to be something easy like that. :)
Tags
Editor
Asked by
mdkangas
Top achievements
Rank 1
Answers by
Serrin
Top achievements
Rank 1
mdkangas
Top achievements
Rank 1
Share this question
or