Normally it is easy to add the .NET 4.5 assembly System.Speech.dll as a reference in VS. However I found that this same dll "could not be found" when it is added as a referenced assembly in a VA inline function. Placing the DLL in the VA root folder fixes this issue, though I am surprised that it cannot be found natively.
Where is VA typically looking for libraries?