Cant find dictionary file though Added

Last post 11-08-2007, 10:00 AM by dotnetspell. 2 replies.
Sort Posts: Previous Next
  •  11-02-2007, 7:11 AM 34789

    Cant find dictionary file though Added

    Hi,
    I added a new word to the spellchecker... It adds and displays "Spellcheck Complete" .. But where it saves is a mystery.
    I wanted to add a new file where it saves and did the following:
     
    in my web.config i added mydic file. I created the same file in the  bin directory of the application.
    When I add a New word to the spell checker i get Error saying " Could not find a part of the path "c:\inetput\wwwroot\website1\mydic.dic\en-US.dic
     
    I have en-US.dic in the bin directory itself
    <appSettings>
          
      <add key="DictionaryFolder" value="mydic" />
       
    </appSettings>
       
  •  11-02-2007, 1:26 PM 34798 in reply to 34789

    Re: Cant find dictionary file though Added

    It will only save the word to a dictionary held in cache, the word will never be persisted to a disk based dictionary.  We will implement a new spell checker in 2008. The NetSpell project is an open source project. It has not been improved in the last 5 years.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-08-2007, 10:00 AM 34906 in reply to 34798

    Re: Cant find dictionary file though Added

    Hi Adam,
    Thanks for the reply. Bit confused. You said it will be saved in Dictionary held Cache right.. Where can i find that on my Machine.
     
    Another doubt is in the Cutesoft.NET spellchecker documentation  they say to add the following in web.config file the location of the directory where the dictionary would be stored. what does that mean?
    <appSettings>
          
      <add key="DictionaryFolder" value="mydic" />
       
    </appSettings>
View as RSS news feed in XML