Install Microsoft Speech SDK 5.1 On Windows XP Professional?

Jul 6, 2011

I'm trying to install Microsoft Speech SDK 5.1 on my Windows XP Professional computer for a VB.Net project I'm working on and I'm getting nowhere. I have Office 2007 Pro. Can anyone confirm or deny that this cannot be done? I have an old Office 2002 disk. Would it do any good to put that on the computer (due to the fact that you're supposed to install Speech through Office and Office 2007 does not do this)? Will installing Office 2002 interfere with Office 2007?

View 6 Replies


ADVERTISEMENT

Professional Install Wizard (Like Microsoft Office Has)?

Aug 31, 2009

I have a very simple program that can run and work perfectly.The only trouble I have is when I install it.I double click the setup file that it created and a window is displayed with 2 buttons 'install' and don't 'install'.What I want it to do is run an installation wizard like when you install an offical program like 'Microsoft Office'.Is there any way to do this in 'Visual Basic 2008 Express Edition' if any other 'free' program is required then I would also be happy to use one.Here is a list of a few extra things I would like to do but I'm mainly posting to find out how to make the installation:

> A Desktop Icon is created

> When it is displayed in the all programs it is called 'Email Validator' not 'xxxx' as it is at the moment

> There will be an uninstall button (So the user doesn't have to go into Control Panel > Add or Remove Programs

View 5 Replies

IDE :: Toolstrip Dialog Objects Do Not Appear In Component Tray In Microsoft Visual Studio 2008 Professional On A Windows 7 System

Oct 5, 2011

I am running Microsoft Visual Studio 2008 Professional on a Windows 7 system.While working on a visual basic exercise in chapter 4 of the Microsoft Visual Basic 2008 Step by Step book on the MyMenu program I added a Toolstrip to my form and then I was trying to perform the add OpenFileDialog and ColorDialog controls to the component tray as described at the bottom of page 111 under Using Dialog Box Controls. I could never get the controls to appear in the component tray as instructed in the book.

I added a toolstrip to the form. According to my instructions I should be able to click on the Open file icon on the toolstrip to select it and then click anywhere else on the form. When I do that, the OpenFileDialog should appear on the component tray where I can then select it to enter code. This however does not happen.The only way I was able to get them to appear in the component tray was by opening the Menu program supplied on the DVD under chapter 4, selecting both of the above controls on the component tray, right clicking and then press copy. I then closed the Menu program and opened the MyMenu program that I created and then I was able to paste the two object controls to the component tray.

I went back to the original Menu program to see if I was able to place any other controls on the component tray by following the instructions in the book but was not able to. I also tried the same thing with MyMenu and it also still would not work.I have been unable to find anything that might explain why the component tray does not work as explained. Perhaps there is some setting somewhere that needs changed, but all searches have been unsuccessful.

PS. I have entered this on one of the other MicroSoft forums and although it has gotten multiple views I have not yet received any feedback.I also get the following error: Cannot add component of type 'ToolStripButton' to container of type 'form'.

View 1 Replies

Recommended Alternatives For Speech Recognition Other Than Microsoft Speech Libraries?

Aug 11, 2010

recommended alternatives for speech recognition other than Microsoft Speech libraries?

View 2 Replies

Visual Studio 2010 Professional Not Working On Windows 7 Professional 64 Bit

Sep 1, 2011

I have spent the past week trying to get my copy of Visual Studio 2010 Professional to work on my Windows 7 Professional 64-bit laptop, with no avail.

Every time I try to create a new form using Visual Basic, an error message saying that Microsoft Resource File To COFF Object Conversion Utility has stopped working, and I cannot even run the new form to see if my coding is correct.

I have managed to find that it has something to do with the cvtres.exe file, but after a solid hour of research, I have found numerous others with a similar problem, but no solutions.

I have done registry scans, reinstalled Visual Studio about 3 times and have done many other suggested fixes that have done nothing but waste my time.

View 16 Replies

Install Speech Recognition Engine?

Jul 5, 2011

I am trying to create a VB.Net form that recognizes speech. When I run it, I get the error "Speech recognition is not available on this system. SAP and Speech Recognition engines cannot be found." So, following Microsoft's instructions, I discover that there is no Speech tab in Speech Properties (which appear when I click on Speech in the control panel). I am using Windows XP Professional. Only a Text-to-Speech tab, no speech recognition tab. To install the speech engine, I went to Add or Remove Programs/ Change Microsoft Office Enterprise 2007/ Add or Remove Features. However there is no "Alternative User Input" as per the instructions. How can I get this speech recognition engine installed?[code]...

View 6 Replies

Microsoft Speech SDK 5.1 Installation?

Feb 24, 2010

I installed Speech SDK 5.1 on windows xp home and when I open Visual Studio 08 and start a new project in Visual Basic, I don't get Microsoft Direct Speech Recognition Control or the Text-to-Speech Control under components...So I am not able to start programming because it seems as if SSDK is not installed...I try to browse for the Dlls but I can't find them, there is no speech folder in c: windows

View 3 Replies

Microsoft Speech Obect Library?

Dec 6, 2011

Microsoft Speech Obect Library

View 2 Replies

Add A Microsoft Speech Object Library Reference?

Nov 28, 2010

So I would like to explain what am I doing before I post the question. I would make a textbox in the form, then I add a Microsoft Speech Object Library reference. Then using Microsoft Speech, I would have the text-to-speech option. In the same class I would add this code:

[Code]...

View 1 Replies

Asp.net - Run Microsoft.Speech Over IIS - Getting An Error Access Is Denied?

Aug 2, 2010

I have an app that uses Microsoft.Speech to recognize speech in a WAV file. It works perfectly when run locally as a console app but barfs when executed by IIS.Assuming I have the following installed on WinServer 2008 with .NET 3.5+:

Microsoft Speech Platform - Software Development Kit (SDK) (Version 10.1)
Microsoft Speech Platform - Server Runtime Languages (Version 10.1)
Microsoft Speech Platform - Software Development Kit (SDK) (Version 10.1)

Is it even possible to use Microsoft.Speech over IIS7? What am I missing here? I've tried re-coding it as an ASP.NET web service but that doesn't work either.

UPDATE: Here's the error message + stack trace:

System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) at Microsoft.Speech.Internal.SapiInterop.ISpRecognizer.CreateRecoContext(ISpRecoContext& ppNewCtxt)
at Microsoft.Speech.Internal.SapiInterop.SapiRecognizer.<>c__DisplayClass17.b__16()[code]....

