kernel32.dll is missing in Windows Phone 8.1 app thru NHunspell
问题 I'm trying to use NHunspell library in my windows phone app (available thru NuGet package). In the Hunspell constructor i'm getting this error: Additional information: Unable to load DLL 'kernel32.dll': The specified module could not be found. Does anyone know how why it happens and how can i fix it? i'm running my app in the emulator, maybe this cause the issue? The same code works fine in a simple desktop app, so i guess it is something with the project refrences or stuff like that... And