Log in or register to post comments
Last post
Microsoft JScript runtime error: 'CKEDITOR' is undefined
Hello,

I got assigned a task to modify a .NET app that uses CKEDITOR. I opened the
app in VS2010 and when i try to run it I get the following error:

Microsoft JScript runtime error: 'CKEDITOR' is undefined

If I reply with Continue, the app keeps going and then it encounters another
error, this time in the config.js file:

Microsoft JScript runtime error: Exception thrown and not caught

Could please help to figure out what is wrong and what i need to do in order
to fix it.

I appreciate any help you can provide...
Re: Microsoft JScript runtime error: 'CKEDITOR' is undefined
antoniomira wrote:
Microsoft JScript runtime error: 'CKEDITOR' is undefined

That means that the ckeditor.js file hasn't been loaded.
Re: Microsoft JScript runtime error: 'CKEDITOR' is undefined
Thanks for the reply. Pardon my inexperience here but how do i load this file? I followed the instructions to add a reference to CKEDITOR and copied the the ckeditor folder to the project. If press Continue on the error message box, the app eventually launches and does display the CKEDITOR component so I'm not sure why this error keeps coming up. Thanks for any help you can provide...

Antonio