Compartir a través de


Speech Control Editor Errors

  Microsoft Speech Technologies Homepage

The following table shows error description strings displayed by Speech Control Editor, and suggest possible resolutions for these errors.

Error Description String Resolution
Unable to add databases. No web.config file exists in project. This message is displayed when initializing the Add prompt database dialog if the project does not contain a Web.config file. To resolve this issue, add a Web.config file to the project.
Unable to add databases. The web.config file is read-only. This message is displayed when initializing the Add prompt database dialog if the Web.config file is read-only. To resolve this issue, navigate to the Web.config file in Windows Explorer and modify the file permissions to allow Write permission.
Unable to Load XML file: This is a prefix for multiple error messages that are displayed when an XML file cannot be loaded.
Validation Failure This is a generic message box title for errors caused by validation failure.
The scope must be a valid ID, ie. must not contain invalid characters, spaces or begin with a digit. Ensure that the value of the Scope property of all Command controls is correct, does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
FirstInitialTimeout needs to be a positive Int32. Ensure that it is not too large, is non-negative, and does not contain invalid characters. This error message is displayed when the user enters an invalid value for the FirstInitialTimeout property in the Property Builder. Change the value to a positive integer between 0 and 2,147,483,648 inclusive. Ensure that the value does not contain spaces or any non-digit characters.
InitialTimeout needs to be a positive Int32. Ensure that it is not too large, is non-negative, and does not contain invalid characters. This error message is displayed when the user enters an invalid value for the InitialTimeout property in the Property Builder. Change the value to a positive integer between 0 and 2,147,483,648 inclusive. Ensure that the value does not contain spaces or any non-digit characters.
BabbleTimeout needs to be a positive Int32. Ensure that it is not too large, is non-negative, and does not contain invalid characters. This error message is displayed when the user enters an invalid value for the BabbleTimeout property in the Property Builder. Change the value to a positive integer between 0 and 2,147,483,648 inclusive. Ensure that the value does not contain spaces or any non-digit characters.
EndSilence needs to be a positive Int32. Ensure that it is not too large, is non-negative, and does not contain invalid characters. This error message is displayed when the user enters an invalid value for the EndSilence property in the Property Builder. Change the value to a positive integer between 0 and 2,147,483,648 inclusive. Ensure that the value does not contain spaces or any non-digit characters.
MaxTimeout needs to be a positive Int32. Ensure that it is not too large, is non-negative, and does not contain invalid characters. This error message is displayed when the user enters an invalid value for the MaxTimeout property in the Property Builder. Change the value to a positive integer between 0 and 2,147,483,648 inclusive. Ensure that the value does not contain spaces or any non-digit characters.
InterDigitTimeout needs to be a positive Int32. Ensure that it is not too large, is non-negative, and does not contain invalid characters. This error message is displayed when the user enters an invalid value for the InterDigitTimeout property in the Property Builder. Change the value to a positive integer between 0 and 2,147,483,648 inclusive. Ensure that the value does not contain spaces or any non-digit characters.
ShortInitialTimeout needs to be a positive Int32. Ensure that it is not too large, is non-negative, and does not contain invalid characters. This error message is displayed when the user enters an invalid value for the ShortInitialTimeout property in the Property Builder. Change the value to a positive integer between 0 and 2,147,483,648 inclusive. Ensure that the value does not contain spaces or any non-digit characters.
OnClientSilence cannot contain spaces, or begin with an integer. This error message is displayed when the user enters an invalid value for the OnClientSilence property in the Property Builder. Change the value so that it does not contain spaces or begin with a digit.
OnClientKeyPress cannot contain spaces, or begin with an integer. This error message is displayed when the user enters an invalid value for the OnClientKeyPress property in the Property Builder. Change the value so that it does not contain spaces or begin with a digit.
OnClientError cannot contain spaces, or begin with an integer. This error message is displayed when the user enters an invalid value for the OnClientError property in the Property Builder. Change the value so that it does not contain spaces or begin with a digit.
OnClientReco cannot contain spaces, or begin with an integer. This error message is displayed when the user enters an invalid value for the OnClientReco property in the Property Builder. Change the value so that it does not contain spaces or begin with a digit.
OnClientBargeIn cannot contain spaces, or begin with an integer. This error message is displayed when the user enters an invalid value for the OnClientBargeIn property in the Property Builder. Change the value so that it does not contain spaces or begin with a digit.
OnClientBookmark cannot contain spaces, or begin with an integer. This error message is displayed when the user enters an invalid value for the OnClientBookmark property in the Property Builder. Change the value so that it does not contain spaces or begin with a digit.
OnClientDisconnected cannot contain spaces, or begin with an integer. This error message is displayed when the user enters an invalid value for the OnClientDisconnected property in the Property Builder. Change the value so that it does not contain spaces or begin with a digit.
Speech Index needs to be a positive Int32. Ensure that it is not too large, is non-negative, and does not contain invalid characters. This error message is displayed when the user enters an invalid value for the SpeechIndex property in the Property Builder. Change the value to a positive integer between 0 and 2,147,483,648 inclusive. Ensure that the value does not contain spaces or any non-digit characters.
Starting Index needs to be a positive Int32. Ensure that it is not too large, is non-negative, and does not contain invalid characters. This error message is displayed when the user enters an invalid value for the StartingIndex property in the Property Builder. Change the value to a positive integer between 0 and 2,147,483,648 inclusive. Ensure that the value does not contain spaces or any non-digit characters.
ClientActivationFunction cannot contain spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the ClientActivationFunction property in the Property Builder. Change the value so that it does not contain spaces or begin with a digit.
TargetElement cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the TargetElement property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
TargetAttribute cannot contain invalid characters, spaces or begin with a digit. This error message is displayed when the user enters an invalid value for the TargetAttribute property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
TargetMethod cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the TargetMethod property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
This grammar with ID 'grammar_ID' is empty. The cause of this error is duplicate grammar names. Change duplicated grammar names to unique names.
The grammar with ID 'grammar_ID' is databound and will not be recognized against in this sample sentence. This error can occur when using the XPathTrigger Sample Sentence Tool located in the Input > General panel of the Property Builder for QA and Listen controls. This message is displayed if the specified grammar is a databound (dynamic) grammar. Create a static version of the grammar to use for testing purposes.
SAPI Error This is a generic message box title for an error caused by the Speech API (SAPI). Check any code that calls the Speech API directly.
Unable to emulate recognition using the specified grammars. Make sure that the grammars and the grammar paths are valid. This error message is displayed when the XPathTrigger Sample Sentence Tool fails. Ensure that the grammar paths are correct, and that the grammars are valid.
Add a valid speech grammar at the top of the window to generate sample XPaths. This error message is displayed when using the XPathTrigger Sample Sentence Tool without having first added any speech grammars. Add a valid speech grammar before proceeding.
Add a valid DTMF grammar at the top of the window to generate sample XPaths. This error message is displayed when using the XPathTrigger Sample Sentence Tool without having first added any DTMF grammars. Add a valid DTMF grammar before proceeding.
OnClientCmd cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the OnClientCmd property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
ClientValidationFunction cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the ClientValidationFunction property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
OnClientActive cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the OnClientActive property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
OnClientComplete cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the OnClientComplete property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
OnClientListening cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the OnClientListening property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
OnClientNoReco cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the OnClientNoReco property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
OnClientSilence cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the OnClientSilence property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
OnClientError cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the OnClientError property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
OnClientSpeechDetected cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the OnClientSpeechDetected property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
OnClientActiveFirst cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for the OnClientActiveFirst property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
OnClientCompleteLast cannot contain invalid characters, spaces or begin with a digit. This error message is displayed when the user enters an invalid value for the OnClientCompleteLast property in the Property Builder. Change the value so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
An error occurred while loading the grammar . Verify that the grammar exists and is valid. This error message is displayed if Speech Control Editor fails to load a grammar from a grammar file when using the XPathTrigger Sample Sentence Tool. Ensure that the grammar file exists and that it contains a valid grammar. Also verify that the correct rule has been selected.
An error occurred while loading the inline grammar: This error message is displayed if Speech Control Editor fails to load an inline grammar when using the XPathTrigger Sample Sentence Tool. Ensure that the inline grammar is valid.
The sample text "text" was not found in any of the speech grammars in the control.

