• 0

c# WP8 Voice Recog: Access is denied


Question

I am attempting to add voice recognition to a Windows Phone 8 app, but when the code attempts to create an instance of the SpeechRecognizer class I get "Access is denied"

 

I found this article: http://social.msdn.microsoft.com/Forums/windowsapps/en-US/740d45d9-8c4a-4266-bf04-d0c189dd1762/access-denied-exception-while-working-with-speechrecognizer-class?forum=winappswithcsharp

 

And I did not have ID_CAP_SPEECH_RECOGNITION" checked off, I do now but I still get the same error.  I am attempting this directly on the phone as opposed to my desktop if that is helpful.

 

I'm sure I'm doing something stupid... but I can't find it.   Any thoughts?

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

The issue was that I did not have the microphone requirement checked.  Once I did that SR is working fine.

 

MS: Hey, if the microphone is a requirement for SR, then when I check SR tell me.

Link to comment
Share on other sites

This topic is now closed to further replies.