We've got a custom dictionary to handle many of the domain specific terms for our business. When users get into textboxes, we don't want them to be warned that terms that are common to our business/industry are flagged as not being in the dictionary. However, our WPF application is now crashing, and it appears to be related to where the .lex file is. We've put the .lex file in the "C:\Program Files" folder. I'm now beginning to think that we've made a mistake about placing our custom dictionary .lex file in "C:\Program Files". It seems as though one has to have special privileges in order to access any file in that folder; am I correct about that?
Rod