<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Text-To-Speech in Silverlight Using WCF</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aym_huseyin</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mflynn</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McBeth</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nina Oukhina</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon-john roberts</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Marinho</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comments on: Text-To-Speech in Silverlight Using WCF</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aym_huseyin</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mflynn</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McBeth</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nina Oukhina</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon-john roberts</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Marinho</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Text-To-Speech in Silverlight Using WCF</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aym_huseyin</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mflynn</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McBeth</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nina Oukhina</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon-john roberts</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Marinho</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Text-To-Speech in Silverlight Using WCF</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aym_huseyin</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mflynn</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McBeth</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nina Oukhina</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon-john roberts</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Marinho</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Text-To-Speech in Silverlight Using WCF</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aym_huseyin</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mflynn</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McBeth</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nina Oukhina</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon-john roberts</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Marinho</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Text-To-Speech in Silverlight Using WCF</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aym_huseyin</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mflynn</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McBeth</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nina Oukhina</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon-john roberts</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Marinho</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Text-To-Speech in Silverlight Using WCF</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aym_huseyin</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mflynn</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McBeth</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nina Oukhina</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon-john roberts</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Marinho</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Text-To-Speech in Silverlight Using WCF</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aym_huseyin</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mflynn</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McBeth</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nina Oukhina</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon-john roberts</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Marinho</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Text-To-Speech in Silverlight Using WCF</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aym_huseyin</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mflynn</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McBeth</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nina Oukhina</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon-john roberts</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Marinho</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Text-To-Speech in Silverlight Using WCF</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aym_huseyin</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mflynn</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McBeth</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nina Oukhina</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon-john roberts</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Marinho</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comments on: Text-To-Speech in Silverlight Using WCF</title>
	<atom:link href="http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=text-to-speech-in-silverlight-using-wcf</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aym_huseyin</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-64392</link>
		<dc:creator>Aym_huseyin</dc:creator>
		<pubDate>Thu, 03 Nov 2011 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-64392</guid>
		<description>locale server to work but did not work :((( Help</description>
		<content:encoded><![CDATA[<p>locale server to work but did not work <img src='http://elegantcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (( Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mflynn</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-2/#comment-63830</link>
		<dc:creator>Mflynn</dc:creator>
		<pubDate>Tue, 10 May 2011 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-63830</guid>
		<description>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?
</description>
		<content:encoded><![CDATA[<p>Is the solution streaming?  Meaning if you have a ton of text, does it take a long time to convert it and bring it back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel McBeth</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57248</link>
		<dc:creator>Joel McBeth</dc:creator>
		<pubDate>Tue, 18 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57248</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson&lt;/a&gt; 
I came across this similar problem.  Brian&#039;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.

The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:

  


You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson</a><br />
I came across this similar problem.  Brian&#8217;s steps work fine in Visual Studio 2008, but when I tried to upgrade the project to visual studio 2010 I get the same error you are experiencing.</p>
<p>The solution to this problem is to go into the ServiceReferences.ClientConfig and you should see:</p>
<p>You need to remove all references to the message element.  For some reason this element is valid when using VS2008 but not VS2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57077</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57077</guid>
		<description>&lt;a href=&quot;#comment-57075&quot; rel=&quot;nofollow&quot;&gt;@nina Oukhina &lt;/a&gt; 

What is the error exactly?</description>
		<content:encoded><![CDATA[<p><a href="#comment-57075" rel="nofollow">@nina Oukhina </a> </p>
<p>What is the error exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57076</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Thu, 13 May 2010 02:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57076</guid>
		<description>&lt;a href=&quot;#comment-56103&quot; rel=&quot;nofollow&quot;&gt;@Johnson &lt;/a&gt; 

I was unable to reproduce this error.  Have you been able to resolve this?</description>
		<content:encoded><![CDATA[<p><a href="#comment-56103" rel="nofollow">@Johnson </a> </p>
<p>I was unable to reproduce this error.  Have you been able to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nina Oukhina</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-57075</link>
		<dc:creator>nina Oukhina</dc:creator>
		<pubDate>Thu, 13 May 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-57075</guid>
		<description>Dear Brian,
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.
BUt when I published web site on a host. Security error appears.
The reason is System.Speech has to be called only from full trust assembly.
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).
But still I have error.
I was greatly appreciated ,if you can comment my situation.
Thank you,
Nina.</description>
		<content:encoded><![CDATA[<p>Dear Brian,<br />
I am working with Silverlight 3 and Visual Studio 2008 and I am using the same stuff that you are presented here.<br />
“Speech to Text” is working perfectly, when I started my project inside Visual Studio.<br />
BUt when I published web site on a host. Security error appears.<br />
The reason is System.Speech has to be called only from full trust assembly.<br />
I made strong name( sn.exe)to my assembly and put it in GAC (gacutil.exe).<br />
But still I have error.<br />
I was greatly appreciated ,if you can comment my situation.<br />
Thank you,<br />
Nina.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnson</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-56103</link>
		<dc:creator>Johnson</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-56103</guid>
		<description>Hi:

I am getting exception when running in vs 2010 and silverlight 4.

Unrecognized element &#039;message&#039; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am getting exception when running in vs 2010 and silverlight 4.</p>
<p>Unrecognized element &#8216;message&#8217; in service reference configuration. Note that only a subset of the Windows Communication Foundation configuration functionality is available in Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Lagunas</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54723</link>
		<dc:creator>Brian Lagunas</dc:creator>
		<pubDate>Sat, 27 Mar 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54723</guid>
		<description>&lt;a href=&quot;#comment-54711&quot; rel=&quot;nofollow&quot;&gt;@simon-john roberts &lt;/a&gt; 

Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#039;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</description>
		<content:encoded><![CDATA[<p><a href="#comment-54711" rel="nofollow">@simon-john roberts </a> </p>
<p>Yes, you must change to service endpoints in both the web.config and the ServiceReferences.ClientConfig in the Silverlight project to match your environment.  I don&#8217;t know how you have your solution setup, but to avoid having to worry about cross-domain policies, place your service in the hosting web project (the project that hosts your Silverlight client).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon-john roberts</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54711</link>
		<dc:creator>simon-john roberts</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54711</guid>
		<description>Hi, I&#039;m developing a version of this that i wold like to put on the web.

But I&#039;ve come unstuck when it came to publishing.

Do i need to change the service URI or port or anything to get this to work in the wild?

Because my current effort get me a cross browser security error.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing a version of this that i wold like to put on the web.</p>
<p>But I&#8217;ve come unstuck when it came to publishing.</p>
<p>Do i need to change the service URI or port or anything to get this to work in the wild?</p>
<p>Because my current effort get me a cross browser security error.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Marinho</title>
		<link>http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/comment-page-1/#comment-54330</link>
		<dc:creator>Rui Marinho</dc:creator>
		<pubDate>Wed, 10 Mar 2010 10:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/07/text-to-speech-in-silverlight-using-wcf/#comment-54330</guid>
		<description>Great sample, and av ery clever idea. i will use that in my sample project and i will share with u my aproach.

Thanks regards 

Rui</description>
		<content:encoded><![CDATA[<p>Great sample, and av ery clever idea. i will use that in my sample project and i will share with u my aproach.</p>
<p>Thanks regards </p>
<p>Rui</p>
]]></content:encoded>
	</item>
</channel>
</rss>

