我在我的应用spellchecker
程序tinymce
中使用。拼写检查器在内部使用Moxiecode.TinyMCE.dll
.
在我们上次实时更新之前它运行良好。突然它给出错误说You must write ContentLength bytes to the request stream before calling [Begin]GetResponse
。
这是在弹出窗口中显示错误详细信息的堆栈跟踪
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
版本信息: Microsoft .NET Framework Version:4.0.30319; ASP.NET 版本:4.0.30319.504
我搜索错误的解决方案,但没有找到任何解决方案。
任何人都可以为此建议解决方法。