I'm getting a 500 server error when I am using the MSWordProvider (the other providers work ok). I have word installed correctly on the server so I don't think that is the issue. Here is the full text of the error:
/Telerik.RadSpellCheckHandler.ashx undefined
Obeject Reference not set to an instance of an object.
/Telerik.RadSpellCheckHandler.ashx undefined
Obeject Reference not set to an instance of an object.
Exception information:
Exception type: NullReferenceException
Exception message: Object reference not set to an instance of an object.
Thread information:
Is impersonating: True
Stack trace: at Telerik.WebControls.WordSpellCheckProvider.CheckWord(ITextWord current, ITextWord previous)
at Telerik.WebControls.SpellChecker.CheckText()
at Telerik.WebControls.SpellCheckHandler.ProcessSpellCheckRequest(String text)
at Telerik.WebControls.SpellCheckHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)