Check that you have the correct root rule set.
This error message is displayed when the XPathTrigger Sample Sentence Tool in unable to return SML results for the specified text. Check the URI listed for the grammar in the Speech Grammars text box to ensure that the correct root rule is set for the grammar.
The sample text "text" was not found in any of the DTMF grammars in the control.

Check that you have the correct root rule set.
This error message is displayed when the XPathTrigger Sample Sentence Tool in unable to return SML results for the specified DTMF sequence. Check the URI listed for the grammar in the Speech Grammars text box to ensure that the correct root rule is set for the grammar.
To edit this grammar, the Property Builder must close and apply all changes. This warning message is displayed when the user clicks Edit Grammar in the Property Builder. Click OK to save changes made in the Property Builder and open the Grammar Explorer, and then select a grammar to edit, or click Cancel to continue using the Property Builder.
StartEvent cannot contain spaces, or begin with a digit. This error message is displayed when the value of the StartEvent property of a Prompt object is invalid. Change the value so that it does not contain spaces or begin with a digit.
StopEvent cannot contain spaces, or begin with a digit. This error message is displayed when the value of the StopEvent property of a Prompt object is invalid. Change the value so that it does not contain spaces or begin with a digit.
StartElement cannot contain spaces, or begin with a digit. This error message is displayed when the value of the StartElement property of a Prompt object is invalid. Change the value so that it does not contain spaces or begin with a digit.
StopElement cannot contain spaces, or begin with a digit. This error message is displayed when the value of the StopElement property of a Prompt object is invalid. Change the value so that it does not contain spaces or begin with a digit.
Settings cannot contain invalid characters, spaces, or begin with a digit. This error message is displayed when the user enters an invalid value for a Speech Controls setting. Change the value of the Speech Controls setting so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
Cannot edit grammar file. File "file_name" doesn't exist. This error message is displayed if the user clicks the Edit Grammar button in the Property Builder and the selected grammar file does not exist. Change the URI for the grammar file so that it refers to a grammar file that exists.
Path must be a URL. Prefix with "file:///" to make file path into a URL. The specified file path is not a valid URI. Prefix the file path with a valid scheme prefix.
It appears that the selected URI, "URI", does not already exist. This may lead to unexpected behavior. This warning message is displayed if the user specifies a local grammar URI, but the file does not exist at the specified location. Change the URI to refer to a grammar file that exists.
It appears that the selected path, "path", does not already exist. This may lead to unexpected behavior. This warning message is displayed if the user specifies a grammar UNC path, but the file does not exist at the specified location. Change the UNC path to refer to a grammar file that exists.
ClientNormalizationFunction cannot contain spaces, or begin with a digit. This error message is displayed when the value of the ClientNormalizationFunction property of an Answer object is invalid. Change the value so that it does not contain spaces or begin with a digit.
property_name cannot contain invalid characters, spaces or begin with a digit. This error message is displayed when the value of the specified property is invalid. Change the value so that it does not contain spaces or begin with a digit.
The threshold_type value is out of range. This value must be a number between minimum_value and maximum_value. This error message is displayed when the specified threshold value is invalid. Change the value of the specified threshold to a value between the specified minimum and maximum values.
The ID could not be applied because it is invalid. Check for the following invalid conditions:
  1. The ID contains spaces, punctuation or other invalid characters
  2. The ID begins with an integer
  3. The ID is excessively long
  4. A control with the same ID exists on the page (case-insensitive)
  5. The ID is empty
