vote up 0 vote down star

is it possible to access SAPI from a WCF app ?

flag

36% accept rate

1 Answer

vote up 0 vote down

Do you mean to access it from a WCF service?

I don't know for certain, but I suspect you'd need to make the service run as a single instance. If I recall correctly, SAPI was designed for use from a desktop application, and might depend on the existence of a message pump. You might have to host your service in a Windows Forms application in order to give it one.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.