unable to add reference to windows.media.speechsynthesis.dll

784 views Asked by At

I am working on text to speech conversion in windows 8.1 (silverlight) and i need to access the SynthesizeTextToStreamAsync method for which I need to add reference to Windows.media.speechSynthesis. I am unable to add this reference to my project

it shows me error message as

A reference to a higher version or incompatible assembly cannot be added to the project.

I am currently using Visual studio 2013 professional version. Can someone please help me out with this issue?

1

There are 1 answers

2
Igor Kulman On BEST ANSWER

Look at MSDN, it is only supported in 8.1 XAML apps, not in 8.1 Silverlight apps.