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

Image Manager / Document Manager Scripts

4 Answers 119 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dale Palmer
Top achievements
Rank 1
Dale Palmer asked on 20 Oct 2008, 09:56 AM
I am trying to combine all scripts for the RadEditor. I have combined the following scripts:

~/Scripts/Editor/RadEditor.js
~/Scripts/Dialogs/DialogOpener.js
~/Scripts/Editor/Modules.js   
~/Scripts/Spell/SpellCheckService.js
~/Scripts/Editor/AjaxSpellCheck.js
~/Scripts/Window/RadWindow.js

But when I click on the Image Manager or Document Manager buttons, the managers open but I get a JS error and can't use the managers.

It works fine when i enable embedded scripts but doesnt when i disabled embedded scripts.

Which scripts am I missing?

- Also, what is the CSS for the DIV that overlays the screen with the faded gray for the Modal RadWindow?

4 Answers, 1 is accepted

Sort by
0
Dale Palmer
Top achievements
Rank 1
answered on 21 Oct 2008, 08:08 AM
Can anyone help with this?
0
Rumen
Telerik team
answered on 21 Oct 2008, 03:50 PM
Hi Dale,

You have to also register the scripts for the RadWindow based dialogs. To do that you should copy the EditorDialogs installation folder to the root of your web application and set the ExternalDialogsPath property to point to it, e.g.

<telerik:RadEditor ID="RadEditor1" runat="server" ExternalDialogsPath="~/EditorDialogs">
    <ImageManager ViewPaths="~/files" UploadPaths="~/files" />
    <DocumentManager ViewPaths="~/files" UploadPaths="~/files" />
</telerik:RadEditor>

After that open the EditorDialogs\ImageManager.ascx and \EditorDialogs\DocumentManager.ascx files and register the following JS files:

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

<!-- Telerik New -->
<script type="text/javascript" src="/Scripts/Common/Core.js"></script>
<script type="text/javascript" src="/Scripts/Widgets/Widgets.js"></script>
<script type="text/javascript" src="/Scripts/FormDecorator/RadFormDecorator.js"></script>
<script type="text/javascript" src="/Scripts/Common/Animation/AnimationScripts.js"></script>
<script type="text/javascript" src="/Scripts/Common/Navigation/NavigationScripts.js"></script>
<script type="text/javascript" src="/Scripts/ToolBar/RadToolBarScripts.js"></script>

Save the files.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Dale Palmer
Top achievements
Rank 1
answered on 22 Oct 2008, 08:28 AM
Thanks guys that has now fixed the javascript errors. But when I come to compile my website I get the following errors now

