|
SpeechController in C#
Hallo!
Did anybody tried the SpeechController in C#? Everytime I call "app.SpeechController.Speak("test")" I get the following exception.
System.Runtime.Remoting.RemotingException: ByRef value type parameter cannot be null.
at System.Runtime.Remoting.Proxies.RealProxy.Validate ReturnArg(Object arg, Type paramType)
at System.Runtime.Remoting.Proxies.RealProxy.Propagat eOutParameters(IMessage msg, Object[] outArgs, Object returnValue)
at System.RuntimeType.ForwardCallToInvokeMember(Strin g memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
at StreetDeck.ISpeechController.Speak(String TextToSpeak)
at Project.Modules.MainMenu.ModuleSettings.btnCancel_ OnMouseClick(Int32 x, Int32 y) in ...
A first chance exception of type 'System.Runtime.Remoting.RemotingException' occurred in mscorlib.dll
|