C#; Assembly System.Speech not found. Sandboxed out?

I’m getting ‘Unable to find the specified file’ when I try to use C#'s System.Speech library.

Is there a list of sandbox-scrubbed libraries for C# and is System.Speech on it?

Anything not in Silverlight 5 doesn’t exist on the client. No idea what ‘System.Speech’ is supposed to be part of but it’s relatively easy to guess that it doesn’t exist.

Use the framework reference package so you actually get compile-time errors when using something that’s missing.

1 Like