I\'m running a sample using speech recognition and it´s not working on windows 8 or 2012 server.
Using win8 or win2012server the following code doesn´t return records, b
You are using System.Speech
namespace which is used for Speech SDK 5.3/5.4, while you should be using Microsoft.Speech
which is the Speech SDK 11 one and you can find its assembly in
"C:\Program Files\Microsoft SDKs\Speech\v11.0\Assembly\Microsoft.Speech.dll"
if you install it to the default path.