So I\'m trying voice recognition for C#, I\'m using System.Speech.Recognition, and, I was searching around on the internet, trying out several pieces of code for some basic spee
I had same problem. I just started VisualStudio in x86 Debug mode and the System.Speech.dll was used for x64. In Release mode (x64) it worked. Perhaps you have same issue with CPU Architecture and System.Speech.dll setup.