View 1 Replies

Not Able To Find Microsoft Speech Obect Library

Dec 31, 2009

I am using vb 2008, and I am not able to find the microsoft speech object library. I have gone to Project > Add Reference... > COM tab and looked for it but it is not there. Am I missing something? Will anyone be able to help me find the or download and install the Microsoft Speech Object Library?

View 3 Replies

Microsoft TTS (Text To Speech) Engine And Visual Basic 2005 Express?

Apr 4, 2006

hope I am not too short in this question but I am quite pissed off here

View 1 Replies

Multithreading - Make A Textbox In The Form Then Add A Microsoft Speech Object Library Reference

Nov 29, 2010

I would make a textbox in the form, then I add a Microsoft Speech Object Library reference. Then using Microsoft Speech, I would have the text-to-speech option. In the same class I would add this code:

[Code]...

View 1 Replies

Using A WAV File As The Input To The Windows Speech Recognition Software On Machine (Windows Vista)?

Nov 1, 2010

Could anyone provide me with sample code for using a WAV file as the input to the Windows speech recognition software on my machine (Windows Vista)?

View 3 Replies

Microsoft SQL Server Compact 3.5 Without Install

May 20, 2012

I want to make a database like this one.url...But i want to use it on a pc without installing Sql server.(I can make it work by giving you the .dll files to do it if you want, but rather than that, better you install it completely).

