Hello everybody,
I am going to use word spell checking capabilities in my .NET project. I need to know do I need to install Word 2003 on server or is there any object library available that can work without having the whole word installed?
Thanks.
Printable View
Hello everybody,
I am going to use word spell checking capabilities in my .NET project. I need to know do I need to install Word 2003 on server or is there any object library available that can work without having the whole word installed?
Thanks.
http://visualstudiomagazine.com/feat...torialsid=1742
Click on the Listing 1 link on the page to see code example.
I already have my code working. I need to deploy the application on the server and I just need to know should I install Word on the server or is there any library available to do so?
Thanks.
there are dictionaries of words available,but they are not part of word, if your code uses theword object model you will need to have word installed
Sorry i thought that was obvious
The Word Spell Checker libraries are part of word itself, so you would have to have it installed.