Share via


Using the Project Wizard to Select Debugging Tools

  Microsoft Speech Technologies Homepage

Use the Speech Web Application Project Wizard to choose a debugger.

  • To debug a voice-only application, select the check box Enable Telephony Application Simulator. When the application is opened in Microsoft Speech Application SDK, Telephony Application Simulator is the client, and Speech Debugging Console is the debugger.
  • To debug a multimodal application, select multimodal as the application mode. Selecting multimodal makes Telephony Application Simulator unavailable. When the application is opened in Speech Application SDK, Speech Add-in for the SDK is the client, and Speech Debugging Console is the debugger.

To select debugging tools

  1. In Visual Studio .NET 2003, select New on the File menu, then click Project.
  2. In the New Project dialog box, select either Visual C# or Visual Basic in the Project Type pane, click Speech Web Application in the Templates pane, enter a meaningful name for the project in the Location box, then click OK.
  3. In the Speech Web Application Project Wizard, click Application Settings in the left pane.
  4. To select debugging tools for a voice-only application, select Enable Telephony Application Simulator.
  5. To select debugging tools for a multimodal application, clear the Enable Telephony Application Simulator check box.

See Also

Creating a New Application