D
David H Wong
In my web application (running on IIS 5) which converts a client input
text to wave file, the "Voice.Speak" line gives a run error with stack
trace:
Source File: c:\inetpub\wwwroot\TextToVoice\WebForm1.aspx.vb Line:
62
==============
Stack Trace:
[COMException (0x80004005): Unspecified error]
DotNetSpeech.SpVoiceClass.Speak(String Text, SpeechVoiceSpeakFlags
Flags)+0
TextToVoice.WebForm1.TextToWav() in
c:\inetpub\wwwroot\TextToVoice\WebForm1.aspx.vb:62
TextToVoice.WebForm1.Page_Load(Object sender, EventArgs e) in
c:\inetpub\wwwroot\TextToVoice\WebForm1.aspx.vb:33
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
==============
However the application runs fine on my Visual Studio .NET 2003
development
computer.
Any help is much appreciated.
text to wave file, the "Voice.Speak" line gives a run error with stack
trace:
Source File: c:\inetpub\wwwroot\TextToVoice\WebForm1.aspx.vb Line:
62
==============
Stack Trace:
[COMException (0x80004005): Unspecified error]
DotNetSpeech.SpVoiceClass.Speak(String Text, SpeechVoiceSpeakFlags
Flags)+0
TextToVoice.WebForm1.TextToWav() in
c:\inetpub\wwwroot\TextToVoice\WebForm1.aspx.vb:62
TextToVoice.WebForm1.Page_Load(Object sender, EventArgs e) in
c:\inetpub\wwwroot\TextToVoice\WebForm1.aspx.vb:33
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
==============
However the application runs fine on my Visual Studio .NET 2003
development
computer.
Any help is much appreciated.