Error   1   Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\MozillaPasteTextDialog.ascx  6     
Error   2   Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableBorder.ascx 459   
Error   3   Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableBorder.ascx 473   
Error   4   Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableProperties.ascx 259   
Error   5   Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableProperties.ascx 278   
Error   6   Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableProperties.ascx 294   
Error   7   Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableProperties.ascx 326   
Error   8   Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableProperties.ascx 338   
Error   9   Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableProperties.ascx 350   
Error   10  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableProperties.ascx 362   
Error   11  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableProperties.ascx 374   
Error   12  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableProperties.ascx 386   
Error   13  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\DocumentManager.ascx 6     
Error   14  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\DocumentManager.ascx 157   
Error   15  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\DocumentManager.ascx 172   
Error   16  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\DocumentManager.ascx 229   
Error   17  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\MediaManager.ascx    6     
Error   18  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\MediaManager.ascx    883   
Error   19  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\MediaManager.ascx    895   
Error   20  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\MediaManager.ascx    899   
Error   21  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\MediaManager.ascx    1084      
Error   22  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TrackChangesDialog.ascx  6     
Error   23  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\LinkManager.ascx 6     
Error   24  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\LinkManager.ascx 457   
Error   25  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\LinkManager.ascx 469   
Error   26  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\LinkManager.ascx 470   
Error   27  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\LinkManager.ascx 542   
Error   28  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\LinkManager.ascx 546   
Error   29  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\LinkManager.ascx 556   
Error   30  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\LinkManager.ascx 588   
Error   31  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageManager.ascx    10    
Error   32  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageManager.ascx    307   
Error   33  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageManager.ascx    319   
Error   34  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageManager.ascx    324   
Error   35  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageManager.ascx    352   
Error   36  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\PageProperties.ascx  4     
Error   37  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\PageProperties.ascx  432   
Error   38  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\PageProperties.ascx  444   
Error   39  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\PageProperties.ascx  456   
Error   40  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\XhtmlValidator.ascx  6     
Error   41  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TemplateManager.ascx 6     
Error   42  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TemplateManager.ascx 103   
Error   43  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TemplateManager.ascx 117   
Error   44  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TemplateManager.ascx 130   
Error   45  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\FindAndReplace.ascx  6     
Error   46  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\FindAndReplace.ascx  344   
Error   47  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\FindAndReplace.ascx  356   
Error   48  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\FindAndReplace.ascx  357   
Error   49  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\FindAndReplace.ascx  457   
Error   50  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageMap.ascx    6     
Error   51  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageMap.ascx    2155      
Error   52  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableWizard.ascx 7     
Error   53  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableWizard.ascx 499   
Error   54  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableWizard.ascx 515   
Error   55  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableWizard.ascx 516   
Error   56  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableWizard.ascx 517   
Error   57  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableWizard.ascx 520   
Error   58  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableWizard.ascx 521   
Error   59  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableWizard.ascx 524   
Error   60  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableWizard.ascx 525   
Error   61  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableWizard.ascx 528   
Error   62  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableWizard.ascx 529   
Error   63  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SetImageProperties.ascx  6     
Error   64  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SetImageProperties.ascx  469   
Error   65  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SetImageProperties.ascx  481   
Error   66  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SetImageProperties.ascx  517   
Error   67  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SetImageProperties.ascx  529   
Error   68  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SetImageProperties.ascx  541   
Error   69  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SetImageProperties.ascx  553   
Error   70  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SetImageProperties.ascx  565   
Error   71  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\FlashManager.ascx    6     
Error   72  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\FlashManager.ascx    368   
Error   73  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\FlashManager.ascx    383   
Error   74  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\FlashManager.ascx    387   
Error   75  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\FlashManager.ascx    579   
Error   76  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\FormatCodeBlock.ascx 4     
Error   77  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\CellProperties.ascx  308   
Error   78  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\CellProperties.ascx  320   
Error   79  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\CellProperties.ascx  354   
Error   80  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\CellProperties.ascx  366   
Error   81  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\CellProperties.ascx  378   
Error   82  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\CellProperties.ascx  390   
Error   83  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SilverlightManager.ascx  6     
Error   84  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SilverlightManager.ascx  279   
Error   85  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SilverlightManager.ascx  294   
Error   86  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SilverlightManager.ascx  299   
Error   87  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\SilverlightManager.ascx  348   
Error   88  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageEditor.ascx 6     
Error   89  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageEditor.ascx 1164      
Error   90  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageEditor.ascx 1178      
Error   91  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageEditor.ascx 1201      
Error   92  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\ImageEditor.ascx 1219      
Error   93  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\AccessibleTable.ascx 562   
Error   94  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\StyleBuilder.ascx    6     
Error   95  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\StyleBuilder.ascx    1597      
Error   96  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\StyleBuilder.ascx    1605      
Error   97  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\StyleBuilder.ascx    1612      
Error   98  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\StyleBuilder.ascx    1618      
Error   99  Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\StyleBuilder.ascx    1707      
Error   100 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\StyleBuilder.ascx    1719      
Error   101 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\StyleBuilder.ascx    2335      
Error   102 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\StyleBuilder.ascx    2401      
Error   103 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\MozillaPasteHtmlDialog.ascx  6     
Error   104 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableDesign.ascx 670   
Error   105 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableDesign.ascx 680   
Error   106 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableDesign.ascx 707   
Error   107 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\TableDesign.ascx 717   
Error   108 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\Help.ascx    6     
Error   109 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\Help.ascx    720   
Error   110 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089' failed.  Y:\businessrenewall.com\App_Data\EditorDialogs\About.ascx   7     
 

How can i fix this?
0
Rumen
Telerik team
answered on 23 Oct 2008, 03:06 PM
Hi Dale,

Our suggestion is to increase the Trust level of your web application in the web.config file and see whether this will fix the problem.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Dale Palmer
Top achievements
Rank 1
Answers by
Dale Palmer
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or