Showing posts with label studio. Show all posts
Showing posts with label studio. Show all posts

Saturday, March 31, 2012

Text Box Background Yellow at Runtime?

Folks,

I have a few text boxes that the backgrounds are set to white and appear white in the Visual Studio development widow. At runtime they appear as a brownish yellow.

What gives?

SethYou're viewing them on a Windows XP system.

Jeff
You might want to check this out:


Yellow textboxes

Wednesday, March 28, 2012

Text Editor vs Visual Studio

When we use vs.net to develop asp.net application, it has many auto-generated files and codes. However,
we can also use text editor to develop asp.net application and there are no auto-generated files or codes
(web.config..). I want to to know if there is any difference between these two methods. Which one is better?

"better" is a personal choice.
VS gives you integrated source control access
VS gives you intellisense.
VS gives you colorized code
VS gives you autoindentation/formatting
VS gives you debugging
Notepad doesn't.
That said, I still occasionally use a text editor for the html aspects, but never for the codebehind.
And in Visual Studio 2005 u also have Refactoring tools for C#.
For VB you can download an addin from Microsoft

I'd recommend anyone new to asp.net writes a small application in a basic text editor so you understand what all the auto-generated files are and how an application works. It's easy to get into a mindset of dragging controls onto a form and never really knowing what exactly this does behind the scenes..

However, for general use, I'd stick with Visual Studio, mainly for its integrated debugging features. If your web application is very graphically oriented, you might want to try something like Dreamweaver for the user interface.


I want to know the differences between a asp.net application that has auto-generated codes and the one that doesn't. And could you further explain the phrase "integrated source control access" ?


The difference is it has autogenerated code...

When you create a new site in VS it places some starting points into the code for you, the page_load events, etc.

Integrated Source Control is a misnomer.. it's more of a hook for the source control. If you are using VSS (or many other source control systems) you will be able to check-in/out files from VS instead of having to go to another app to do this.


mun wrote:

I want to know the differences between a asp.net application that has auto-generated codes and the one that doesn't.

The app with the autogenerated code is one you didn't have to work as hard to create. It's quite possibly also better coded, since you don't forget anything.

You sound like you want someone to say that a hand-coded app done with a simple text editor is better coded, more efficient or faster. That's most often not the case. But if you feel it's better for you, then by all means hand-code everything. The rest of the world will be ten times more productive, of course.

Jeff


I generally dont write codes that are supposed to be autogenerated by vs.net when i hand code my application in a texteditor. therefore, i want to know how that would affect my application (without autogenerated code) .

Might have to provide an example to explain this. All the autogenerated code does is fill in what you could have typed. Some parameters may be defaults yet the autogenerated code specifies them anyway, that's a good coding practice but doesn't affect the application.

Bottom line is, does your app work the way it was intended? Then it doesn't matter if you dictate your code to a chicken and it happens to peck out working code.

Jeff

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\D
efault.aspx 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\aspnet.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\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/Micr
osoft.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/Micr
osoft.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\D
efault.aspx 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\aspnet.config).
> LOG: Using machine configuration file from
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\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.D
LL.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web.DL
L.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web/Mi
crosoft.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.E
XE.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web.EX
E.
> LOG: Attempting download of new URL
> file:///C:/myWWW/Copy_of_ExploringTextToSpeech/bin/Microsoft.Speech.Web/Mi
crosoft.Speech.Web.EXE.
>
> Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
> ASP.NET Version:1.1.4322.2300
>

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
>