Results 1 to 10 of 10

Thread: [RESOLVED] [2005] Framework 3.0

  1. #1

    Thread Starter
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Resolved [RESOLVED] [2005] Framework 3.0

    Hey guys.
    I'd like to play around a bit with the speech recognition stuff in VB .Net but MSDN keeps refering to the System.Speech namespace to get hold of all the good stuff. I plain just dont have that namespace anywhere.

    It says its part of the .Net framework 3.0, I have been in the "Add/Remove Windows Feature" and checked all of the framework 3.0 checkboxes..so it should be installed, shouldnt it? Still, it shows me that Im running 2.0 when I check the "About.." window in Visual Basic 2005 Express.

    Simply, how do I get the ******* thing(.Net 3.0) into my machine?

    Running on Windows Vista.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  2. #2
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    Re: [2005] Framework 3.0

    have you tried adding a reference to the system.speech dll?

  3. #3

    Thread Starter
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [2005] Framework 3.0

    Quote Originally Posted by gigemboy
    have you tried adding a reference to the system.speech dll?
    Where might I find this dll?
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2005] Framework 3.0

    I haven't really dug into .NET 3.0 too much yet, but I think you need to install extensions into Visual Studio to allow it to work with the framework 3.0

    here is the download link (it says it will work with Express Editions), and it also seems to be an early release...

    http://www.microsoft.com/downloads/d...displaylang=en

  5. #5

    Thread Starter
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [2005] Framework 3.0

    Aah Microsoft Speech Object Library..is that it?

    Ive added a reference to this dll, I can access the SpeechLib namespace (and its not "inside" the System namespace)...why was MSDN nagging about a namespace called Speech that was "inside" the System namespace (System.Speech)?
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  6. #6
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2005] Framework 3.0

    that sounds like a COM library....

  7. #7

    Thread Starter
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [2005] Framework 3.0

    Quote Originally Posted by kleinma
    that sounds like a COM library....
    Hey matt!
    Yeah youre quite right, it is!

    Thanks for the link, am installing it now.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  8. #8

    Thread Starter
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [2005] Framework 3.0

    wow! Thanks to the install I can now add a reference to System.Speech, thanks kleinma and gigemboy
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  9. #9
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [RESOLVED] [2005] Framework 3.0

    sounds good. Let me know how you make out with the speech stuff. I had messed around with the COM speech SDK back in VB6 so I would be interested to see how its improved in terms of accuracy and easy of programming now.

  10. #10

    Thread Starter
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [RESOLVED] [2005] Framework 3.0

    Quote Originally Posted by kleinma
    sounds good. Let me know how you make out with the speech stuff. I had messed around with the COM speech SDK back in VB6 so I would be interested to see how its improved in terms of accuracy and easy of programming now.
    Sure thing
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width