This error message is displayed when the value of the specified ID is invalid. Use the list of conditions provided in the error message to check the validity of the ID, and change the ID to a valid value.
The identifier could not be applied because it is an invalid identifier. Check for the following invalid conditions:
  1. The identifier contains spaces, punctuation or other invalid characters
  2. The identifier begins with an integer
This error message is displayed when the value of the specified identifier (usually for a SemanticItem) is invalid. Use the list of conditions provided in the error message to check the validity of the ID, and change the ID to a valid value.
The ID could not be applied because it is invalid. Check for the following invalid conditions:
  1. The ID contains spaces, punctuation or other invalid characters
  2. The ID begins with an integer
  3. The ID is excessively long
  4. A control with the same ID exists on the page (case-insensitive)
This error message is displayed when the value of the specified ID is invalid. Use the list of conditions provided in the error message to check the validity of the ID, and change the ID to a valid value.
Note  An empty ID is also valid.
Cannot create prompt function. Verify that user-authored prompt functions are correct.
To edit this prompt function, the Property Builder must close, apply all changes, and then open a separate script editor.

Changes made in the Prompt Function editor are not automatically propagated to the Speech Controls in your application. If you rename, delete or create a new prompt function in the Prompt Function editor, you must manually update the affected controls in your Web application.
Click OK to apply all changes and open a separate script editor. After renaming, deleting, or creating a new prompt function in the Prompt Function editor, manually update the controls in the Web application that use the affected prompt functions.
To edit the SpeechControlSettings, this Property Builder must close, apply all changes, and then open a separate Property Builder for the SpeechControlSettings control. Click OK to apply all changes and open a separate Property Builder for a new SpeechControlSettingsItem.
There was an error rendering the control. Check to make sure all properties are valid. Check the validity of all properties associated with every DataTableNavigator and ListSelector controls on the page.
Failed to open file_name. This may be an invalid filename, the file may already be open in a different editor, or the file may be Read Only. Verify that the file name for the specified file is correct, that the file is not open in any other application, and that the file is not Read Only.
Grammar file is open in an editor other than the Microsoft Grammar Editor. Do you want to close it? Select Yes to close the grammar file and reopen it in Speech Grammar Editor.
You cannot set both the SemanticItemToCompare and ValueToCompare properties. Clear one of them. Clear the value of either the SemanticItemToCompare property or the ValueToCompare property.
Cannot edit file_name as the URL cannot be resolved to an existing file. Verify that the specified prompt function script file exists at the specified location.
Cannot resolve file_name into a file. No new prompt function was added. Verify that the selected prompt function script file exists.
The Prompt Function filename cannot contain illegal characters character This error message is displayed when the user enters a prompt function file name that contains invalid characters. Change the file name so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
Cannot create prompt function file. The filename must have a ".pf" extension. Add the .pf extension to the prompt function file and save again.
Cannot add prompt function file. The filename must have a ".pf" extension. Add the .pf extension to the prompt function file and add again.
The .pf file that contains this prompt function cannot be located. This is either because there is a missing <Script> reference to the .pf file in the HTML view, or there may be two referenced .pf files containing the same function name. Use 'Manage page's Prompt Function Files...' below to correct this. Use Manage page's Prompt Function Files… to correct this.
Continuing this operation will replace the existing grammar. To edit the existing grammar, press the Edit Icon instead. Continue setting new grammar? Click Edit to edit the existing grammar, or Yes to replace the existing inline grammar.
Grammar filename cannot end in character. Select a name that does not end with the specified character.
Cannot add grammar grammar_name. It has already been added. A grammar with the same name already exists. Select a grammar with a different name.
Grammar filename cannot contain a '#' character. This error message is displayed when the user attempts to create a new grammar file with a pound symbol (#) in the file name. Use a file name that does not contain a pound symbol.
Prompt Function Script file cannot contain a '#' character. This error message is displayed when the user attempts to create a new prompt function script file with a pound symbol (#) in the file name. Use a file name that does not contain a pound symbol.
Prompt function name cannot contain spaces, or begin with a digit. This error message is displayed when the user enters an invalid prompt function name. Change the prompt function name so that it does not contain spaces or begin with a digit.
Prompt function name must not be empty. If you don't want to use a prompt function, deselect it. Choose a prompt function or <New…> from the drop down list in the Property Builder, or deselect the Prompt Function radio button.
One of the Microsoft Speech Application SDK components is not installed correctly. Please reinstall the SDK. Reinstall Microsoft Speech Application SDK Version 1.1.
The URI 'URI' is already in the list of referenced Prompt Function Script files. You cannot add it again. Do not attempt to add a duplicate prompt function script file to the list of referenced Prompt Function Script files. Add only unique script files.
The URI 'URI' is already in the list of referenced Prompt Databases. You cannot add it again. Do not attempt to add a duplicate prompt database to the list of referenced Prompt Databases. Add only unique databases.
'function_name' is not a valid function name. It cannot contain invalid characters, spaces or begin with a digit. Change the specified function name so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
'function_name' already exists in this script file, 'file_name'. Please enter a unique name. Enter a unique name for the new prompt function.
'function_name' already exists in another script file, 'file_name'. Do you want to add it anyway? Click OK to replace the prompt function having the same name in the specified script file, or click Cancel and rename the new prompt function.
The active rule field is empty.

The active rule for a grammar is the rule loaded from that grammar upon activation of this control. If no active rule is set, the grammar's root rule is used by default. If you have not set the Root Rule property then, without an active rule, no recognition will be performed with this grammar.
To enable recognition, click Cancel, select Active Rule, or click Browse, and select a rule to server as the root rule.
You have selected this grammar's root rule. No recognition will be performed with this grammar if its Root Rule property is not set. To enable recognition, click Cancel, select Active Rule, or click Browse, and select a rule to server as the root rule.
Could not browse the grammar.

URI may not be a valid path.
Verify that the specified URI is the correct path to the grammar file and that the file exists.
Could not browse the grammar.

file_name may not be a valid grammar file.
Verify that the specified file is a valid grammar file.
This operation will assign a SpeechIndex to number control(s). Click OK to assign a SpeechIndex property to the specified controls.
This operation will overwrite SpeechIndex data bindings on one or more controls. Click OK to overwrite the current SpeechIndex data bindings.
The Speech Server does not support prompt database URIs with the scheme 'scheme'. This may lead to unexpected behavior when the application is deployed. Use a URL or a UNC path. This warning message is displayed when the user enters a grammar URI using one of the following two schemes: file:// or res://. Users typically enter these types of URIs for debugging purposes during application development.
'URI' is an invalid Prompt Database URI.

The scheme 'scheme' is not supported by the Speech Server.
Use a URL or a UNC path. This error message is displayed when the user enters a prompt database URI that does not use one of the following schemes: http://, https://, file:// or res://
The Speech Server does not support grammar URIs with the scheme 'scheme'. This may lead to unexpected behavior when the application is deployed. Use a URL or a UNC path. This warning message is displayed when the user enters a grammar URI using one of the following two schemes: file:// or res://. Users typically enter these types of URIs for debugging purposes during application development.
'URI' is an invalid Grammar URI.

The scheme 'scheme' is not supported by the Speech Server.
Use a URL or a UNC path. This error message is displayed when the user enters a prompt database URI that does not use one of the following schemes: http://, https://, file:// or res://
'URI' appears to be an invalid URI. This may lead to unexpected behavior. This warning message is displayed when a URI cannot be resolved. The path may still be usable, so the message only warns the user of unexpected behavior and allows the user to continue.
Inline Content contains a syntax error. Ensure that any XML is valid. This error message is displayed when the user enters invalid XML for inline content and then clicks Apply on the prompt output panel. Resolve by entering valid XML for inline content.
Inline Content contains an unknown node type. Check that valid Prompt Engine XML is used. This error message is displayed when the user enters an invalid XML node name and then clicks Apply on the prompt output panel. Resolve by entering a valid XML node name.
Value tag contains unknown attribute. The Value tag may only have TargetElement and TargetAttribute attributes. This error message is displayed when the user adds invalid attributes to a Value element start tag, and then clicks Apply on the prompt output panel. Remove all attributes from the Value element except for the TargetElement and TargetAttribute attributes.
Content tag contains unknown attribute. The Content tag may only have Href and Type attributes. This error message is displayed when the user adds invalid attributes to a Content element start tag, and then clicks Apply on the prompt output panel. Remove all attributes from the Content element except for the href and type attributes.
The server-side event name cannot contain invalid characters, spaces, or begin with a digit. Change the server-side event name so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
The server-side event 'event_name' could not be created because it contains invalid characters. Try again with a different event name. Change the server-side event name so that it does not begin with a digit, does not contain spaces, and does not contain any of the following characters: . " / \\ [ ] ; : | = , ? * + < >
The template is invalid: description The specified template is invalid. Use a different template.
Cannot open the Prompt function script file 'file_name'. Ensure that it exists and is a valid URL. Verify that the specified URI is the correct path to the prompt function script file and that the file exists.
Cannot open the Prompt function script file 'file_name'. Cannot verify that the given function name is unique. This error message is displayed when a the uniqueness of a prompt function name cannot be verified for some reason. This means that the operation to determine the uniqueness of the prompt function name failed, and does not necessarily mean that the name is not unique. As a workaround, rename the specified prompt function.
Cannot create a new Semantic Item. Add a SemanticMap control to the page. Add a SemanticMap control to the to page before creating a new Semantic Item.
The current page contains more than one SemanticMap control. The new Semantic Item will be added to the SemanticMap control with ID 'control_ID'. Click OK to add the Semantic Item to the specified SemanticMap control.
Cannot create a new Speech Control Settings Item. Add a SpeechControlSettings control to the page. Add a SpeechControlSettings control to the to page before creating a new SpeechControlSettingsItem.
The current page contains more than one SpeechControlSettings control. The new Speech Control Settings Item will be added to the SpeechControlSettings control with ID 'control_ID'. Click OK to add the SpeechControlSettingsItem to the specified SpeechControlSettings control.
The prompt databases specified for the QA, Command, ConfirmValidator and CompareValidator in the globalStyle SpeechControlSettingsItem in the web.config file do not match. To correct this problem, click OK on the Manage Prompt Databases dialog. Click OK to automatically correct this problem.
One or more of the grammars in this control contains dynamic content. SML output cannot be generated for dynamic grammars. Create a static version of the grammar to use for testing purposes.
Cannot add prompt database database_name. Ensure that it is a valid URI and that it has a .prompts extension. Verify that the URI for the specified prompt database is correct, and that the name of the prompt database file contains the .prompt extension.
'file_name' must have a .grxml extension to be opened in the Grammar Editor. Choose OK to open in the default editor. Click OK to open in the default editor. If the grammar conforms to the W3C Speech Recognition Grammar Specification, to open in Speech Grammar Editor, click Cancel, add the .grxml extension to the file name, and try again.
The URI 'URI' could not be resolved to a file. Ensure that the URI is valid. Verify that the specified URI is the correct path to the application grammar file.
Error opening grammar file with URI 'URI'. Ensure that the URI is valid and that the file exists. Verify that the specified URI is the correct path to the application grammar file and that the file exists. If the URI is an http URL that points to a remote source, verify that both the host and the file exist.
Please stop debugging before opening the Property Builder. Stop debugging mode, and then open the Property Builder.
Sample Sentence is unavailable if the grammar is databound Displayed when the grammar contains databound properties. Create a static version of the grammar to use for testing purposes.
FallBackCount needs to be a positive Int32. Ensure that it is not too large, is non-negative, and does not contain invalid characters. Change the value to a positive integer between 0 and 2,147,483,648 inclusive. Ensure that the value does not contain spaces or any non-digit characters.
LowerBound must be an integer between 0 and 999999. Change the value of the LowerBound property to an integer that is between 0 and 999,999, and that is less than the value of the UpperBound property.
UpperBound must be an integer between 0 and 999999. Change the value of the UpperBound property to an integer that is between 0 and 999,999, and that is greater than the value of the LowerBound property.
LowerBound must be strictly less than the UpperBound. Change the value of the LowerBound property to an integer that is between 0 and 999,999, and that is less than the value of the UpperBound property.