出现错误的代码是:
private SpeechLib.SpSharedRecoContextClass ssrContex = null;
给出的错误原因是:Interop type "SpeechLib.SpSharedRecoContextClass" can't be embeded. Use the applicable interface instead。
求高手解答原因啊?我是在VS2010中的Add Referrence的com组件里面加载的版本为5.4的Microsoft Speech Object Library。