Every time I try to do text to speech, I get the following error:
HRESULT: 0x80040206
I also get a user-defined type not defined error when I use the following
for example:
Dim WithEvents RecoContext As SpSharedRecoContext
RecoContext = New SpSharedRecoContextClass
So, it looks like as if it's not recognizing the SpSharedRecoContextClass ?
Thanks