0

So I downloaded the Microsoft speech sdk at this address http://www.microsoft.com/en-us/download/details.aspx?id=27226

I ran the installer and am having trouble figuring out how to reference it in visual studio so that i can include it in my c# program using visual studio 2013

Thanks in advance!

IanTimmis
  • 815
  • 1
  • 8
  • 16

1 Answers1

1

Add this assembly/reference to your c# project

C:\Program Files\Microsoft SDKs\Speech\v11.0\Assembly\Microsoft.Speech.dll.

bumbumpaw
  • 2,522
  • 1
  • 24
  • 54