Hello!
I have a problem with SAPI 5.0 vs IIS 6.0.
I call SAPI from ASP page and method Speek return error '80004005'
My Sample:
<%@ Language = JScript %>
<%
var TTS = Server.CreateObject("Sapi.SpVoice");
TTS.Speek("Test Message",1);
%>
but methods TTS.GetVoices(); and voice list is show TTS Voices
(however only if my anonimus process under IIS have Administration rights)