hello to every body

i m using NHunspell ..and started line of code on page load

and its giving me an error

AFF File not found: E:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Dictionaries\en_GB.aff

Hunspell b = new Hunspell(@"Dictionaries/en_GB.aff", @"Dictionaries/en_GB.dic");

Member Avatar for LastMitch

AFF File not found: E:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Dictionaries\en_GB.aff

The error means that en_GB.aff file not in that folder.

You need to look for it and if it's not in the folder then you need to find that file online.

You can take a look at here:

http://wiki.openoffice.org/wiki/Dictionaries

or here:

http://nhunspell.sourceforge.net/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.