View 7 Replies

Install Microsoft FlexGrid Control 6.0 On A Computer Without VS 6.0?

Dec 11, 2009

My VB.NET application uses Microsoft Flex Grid Control 6.0. This is a legacy application which has been ported from VB6 with the Visual Studio conversion wizard. Although I can compile the assembly, I get a COMException because some class is not registered. I've found out that this class is the Microsoft Flex Grid Control 6.0.

Where can I find the control and how can I register it on machines so that the application will run?

View 1 Replies

Get A Video To Play In Windows Media Player In Visual Studio 08 Professional?

Jul 18, 2009

So I found the Windows Media player and added it on my form. I have a sample wmv called bear.wmv file in my solution explorer. How do I get the video to play? I was hoping for a smart tag and just connect the player to the wmv file,

View 1 Replies

Free Professional Game Development Environment. Microsoft Have Teamed Up With "The Game Creators Ltd" It Seems?

Feb 5, 2010

In case you are interested and have not spotted this.>>

http://gdk.thegamecreators.com/ee Professional Game Development Environment

View 1 Replies

Deployment :: Make An Install Pack That Contains Microsoft Installer And Framework?

Feb 23, 2012

I just finish my first application, and it is runing very nice on my computer, outsite IDE.But when I put it on another computer or in a virtual machine, i get some error and it is not running.In my application i have only controls, no dll, no nothing, except one picture.I have to mention that i have win7 on 64 bit and i use visual basic 2010 Express with netframework 4.0.

I also want to ask you what i have to do to make an install pack that contains microsoft installer and framework.I want to make a setup file with all this included.

View 1 Replies

ClickOnce: Unable To Install Or Run The Application, Requires Microsoft.Vbe.Interop 14.0 To Be Installed

Apr 15, 2011

Just got this message today on user machines when pushing out an update to a ClickOnce VB.NET application.No new references have been added, just some bug fixes.

System Update Required Unable to install or run the application. The application requires that assembly Microsoft.Vbe.Interop Version 14.0.0.0 be installed in the Global Assembly Cache (GAC) first.Note that this is only happening in XP machines, not Win 7.

View 1 Replies

Install Microsoft.Data.Access.Components.2.8 In Visual Studio 2010?

Jun 12, 2012

I am using the publish wizard in VB 2010 Professional for deployment as I tried the InstallShield and the Standard Build and cannot get support. My last resort is this wizard. Please help me I am getting the following 2 warnings. I downloaded MDAC 2.8 SP1 for warning 2 and after I run the program it doesn't upgrade and appear in VB2010. How can I install it in VB2010 Pro. Also How can I get the .Net.Framework.2.0 installed.

Warning 2 The 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' item selected requires 'Microsoft.Data.Access.Components.2.8'. Select the missing prerequisite in the Prerequisites Dialog Box or create a bootstrapper
package for the missing prerequisite. SendGlobalMobileAdvertisingBlasts

[code]....

View 1 Replies

Installing Speech SDK 5.1 On Windows XP

Jun 9, 2011

I'm trying to make a form in VB.Net that takes speech input (not text-to-speech) on my Windows XP Pro computer.I've tried to install Microsoft Speech SDK 5.1 according to url..The problem is my Office 2007 does not have an Alternative User Input feature, as it says in the instuctions. So is there any way to get this on my computer? If not can you suggest any alternative other that buying a new computer for making my Visual Basic .Net form speech-enterable?

View 3 Replies

Trying To Do Text-to-speech On Windows 7

Aug 8, 2011

I'm trying to do text-to-speech in VB2008 on Windows 7 but I encounter the following exception: first chance exception of type 'System. Runtime. InteropServices.COMException' occurred in Text to Speech.exe..so I made the simplest program I could imagine that should work to minimize error sources but I can't seem to avoid the error. I have included a reference to Microsoft Speech Object COM for both programs and speech-to-text works in the original program.[code]

