Text To Speech

Discussion in 'ASP.NET 2.0' started by rollee, Nov 15, 2008.

  1. Have downloaded thespeechdllfile into bin and added the line 'imports speechlib' to my code but still get this error. Works fine on my PC but got the error message when uploaded to discountasp server. Anyone can kindly advise ? Thanks.





    BC30002: Type 'SpVoice' is not defined.


    Code:
    Line 6:      Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
    Line 7:  
    Line 8:          Dim sp As New SpVoice
    Line 9:  
    Line 10:         sp.Speak(tx.Text)
     

Share This Page