2013-08-19 3 views
2

음성으로 ASP 텍스트를 사용하고 있습니다. 내 컴퓨터 부에 내가 서버에 업로드하면 다음과 같은 오류가 발생합니다. 나는 인터넷에서 검색했다.ASP.NET 텍스트 음성 변환 오류

Server Error in '/domepage' Application. 

Exception from HRESULT: 0x8004503A 
: 사람들은

오류는 ... 내가 그것을했다하지만 여전히 .. 내 로컬 PC를 도와 줘요 ... 작동하지 않는 내 서버가 64 비트 CPU를 가지고

Defaultapppoll>>Properties>>Identity>>Predefine>>Local System And Restart IIS 

을 제안

설명 :

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 

버전 정보 : 마이크로 소프트 .NET 프레임 워크 버전 : 4.0.30319; ASP.NET 버전 : 4.0.30319.18010

+0

그래, 난 그런 당신이 당신의 IIS를 다시 시작하는 ... 실수 죄송합니다, – mbultraslan

+0

를 asp.net을 사용하고? –

+0

나는 내 시간을 IIS에 다시 말한 ... – mbultraslan

답변

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

And >>**Restart IIS** 

iis를 다시 시작 했습니까?

편집 :

이 응용 프로그램을 실행하는 사용자 계정과 관련된 무언가이다. IIS에서 응용 프로그램을 실행하는 경우 계정은 IIS6.0의 네트워크 서비스 및 IIS5.0의 ASPNET입니다. 두 계정은 SpeechLib에 대한 액세스 권한이 없습니다. 웹 응용 프로그램을 실행중인 계정을 수정해야합니다.

당신이 IIS6.0을 사용하는 경우, 웹 응용 프로그램에 존재하는 응용 프로그램 풀있다. Loal 시스템에 응용 프로그램 풀의 ID를 변경 한 다음 응용 프로그램이 실행됩니다.

+0

이 있습니까? 누구든지 나를 도울 수있다 .... – mbultraslan

+0

죄송합니다. 나는 모른다. 나는 아무도 여기 도움이되지 않는다고 생각한다. 이 질문은 여기에 있습니다. http://forums.asp.net/26.aspx –

0

사운드 드라이버를 설치하거나 구성하지 않았습니다. 재생 장치가 서버에 설치되어 있지 않고이 문제가 발생했습니다. 사운드 드라이버를 설치하고 볼륨을 설정 한 후 사운드를들을 수있었습니다.