Hello All,
I have a WCF service running on Windows Server which has Microsoft Speech Platform Server Runtime 10.1 installed (i've verified this is installed.
My problem is in my service I create an instance of SpeechRecognitionEngine and it fails right away.
Could not load file or assembly 'Microsoft.Speech, Version=10.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
When i developed the service locally, I copied over the Microsoft.Speech assembly into my service and added a reference to it relative to my service, so it should be with it no matter what. Is this not the correct approach?
My educational lectures on C# and .Net in general (ranging from beginner level topics to advanced topics):
mariocatch.wordpress.com