Cant find dictionary file though Added

  •  11-02-2007, 7:11 AM

    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>
       
View Complete Thread