View 3 Replies

Using Speech Sdk In VB Without Windows Spech Recognition

Feb 26, 2011

I want to enable voice recognition in my vb application witouh havin to use windows speech recognition, is it posible if not how can I add a my own command to turn on the recognition on windows the default command is strat listening but I want it simple like "activate", also I would like to record my own voice command using my app, I say activate I put this code : Grammar.DictationSetState(SpeechLib.SpeechRuleState.SGDSActive), but it does not turn on windows voice recognition

View 1 Replies

Windows 7 Speech Recognition As InProc Engine?

Apr 10, 2010

I am currently working with Speech Recognizer 8.0 and trying to develop an application in VB for simple speech recognition tasks. Unfortunately, with Windows 7, anytime speech isenabled, it is listening for any sort of all sorts of commands (ie: "start menu", "press a key", *delete*)... all of which interfere with the desired operation of the program.Now, I believe what my problem is, correct me if I am wrong, is that I should not be using theshared engine, but the "InProc" engine, so the application then has the only access to the speech engine... better question: I know how to add commands to the speech engine, but *how* do I remove all the other commands, so that it only listens for a handful of words/commands that I want it to?

View 6 Replies

VB 2010 Speech Recognition / Speech-To-Text / Voice Control

Oct 23, 2011

I'm trying to create a Speech Recognition support for my program. I want to make it so that if I say something in my microphone, the program just writes what I said in Label1. I looked for Speech Recognition codes in MSDN and Google, but I didn't find anything useful. I found a code, but it was for VB.net, I tried but it didn't work in VB 2010.

View 1 Replies

Unable To Install Or Run This Application. This Application Requires Microsoft Common Language Runtime 4.0.3 To Be Installed On Computer?

Jun 8, 2011

I have designed and published my small created app with WINDOWS FORMS using VB 2010 EXP on Windows 7. I can only install the app on the machine that I used to develop the app.I want to install the app on another computer but I cannot. I usually have error reports.

Example:Unable to install or run this application. This application requires Microsoft Common Language Runtime 4.0.3 to be installed on your computer.

what can I do to be able to install the app on a different computer which does not have .Net and does not have visual basic 2010 installed.

View 13 Replies

Automate Excel Without Install Microsoft Office Excel?

Mar 2, 2009

I just want to ask whether I can automate Excel without microsoft office excel installed on machine, I tried but it failed to do automation, does anybody know how to do it without excel installed on machine?

View 5 Replies

Install VB6 On Windows 7?

Nov 20, 2009

I am trying to install VB6 (actually, visual Studio 6) on Win7. In the very early steps of setup, I am stuck to "Need to install Microsoft Java Virtual Machine". If I uncheck the JVM box, I am not allowed to continue. If i check it, I am told that JVM is unsupported for Win7, the PC is rebooted (why?), and on restart i am to the same JVM required spot. I need to perform some maintenance on some old project, just too big to be ported to .NET (if the only thing I can do is to port them, I'd rather port to Delphy or C++ codegear: I am not so crazy to do the same mistake twice, and use the new M$ junk to replace the old M$ junk). I have payed good money for the licence of Visual Studio 6, for a PERPETUAL licence. I DEMAND M$ let me use it.

View 17 Replies

Cannot Install A Windows Service

Nov 19, 2008

I have developed a Windows service. During the installation, I get the following warning/error:�Cannot start service from the command line or debugger. A Windows Service must first be installed (using installutil.exe) and then started with the Server Explorer, Windows Service Administrative tools or the NET start command.�

I am not trying to start it. I am only installing it (right-click from setup project). The StartType is set to Manual, and the Service Process Installer account is set to User. I do not get prompted for the service login credentials.I am using Visual Studio 2005, VB.Net running on Windows Server 2003 SP2.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved