0
I recently formatted my laptop and had to reinstall everything, only now my TCC project is error that in the case before had not had.
In that code snippet:
SpeechRecognitionEngine sre = new SpeechRecognitionEngine(new CultureInfo("pt-BR"));
The Error that appears:
An unhandled Exception of type 'System.Argumentexception' occurred in System.Speech.dll
Additional information: No ID recognition required found.
simple question to another language it works?
– ederwander
I didn’t understand your question...
– LocalHost
if you put "en-US" your program compiles without errors ?
– ederwander
It doesn’t work, I’ve tried :/
– LocalHost
of course I assume you have installed Speechplatformruntime and the languages you want as support ....
– ederwander
Yes, I edited there and put the print
– LocalHost
The operating system is the same or you changed?
– Gabriel Tadra Mainginski
it’s the same, otherwise I’m mistaken I just switched version of it, but both is Windows 10
– LocalHost
pq vc has 64bits and 32bits installed? is this not generating any conflict !?
– ederwander
I can try to leave only one, is that in desperation I installed all possible. And the final bankroll of tcc is coming, and I need to fix it soon
– LocalHost
I left a version, but the error still persists
– LocalHost
Will this answer help you?
– Randrade