Click to See Complete Forum and Search --> : SpVoiceClass error in .NET


murugesun
03-31-2008, 10:05 AM
Hi,
I have developed an application to convert text into voice(.wav). It is working fine in my local system(windows xp, .NET 2.0) but it is not working in our remote server(windows server 2003, .NET 2.0), it is throwing the following error.
Please give me your suggestion

System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) at SpeechLib.SpVoiceClass.Speak(String Text, SpeechVoiceSpeakFlags Flags)

chazzy
03-31-2008, 11:46 AM
Sounds like the user that the app runs as isn't fully privileged.