我正在使用asp文本語音。它正在我的電腦上工作,當我上傳它到服務器,它給了我下面的錯誤..我在互聯網上搜索。人建議ASP.NET文本到語音錯誤
Defaultapppoll>>Properties>>Identity>>Predefine>>Local System And Restart IIS
我做到了,但仍然沒有工作...幫助請.. 本地PC和我的服務器具有64位CPU ...
的錯誤是:
Server Error in '/domepage' Application.
Exception from HRESULT: 0x8004503A
說明:
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: Exception from HRESULT: 0x8004503A
源錯誤:
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.
堆棧跟蹤:
[COMException (0x8004503a): Exception from HRESULT: 0x8004503A]
SpeechLib.ISpeechVoice.Speak(String Text, SpeechVoiceSpeakFlags Flags) +0
demo.pop_up_dictionary.img_dictionary_text_to_speech_Click(Object sender, ImageClickEventArgs e) in c:\Users\mehmet\Desktop\06-08\demo\pop_up_dictionary.aspx.cs:39
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +134
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +204
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3804
版本信息:Microsoft .NET Framework版本:4.0.30319; ASP.NET版本:4.0.30319.18010
是的我正在使用asp.net,很抱歉有錯... – mbultraslan
然後你重新啓動你的iis嗎? –
我重新調整了IIS的時間... – mbultraslan