Saturday, March 24, 2012

Text to speech (TTS) application on web server

Hi.All

I'm working on a TTS application.
It runs on my local pc (WindowXP pro) without any error.
Microsoft Visual Studio .NET 2003, Microsoft .NET Framework SDK v1.1,
Microsoft Speech Application SDK 1.1. are installed on my local pc.

My web server is Windows 2003 server Enterprise.
Microsoft .NET Framework Version:1.1 and Microsoft Speech Server 2004 are
installed on the server.

The TTS application on the server gives following error message.

Please help!

Best regards

Server Error in '/speech' Application.
------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: File or assembly name Microsoft.Speech.Web, or one of
its dependencies, was not found.

Source Error:

Line 1: <%@dotnet.itags.org. Page language="c#" Codebehind="Default.aspx.cs"
AutoEventWireup="false" Inherits="ExploringTextToSpeech._Default" %>
Line 2: <%@dotnet.itags.org. Register TagPrefix="speech" Namespace="Microsoft.Speech.Web.UI"
Assembly="Microsoft.Speech.Web, Version=1.0.3200.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" %>
Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 4: <HTML
Source File: C:\myWWW\Copy_of_ExploringTextToSpeech\Default.asp x Line: 2

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Microsoft.Speech.Web' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = Microsoft.Speech.Web, Version=1.0.3200.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///C:/myWWW/Copy_of_ExploringTextToSpeech
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
LOG: Post-policy reference: Microsoft.Speech.Web, Version=1.0.3200.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web/Microsoft.Speech.Web.DLL.
LOG: Attempting download of new URL
file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web.DLL.
LOG: Attempting download of new URL
file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web/Microsoft.Speech.Web.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web/Microsoft.Speech.Web.EXE.
LOG: Attempting download of new URL
file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web.EXE.
LOG: Attempting download of new URL
file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web/Microsoft.Speech.Web.EXE.

Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300Speech on a web server? What are you trying to do? Have users talk to you
web page? That, if you could even get it to work, would run on the client

Jeff

"Onur" <onur@.ottoturkey.com.tr> wrote in message
news:eeBvtRVXGHA.4144@.TK2MSFTNGP04.phx.gbl...
> Hi.All
> I'm working on a TTS application.
> It runs on my local pc (WindowXP pro) without any error.
> Microsoft Visual Studio .NET 2003, Microsoft .NET Framework SDK v1.1,
> Microsoft Speech Application SDK 1.1. are installed on my local pc.
> My web server is Windows 2003 server Enterprise.
> Microsoft .NET Framework Version:1.1 and Microsoft Speech Server 2004 are
> installed on the server.
> The TTS application on the server gives following error message.
> Please help!
> Best regards
>
> Server Error in '/speech' Application.
> ------------------------
> Parser Error
> Description: An error occurred during the parsing of a resource required
> to service this request. Please review the following specific parse error
> details and modify your source file appropriately.
> Parser Error Message: File or assembly name Microsoft.Speech.Web, or one
> of its dependencies, was not found.
> Source Error:
> Line 1: <%@. Page language="c#" Codebehind="Default.aspx.cs"
> AutoEventWireup="false" Inherits="ExploringTextToSpeech._Default" %>
> Line 2: <%@. Register TagPrefix="speech"
> Namespace="Microsoft.Speech.Web.UI" Assembly="Microsoft.Speech.Web,
> Version=1.0.3200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
> Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
> Line 4: <HTML>
> Source File: C:\myWWW\Copy_of_ExploringTextToSpeech\Default.asp x Line:
> 2
> Assembly Load Trace: The following information can be helpful to determine
> why the assembly 'Microsoft.Speech.Web' could not be loaded.
> === Pre-bind state information ===
> LOG: DisplayName = Microsoft.Speech.Web, Version=1.0.3200.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35
> (Fully-specified)
> LOG: Appbase = file:///C:/myWWW/Copy_of_ExploringTextToSpeech
> LOG: Initial PrivatePath = bin
> Calling assembly : (Unknown).
> ===
> LOG: Publisher policy file is not found.
> LOG: No redirect found in host configuration file
> (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config).
> LOG: Using machine configuration file from
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
> LOG: Post-policy reference: Microsoft.Speech.Web, Version=1.0.3200.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web/Microsoft.Speech.Web.DLL.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web.DLL.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web/Microsoft.Speech.Web.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web.EXE.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web/Microsoft.Speech.Web.EXE.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web.EXE.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web/Microsoft.Speech.Web.EXE.
>
> Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
> ASP.NET Version:1.1.4322.2300
Have you installed Microsoft Speech Application SDK 1.1 on the server?

If that doesn't work, try posting to microsoft.public.speech.server

Anthony

"Onur" wrote:

> Hi.All
> I'm working on a TTS application.
> It runs on my local pc (WindowXP pro) without any error.
> Microsoft Visual Studio .NET 2003, Microsoft .NET Framework SDK v1.1,
> Microsoft Speech Application SDK 1.1. are installed on my local pc.
> My web server is Windows 2003 server Enterprise.
> Microsoft .NET Framework Version:1.1 and Microsoft Speech Server 2004 are
> installed on the server.
> The TTS application on the server gives following error message.
> Please help!
> Best regards
>
> Server Error in '/speech' Application.
> ------------------------
> Parser Error
> Description: An error occurred during the parsing of a resource required to
> service this request. Please review the following specific parse error
> details and modify your source file appropriately.
> Parser Error Message: File or assembly name Microsoft.Speech.Web, or one of
> its dependencies, was not found.
> Source Error:
> Line 1: <%@. Page language="c#" Codebehind="Default.aspx.cs"
> AutoEventWireup="false" Inherits="ExploringTextToSpeech._Default" %>
> Line 2: <%@. Register TagPrefix="speech" Namespace="Microsoft.Speech.Web.UI"
> Assembly="Microsoft.Speech.Web, Version=1.0.3200.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35" %>
> Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
> Line 4: <HTML>
> Source File: C:\myWWW\Copy_of_ExploringTextToSpeech\Default.asp x Line: 2
> Assembly Load Trace: The following information can be helpful to determine
> why the assembly 'Microsoft.Speech.Web' could not be loaded.
> === Pre-bind state information ===
> LOG: DisplayName = Microsoft.Speech.Web, Version=1.0.3200.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35
> (Fully-specified)
> LOG: Appbase = file:///C:/myWWW/Copy_of_ExploringTextToSpeech
> LOG: Initial PrivatePath = bin
> Calling assembly : (Unknown).
> ===
> LOG: Publisher policy file is not found.
> LOG: No redirect found in host configuration file
> (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config).
> LOG: Using machine configuration file from
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
> LOG: Post-policy reference: Microsoft.Speech.Web, Version=1.0.3200.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web/Microsoft.Speech.Web.DLL.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web.DLL.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web/Microsoft.Speech.Web.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web.EXE.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/speech/4e84447f/7b1e538e/Microsoft.Speech.Web/Microsoft.Speech.Web.EXE.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web.EXE.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web/Microsoft.Speech.Web.EXE.
>
> Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
> Version:1.1.4322.2300
>

0 comments:

Post a Comment