Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear sir,

I have CKEDITOR in asp.net script
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/ASP.NET/Samples[^]

Script work fine in my Laptop. But issue is when I uploaded same script on server windows 2003 / iis 6. There I get error message - Could not load file or assembly 'CKEditor.NET' or one of its dependencies. The system cannot find the file specified.

Can you please guide me how to fix this issue?

Thanks in advance.

Regards,
Nitin
Posted
Updated 9-Feb-12 0:23am
v2
Comments
That's Aragon 9-Feb-12 6:24am    
Edit : Removed pre tag and re-arrange the link
nitintfs 9-Feb-12 6:26am    
Sorry, I didn't get you.
Can you please elaborate ?
That's Aragon 9-Feb-12 6:35am    
Your original post was contains <pre> tag, which is normally used on CP for piece of code. I have edited your question with removing that tag for better readability.

Check out the below post from CKEditor forum.

CKEditor Forum[^]

It seems that you are missing some files or may be path of the javascript files are invalid. Try to debug with firebug or any other tool
 
Share this answer
 
Comments
nitintfs 9-Feb-12 6:32am    
On server Mozilla browser with Firebug is missing. Not sure whether server admin will allow me install Mozilla browser ?
But the error message is "assembly 'CKEditor.NET' ".
So do you still feel this issue is related to javascript ?
That's Aragon 9-Feb-12 6:39am    
Is it possible to access that application via browser which have firebug ? I mean outside the server then it will provide you the exact issue. On the alternative part, you can directly access the javascript file via server browser like localhost://yourapplication/ckeditor/javascriptfile.js .
nitintfs 9-Feb-12 6:52am    
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/ASP.NET/Integration_Beginners

I followed instruction as per this link.
That's Aragon 9-Feb-12 7:08am    
Ok, make sure that all the required files and DLL are uploaded to the server. Like as you have mentioned that in your development environment (laptop) it is working then it should work fine on server providing you application is configured correctly and ckeditor javascript is accessible as I have mentioned in my above reply.
nitintfs 9-Feb-12 7:58am    
http://localhost/Knowledgebase/Admin/ckeditor/_Samples/ToolbarDefine.aspx
-> Editor work fine. In IIS 6 settings done for "_sample" folder as "Create Application"

http://localhost/Knowledgebase/Admin/TopicManagement.aspx
-> Editor work fine gives assembly error msg.

Please suggest.
Resolved with help of IIS administrative permission
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900