Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speech Recognition tutorial exception #18

Open
mderevja opened this issue Jan 12, 2016 · 2 comments
Open

Speech Recognition tutorial exception #18

mderevja opened this issue Jan 12, 2016 · 2 comments

Comments

@mderevja
Copy link

Exception:

An exception of type 'System.Exception' occurred in Bing.Speech.winmd but was not handled in user code
Additional information: Exception from HRESULT: 0x803F6107

On this line.

Configuration: Windows 10 and Visual Studio 2015

@derrikasher
Copy link

I am having the same problem.

The debugger seems to indicate that this 'System Exception' is caused by an issue with the credentials in the the following line of code:

speechRec = new SpeechRecognizer("en-US", credentials);

I have double checked the Client Id and Client Secret credentials (copy and pasted directly from the Azure Developers Registered Applications page (https://datamarket.azure.com/developer/applications). I deleted and recreated the application just to make sure.

I am new to Visual Studio and C#, so debugging is not really straight forward to me.

Thank you.

@Technocrux
Copy link

Same issue, anybody found a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants