Log in or register to post comments
Last post
CKEditor 3.X for .NET cannot be run in the Mediun Trust host
Hi guys,

I try to run the CKEditor 3.x for .NET in a ASP.NET website hosted by Godaddy , but I get an error "That assembly does not allow partially trusted callers." Is it possible to be fixed? Thanks.


Nova Software
http://www.novasoftware.com/
Re: CKEditor 3.X for .NET cannot be run in the Mediun Trust
Please redownload CKEditor.NET 3.5.2 and let me know whether it works for you now, thanks in advance!

Wiktor Walc
CTO
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+

Re: CKEditor 3.X for .NET cannot be run in the Mediun Trust
wiktor wrote:Please redownload CKEditor.NET 3.5.2 and let me know whether it works for you now, thanks in advance!


I have made a quick test, it works well now. I will make a complete test.
Thanks a lot.
Re: CKEditor 3.X for .NET cannot be run in the Mediun Trust
i have the same problem. But i try 3.5.3 its still same. May i know anything wrong for me. Thanks.
Re: CKEditor 3.X for .NET cannot be run in the Mediun Trust
With trust level do you have set? Maybe if you set register control with PublicKeyToken and version help you: on page
<%@ Register Assembly="CKEditor.NET, Version=3.6.1.0, Culture=neutral, PublicKeyToken=e379cdf2f8354999"
   Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
or web.config in section <configuration>/<system.web>/<compilation>/<compilers>/<assemblies> add:
<add assembly="CKEditor.NET, Version=3.6.1.0, Culture=neutral, PublicKeyToken=e379cdf2f8354999" />