Windows error 0x8004503A, -2147200966

Detailed Error Information

SPERR_NOT_FOUND[1]

MessageThe requested data item (data key, value, etc.) was not found.
Declared insperror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][3]
DescriptionThe source of the error code is COM/OLE Interface management.[2][3]
Error Code20538 (0x503a)

Questions

4votes
3answers

Text-To-Speech using Microsoft.Speech SDK throwing FileNotFoundException?

I am using Microsoft.Speech SDK (11.0) for converting text to speech. I have a windows forms application and I am using a very basic code to speak the entered text, but it is getting failed. Here is my code on the click of the button: SpeechSynthesizer syn = new SpeechSynthesizer(); [...] read more
c#
speech-synthesis
3votes
1answer

Getting Exception from HRESULT: 0x8004503A in Speechlib

I have create a application for text to speech using Speechlib SpVoice. it is working fine with windows application. But when i Create windows service using same code . It give me this error > System.Runtime.InteropServices.COMException (0x8004503A): Exception from > HRESULT: 0x8004503A at SpeechLib.ISpeechVoice.Speak this is my code public partial [...] read more
c#
windows-services
text-to-speech
speech-synthesis
2votes
2answers

Where is the Sayaka voice in Speech API OneCore?

Windows 10. I've installed the Japanese TTS voices in the Settings. Now, when I use voice enumeration in Speech API 5.4 OneCore (not in 5.4 proper though), I get 6 voices: * David * Zira * Ayumi * Haruka * Mark * Ichiro The Speech settings page also shows those [...] read more
text-to-speech
speech
sapi
2votes
2answers

ASP.NET text to speech error

I am using asp text to speech. it is working on my computer bu when I upload its to server it gives me following error.. I searched on internet. People suggest Defaultapppoll>>Properties>>Identity>>Predefine>>Local System And Restart IIS I did it but still not working... help please.. my local pc and my [...] read more
asp.net
text
speech
0votes
0answers

Exception from HRESULT: 0x8004503A

I have started a new Console application in .net framework renamed it as ConsoleSpeechProgram and executed but it is showing me > Exception thrown: 'System.IO.FileNotFoundException' in Microsoft.Speech.dll Below link I am using for Speech to Text using Microsoft.Speech https://msdn.microsoft.com/en-us/magazine/dn857362.aspx?f=255&MSPPError=-2147217396 using System; using Microsoft.Speech.Recognition; using Microsoft.Speech.Synthesis; using System.Globalization; namespace ConsoleSpeech { [...] read more
c#
dll
visual-studio-2017
0votes
1answer

ISpObjectTokenCategory::SetId returns failed hr

I am using Visual Studio Express 2013 for desktop and facing an issue for Text-To-Speech conversion in female voice. To do that I have used ISpObjectTokenCategory::EnumTokens. I am using hr = pObjectTokenCategory->SetId(SPCAT_VOICES, false) to do so. But the hr fails with the value 0x8004503a. If I use other Token Category [...] read more
c++
com
sapi

Comments

Leave a comment

(plain text only)

Sources

  1. sperror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0