You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: