1

I have TinyMCE working great in my ASP.NET MVC app except for the spellchecker. I followed this article but when I try to use the spellchecker it gives me an "Error: No Response" message.

Any ideas on how to resolve this issue?

Thanks in advance!!

2
  • We need some code to see what's going on. Commented Jun 10, 2009 at 21:09
  • What article did you follow? I'm having a hard time enabling the spellchecker as well. Commented Jul 2, 2009 at 19:50

2 Answers 2

3

Someone else was having (what sounds like) the same problem over here. The solution was to make sure the app wasn't interpreting the spellechecker service as an attempted MVC route. In other words, it's necessary to add something like this to your route definitions:

routes.IgnoreRoute("TinyMCE.ashx");
Sign up to request clarification or add additional context in comments.

Comments

0

Sounds like a problem with the ajax.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.