FCKEditor

Well, it is not FileIOPermissions.
I set it to unrestricted with the rest unchanged and the error keep poping.
I'm gonna test some more.
 
Right now "We are the champions" by Queen is playing on my computer :p not kidding ! I always play it when I fix a bug, won a domain, or make a big sale.

I have no idea why the FCKEditor guys were calling the msvcrt.dll library to simply create the directories structure !! Did they think Microsoft forgot "createdirectory" in the .net framework ? ?(

I changed the code to take ride of the DLL import and use the managed version of createdirectory. Done !

Thank you very much for your support and assistance on this issue. :)
 
Hi,
I have the same issue. Can you upload somewhere your changed source of .net control for fck editor and let us know?

Thanks in advance.
 
I'm attaching the whole project. I don't know what was people doing, but the provided project on source forge was for Asp.net 1.x.

So, this project is for Asp.Net 2.0 and provides the fix for the medium trust in JodoHost (and others).
 

Attachments

  • FCKeditor.Net.2.0.Fixed.zip
    75.7 KB · Views: 92
Thanks.
I don't know where I made mistake, but I'm still getting security problem.

How did you set up userfiles directory in web config?
 
Back
Top