asp.net - Tinymce: Spellchecker is not working -
i using spellchecker
tinymce
in application. spellchecker internally using moxiecode.tinymce.dll
.
it working fine before our last live update. it's giving error saying you must write contentlength bytes request stream before calling [begin]getresponse
.
here stacktrace appearing error detail in popup
system.net.httpwebrequest.getresponse() +6038604 moxiecode.tinymce.spellchecker.googlespellchecker.sendrequest(string lang, string data) +762 moxiecode.tinymce.spellchecker.googlespellchecker.checkwords(string lang, string[] words) +197 moxiecode.tinymce.spellchecker.spellcheckermodule.processrequest(httpcontext context) +500 moxiecode.tinymce.web.httphandler.processrequest(httpcontext context) +282 system.web.callhandlerexecutionstep.system.web.httpapplication.iexecutionstep.execute() +100 system.web.httpapplication.executestep(iexecutionstep step, boolean& completedsynchronously) +75
version information: microsoft .net framework version:4.0.30319; asp.net version:4.0.30319.504
i search resolution of error didn't found solution.
can suggest workaround this.
i had searched solution of issue, there isn’t problem our application. point is, using spell checker web service provided google our wysiwyg editor. found that, yesterday somehow service not working or stopped google.
here links have notes user experiences
http://www.tinymce.com/develop/bugtracker_view.php?id=5793 http://www.tinymce.com/forum/viewtopic.php?id=30779
Comments
Post a Comment