C# System.Speech notfound!
问题 im trying to use Speech Recognition related to this: C# Speech Recognition - Is this what the user said? but the system cant find its assemblies. 回答1: Make sure you have a reference to System.Speech.Recognition in your project. Also, this is available only on .NET 3.0 and above. 回答2: you have to add System.Speech.Recognition to your project. In .Net 3.0 and Above 回答3: System.Speech is available in .Net 3.0 and later. The MSDN page for the 3.0 version is at http://msdn.microsoft.com/en-us