Dears,
I got the Spell check undefined error when call the Spell Check Dialog box. Please click the link below for the screen captured
http://iamtonyc.dyndns.org/temp/eoweb.jpg I do all the following steps below
1.Copy EO.Web.dll to your application's bin folder;
2.Add the following code to the top of the page;
<%@ Register assembly="EO.Web" namespace="EO.Web" tagprefix="eo" %>
3.put eo_web.licx file is in the /bin folder of my project which have SpellChecker license for version="8.0"
4.The eo_web.licx file have read access for all users
5. download the eo_dict to my project
6. add web.config appsetting <add key="eo_DictLocation" value="~/eo_dict"></add>
7.add eo config <%@ WebHandler Class="EO.Web.Runtime" %>
So anything I missing?
Thanks