开发者

Interop.SpeechLib.dll COM Exception

I am using SpeechLib for a very simple text to voice conversion. Works great locally. When I deploy the applcation on to the server, I get the exception:

could not be found. (Exception from HRESULT: 0x80030002 (STG_E_FILENOTFOUND))

I have done the following with no luck:

  • Set the AppPool to run using the LocalSystem
  • Have given write priveleges to the folder where SpeechLib creates the wav file

I have exactly the same 开发者_JS百科issue by users at:

User1

User2

Has anyone found a solution to this issue?

Thanks!


I think the important question here is to whom have you given the rights to the folder where SpeechLib creates the wav file and who exactly is the request running as (are you impersonating someone possibly? Are you set up to run as someone else)?

That being said, more info is definitely needed, but I get the impression you are not assigning the permissions to the output folder correctly.

The second link that you gave on SO has an accepted answer. That also suggests to me it is a permissions issue as well.


I had to reinstall Windows Server to get this to work

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