I created a "Voice2Text" (speech transcription) application based in the Microsoft SAPI interface. That application works fine on Windows 7 and Windows 8.x (with no other software installation or configuration needed).
According to the Microsoft documentation, SAPI is supported on Windows Server 2008 "and after"... However, when I try to run mu "Voice2Text" application on Windows Server 2012 or Windows Server 2008 (64bit), I get error 80004005 when the
application tries to create the "Voice Recognizer Context" (CreateRecoContect).
Note: There is no error in the call to create the Voice Regocnizer COM object, the subsequent call to "CreateRecoContect".
How can I resolve this???