|
-
Feb 12th, 2007, 03:38 PM
#1
[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.
-
Feb 12th, 2007, 04:02 PM
#2
Re: [2005] Framework 3.0
have you tried adding a reference to the system.speech dll?
-
Feb 12th, 2007, 04:04 PM
#3
Re: [2005] Framework 3.0
 Originally Posted by gigemboy
have you tried adding a reference to the system.speech dll?
Where might I find this dll?
-
Feb 12th, 2007, 04:15 PM
#4
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
-
Feb 12th, 2007, 04:16 PM
#5
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)?
-
Feb 12th, 2007, 04:20 PM
#6
Re: [2005] Framework 3.0
that sounds like a COM library....
-
Feb 12th, 2007, 04:23 PM
#7
Re: [2005] Framework 3.0
 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.
-
Feb 12th, 2007, 04:35 PM
#8
Re: [2005] Framework 3.0
wow! Thanks to the install I can now add a reference to System.Speech, thanks kleinma and gigemboy
-
Feb 12th, 2007, 04:36 PM
#9
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.
-
Feb 12th, 2007, 04:58 PM
#10
Re: [RESOLVED] [2005] Framework 3.0
 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|