I followed the instructions for installing the FCKeditor. Coppied the bin file to the right location and I coppied the installation to a directory called fckeditor located on the root of my website.
<Site Root>/fckeditor
The ASP.NET sample files work within the directory that I was instructed to install.
<Site Root>/fckeditor/_samples/aspx/2.0/
Ok, so i created a simple test page in the root directory and it worked.
<Site Root>FCKTest.aspx
Great! Looks like I know what I am doing. Then I create the same file in a sub directory called /Maintenance and the wheels fall off.
I get the following error: Could not load file or assembly 'FredCK.FCKeditorV2' or one of its dependencies. The system cannot find the file specified.
Where do I correctly configure the location of the file? I am quite new to using this so any help would be greatly appreciated.
Fri, 11/14/2008 - 17:07
#1
Re: Beginner problem with FCKEditor and ASP.Net
I found the ansswer to my own question. Looks like everything needs to be in the same sub directory. I created a bin directory and copied to FCKeditor installation to the same subdirectory and everything works fine. It has something to do with the ASP.NET platform. I'll figure it out at some future date.
