Home > OS >  System. Researched. DLL used on 64 - bit and submitted to the System. PlatformNotSupportedException
System. Researched. DLL used on 64 - bit and submitted to the System. PlatformNotSupportedException

Time:10-20

SpeechSynthesizer synth=new SpeechSynthesizer ();
Synth. Speak (" hello, please read the following quotations ");

VS2010, just this 2 sentence code error in Windows 7 64 - bit machine

The debug saw, one of the following error message:
Voice="synth. Voice" triggered exception type "System. PlatformNotSupportedException"
.
VoiceSynthesizer="synth. VoiceSynthesizer" triggered exception type "System. PlatformNotSupportedException"
.
  • Related