Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I tried to make speech recognizing application for windows mobile application and unfortunately I was failed..

no error has occurred but the application gives an exception

Could not load type 'System.Security.PermissionSet' from assembly 'mscorlib, Version=3.5.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC'.

I used this link to get an idea as well as i used same code since it was first time.
and yes,I know that it is a widows form application.If this is not the correct way,please show how to do this in windows mobile application..

http://www.prodigyproductionsllc.com/articles/programming/simple-speech-recognition-using-c/[^]


can anyone help me..

Thanks.
Posted

1 solution

You need to remember windows desktop and mobile speech recognition isn't same in C#. The problem occurs for the dll file you include for speech.It is not supported by windows mobile.
Also notice System.speech dll isn't supported by windows phone currently.So you can't do speech recognition in offline.Ok,let's check these..
http://stackoverflow.com/questions/6872493/voice-search-in-windows-phone-7[^]
Text to Speech in Windows Phone 7[^]
http://go4answers.webhost4life.com/Example/speech-api-wp7-23637.aspx[^]
 
Share this answer
 
Comments
Ran 2 23-Sep-12 22:59pm    
I got an idea..

Thanks ridoy.

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