NoahRic/Spellchecker

Build error after changing "SpellingTagger.cs"

MartinL0815 opened this issue · 0 comments

I changed "SpellingTagger.cs" to set the language always to "en-US" and tried to build the solution. Sincerely in the SpellChecker implementation build occurs an error, hopefully not related to the proposed change by adding the line:

textBox.Language = XmlLanguage.GetLanguage("en-US"); 

Here the build error:

error CS1504: Source file 'D:\Development\! misc\projects\NoahRic-Spellchecker-2.21-10-gf725229\NoahRic-Spellchecker-f725229\SpellChecker.Implementation\Spelling\SpellingTagger.cs' could not be opened ('This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.')

What has the only changed C# source file SpellingTagger.cs to do with FIPS?