HighTechTalks DotNet Forums  

Exception Details: System.Runtime.InteropServices.COMException: Classnot registered

ASP.net ASP.net discussions (microsoft.public.dotnet.framework.aspnet)


Discuss Exception Details: System.Runtime.InteropServices.COMException: Classnot registered in the ASP.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
rockdale
 
Posts: n/a

Default Exception Details: System.Runtime.InteropServices.COMException: Classnot registered - 01-03-2008 , 10:06 AM






Hi, all:

My web application does TTS using Microsoft Speek SDK 5.1. It works
very well on 4 machines except one machine. all machine's OS is
windows2003 and iis6.0. but on this particular machine, I got the
following error:


Class not registered (Exception from HRESULT: 0x80040154
(REGDB_E_CLASSNOTREG))
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Class
not registered (Exception from HRESULT: 0x80040154
(REGDB_E_CLASSNOTREG))

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace
below.

Stack Trace:


[COMException (0x80040154): Class not registered (Exception from
HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))]
SpeechLib.SpVoiceClass.Speak(String Text, SpeechVoiceSpeakFlags
Flags) +0

Search it on internet, did not find anything useful. All they say is
the actual dll (SAPI.dll in this case) does not registered, but I
search regedit, it is there.

I reinstalled SpeechSDK5.1 but still got the same error. I also
compiled the simpleTTS CSharp version (comes with SpeechSDK5.1
installation, and put it on the problematic machine, it works fine,
which means the dll is registered I assume.


I have no clue for what else I should check. Anybody please give
advices?

thanks in advance
-rockdale

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.