SAPI SelectVoice(...) throwing ArgumentException - Stack Overflow most recent 30 from stackoverflow.com 2009-12-20T03:36:24Z http://stackoverflow.com/feeds/question/925270 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/925270/sapi-selectvoice-throwing-argumentexception 0 SAPI SelectVoice(...) throwing ArgumentException yo.ian.g 2009-05-29T10:00:53Z 2009-12-09T21:00:02Z <p>hey y'all, so I've got the user selecting from a list of "valid voices" for their speech synthesis. I'm pulling the list using GetInstalledVoices() and that results in around 5 or 6 voices including Microsoft Mike. However, should I select any voice besides Microsoft Anna I get an ArgumentExpection saying "Cannot set voice. No matching voice is installed or the voice was disabled." Why are these other "installed voices" not valid? Is there a way to prune the list better? I am checking against the voices' Enabled flag, all come back true.</p> <p>Thanks!</p> http://stackoverflow.com/questions/925270/sapi-selectvoice-throwing-argumentexception/1236106#1236106 0 Answer by Alon for SAPI SelectVoice(...) throwing ArgumentException Alon 2009-08-05T22:30:39Z 2009-08-05T22:30:39Z <p>did you solve that?</p>