本文介绍了来自HRESULT的异常:0x8004550C的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嘿,
我尝试在Windows Phone 8上进行语音识别时遇到此错误
I get this error once i a while when trying to do speech recognizing on Windows phone 8
错误来了当我打电话
_recognizer。识别Async();
_recognizer.RecognizeAsync();
我无法找到有关此错误的任何内容,它会停止错误0x8004550B !!!
I can't finnd anything about this error, it stops with error 0x8004550B !!!
提前致谢
问候
Johnsor
推荐答案
0x8004550B - 任何已加载的语法都没有活动规则。
0x8004550B - There are no active rules in any loaded grammars.
请检查此链接,该链接提供有关所有错误类型的说明。
Please check this link which gives you the description about all error types.
这篇关于来自HRESULT的异常:0x8004550C的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!