Running the Application on PocketPC

 < Day Day Up > 

In order to access the sample application from a PocketPC device, you must first install the speech add-in for Internet Explorer on the device. The files for this install are found on the installation CD for Microsoft Speech Server. They can be found in the Redistributable Installers\Speech Add-in for Pocket Internet Explorer directory.

To install the files, ensure that the PocketPC device is connected to your PC using ActiveSync. You will then browse to the setup directory on your PC and execute setup.exe. The setup will install the necessary files and notify you if any additional steps are necessary.

To allow PocketPC devices to access the application, you must set the MIME type for all .aspx pages. This ensures that the Speech Add-in is able to instantiate SALT objects. To set the MIME type, add the following to the Page_load routine for all pages:

 Response.ContentType = "text/salt+html" 

Tip

The application can include code that checks the HTTP header for the correct value. If it is not set correctly, the user should be notified.


     < Day Day Up > 


    Building Intelligent  .NET Applications(c) Agents, Data Mining, Rule-Based Systems, and Speech Processing
    Building Intelligent .NET Applications(c) Agents, Data Mining, Rule-Based Systems, and Speech Processing
    ISBN: N/A
    EAN: N/A
    Year: 2005
    Pages: 123

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net