Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Bug SpeechLib
Guest
#1 Posted : Friday, September 21, 2012 3:14:29 PM(UTC)
Groups:
Joined: 11/1/2005(UTC)
Posts: 278

Hello,

i want to report a bug.

When using Text-To-Speech like following in Code of a MVC or ASP Application under Windows 7 the Application crashes.
Under Windows XP all is OK.
Within a Console-Application (Win7) the Code works!


using SpeechLib;
...
voice = new SpVoice();
//voice.Voice = voice.GetVoices(string.Empty, string.Empty).Item(1);
voice.Speak("Hello World", SpeechVoiceSpeakFlags.SVSFlagsAsync | SpeechVoiceSpeakFlags.SVSFIsXML | SpeechVoiceSpeakFlags.SVSFPurgeBeforeSpeak);



With System.Speech.Sythesis same problem...
Any Ideas ?
Guest
#2 Posted : Friday, September 21, 2012 3:17:09 PM(UTC)
Groups:
Joined: 11/1/2005(UTC)
Posts: 278

Additional Information:
Under IIS the application works with SpeechLib etc.
Ultidev Team
#3 Posted : Friday, September 21, 2012 3:40:46 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi,

Could you please attach an error screenshot or provide exception stack trace? There might be such information available in Windows Event Log. Also, it would help if you mentioned which version of the UWS you are using and how you have registered the application.

The fact that application works as a console/windows app and doesn't as web app points to security and/or access rights problem. We can see that your server-side code is attempting to generate speech sound, on the server. Given that web applications usually run as services, w/o anyone being logged in to the server, what purpose could this possible serve?

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Rss Feed  Atom Feed
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.