2013-08-19 53 views
2

我正在使用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

+0

是的我正在使用asp.net,很抱歉有錯... – mbultraslan

+0

然後你重新啓動你的iis嗎? –

+0

我重新調整了IIS的時間... – mbultraslan

回答

0
Defaultapppoll>>Properties>>Identity>>Predefine>>Local System 

And >>**Restart IIS** 

您是否重新啓動iis?

編輯

這事與運行應用程序的用戶帳戶相關。如果您在IIS上運行應用程序,則該帳戶是IIS6.0中的網絡服務和IIS5.0中的ASPNET。這兩個帳戶不具有對SpeechLib的訪問權限。您應該修改運行Web應用程序的帳戶。

如果您使用的是IIS6.0,則存在您的Web應用程序所在的應用程序池。將應用程序池的標識更改爲Loal System,然後您的應用程序將運行。

+0

Is there任何人都可以幫助我.... – mbultraslan

+0

對不起。我不知道 。我想任何人都不會在這裏幫忙。請問這個問題在這裏:http://forums.asp.net/26.aspx –

0

我沒有安裝或配置聲音驅動程序。沒有安裝在服務器上的播放設備,並有此問題。在安裝聲卡驅動程序並設置音量後,我能夠聽到聲音。