Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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))
Posted

1 solution

Some file is missing from the execution path probably. Probably you're missing a DLL. Recheck please!
 
Share this answer
 
Comments
Neetesh Agarwal 22-Feb-12 3:30am    
I check no file is missing. I also search on net many people got this exception and din't get gud solutions. Its working fine in local.

May be you have another way with using speechlib.dll then please reply me.

Thanks in Advance

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900