-
Spell Checker in C#
Dear All,
I have downloaded a code that uses MSWord for spell checking.
the URL from where I downloaded is:
http://www.codeproject.com/csharp/spellcheckdemo.asp
Problem:
When I run it it gives me the following error:
"The type or namespace 'Word' could not be found."
I have checked, the refrence to the Word is included in the Project references.
Please help, how can I fix it and get it working.
Thanks.
-
Re: Spell Checker in C#
Did you add the "using Word;" part too?
I have a VB.NET version that is much better then that one :D
Link is in my signature.
-
Re: Spell Checker in C#
yes I added the "using Word;"
-
Re: Spell Checker in C#
Did you add a reference to Word?