Hello Jim,
Thank you very much for such a quick reply. I've tried setting the path to the root of the application using ~/, but unfortunately it still points to a folder on the local drive.
My user dictionary file is located in the folder 'Spelling' in the root of the application, so I've set the path as following:
Code:UserDictionaryFile="~/Spelling/UserDictionary.txt"
However I still get a similar error:
Could not find a part of the path 'C:\Windows\SysWOW64\inetsrv\~\Spelling\UserDictionary.txt'. when I try to open the spell checker.
Here is my radspellweblauncher component:
Code:<rapidspellweb:rapidspellweblauncher id="RapidSpellWebLauncher1" runat="server"
textcomponentname="editor1" rapidspellwebpage="../../Spelling/Popup.aspx" ignorexml="True"
ignorecapitalizedwords="True" TextComponentInterface="Automatic" sslfriendly="True" FinishedListener="SpellFinish"
UserDictionaryFile="~/Spelling/UserDictionary.txt">
</rapidspellweb:rapidspellweblauncher>
Strangely enough, if you look at the rapidspellwebpage path, which points to a folder within the solution, it works perfectly. Any idea on how this could be fixed/solved?
By the way, unfortunately the link that you've sent me, is not functional anymore.
Thanks again in advance.
Kind regards,
Dan