Ask a Question related to ASP.NET Web Services, Design and Development.
-
David H Wong #1
Web Application using SAPI Automation Object =================== (ddd|xxx)
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.
David H Wong Guest
-
Application Object
How easy is it for a hacker to access data stored in the Application Object in IIS server. I want to store a decrpyted connection string there rather... -
Object in application state
If have an object with a variable i stored in the application state in the asp.net application. Is there a way to force this object in the... -
Application object lifetime
Hi, how can I control the Application's life time in a service like: public class MyService : System.Web.Services.WebService { public int... -
WebService for a C++ MFC Application via COM Automation
Hi, I would like to start and access a native C++ MFC application from an ASP.NET webservice via COM automation. Or to put in other words: I... -
variables / application[]-object
Hi I have the following problem. When starting my asp.net application, i read a encrypted string from a file, decrypt it and want this values to...



Reply With Quote

