PlatformNotSupportedException Using .NET Speech Recognition

后端 未结 3 580
[愿得一人]
[愿得一人] 2021-01-21 10:15

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

3条回答
  •  [愿得一人]
    2021-01-21 10:29

    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.

提交回复
热议问题