Absolutely Adam :
/ --> The root
/bin
/Users
/Admin
/Forums
/Products
/Editor --> The cute editor client directory
/Partners
The root area has a single test page with a cute editor control that works fine, its filepath is set to Editor
The Admin area has a content page (content.aspx) that is used to edit our homepage, about us,... and various other relatively static pages. The cute editor on this page goes grey with the hourglass. It's filepath is set to ../Editor. I have also tried a fully quailifed path /Editor and as a final test I made another copy of the editor directory underneath the Admin directory (/Admin/Editor) and set the file path to ./Editor with the exact same results. Is it possible that since the lic file is in the /bin directory of the root that it is not being found when the cuteeditor is in a subdirectory?