I just upgraded to latest version and I get this error when I click on the spell check button. This used to work without any problem previously.
- System.Web.HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (CurrentText="<DIV>hallo</DIV>").
- at System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection)
- at System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, RequestValidationSource requestCollection)
- at System.Web.HttpRequest.get_Form()
- at System.Web.HttpRequest.get_HasForm()
- at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull)
- at System.Web.UI.Page.DeterminePostBackMode()
- at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
- at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
- at System.Web.UI.Page.ProcessRequest()
- at System.Web.UI.Page.ProcessRequest(HttpContext context)
- at ASP.PopUpSpell.ProcessRequest(HttpContext context) in c:\Users\MyUser\AppData\Local\dftmp\s0\deployment(83)\res\deployment(83).DataBrokerFull.WebRoleDataBroker.0\AspNetTemp\aspNetTemp\root\a924bda9\f8932641\App_Web_n2qpttxo.2.cs:line 0
- at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
- at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
-
How can I resolved this problem?