<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Text to Speech In C#</title>
	<atom:link href="http://dhavalshah.wordpress.com/2008/09/16/text-to-speech-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://dhavalshah.wordpress.com/2008/09/16/text-to-speech-in-c/</link>
	<description>Just another weblog</description>
	<lastBuildDate>Wed, 09 Dec 2009 08:13:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dhavalshah</title>
		<link>http://dhavalshah.wordpress.com/2008/09/16/text-to-speech-in-c/#comment-52</link>
		<dc:creator>dhavalshah</dc:creator>
		<pubDate>Wed, 09 Dec 2009 08:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=40#comment-52</guid>
		<description>Please tell me detail of your error.
so i can help you.</description>
		<content:encoded><![CDATA[<p>Please tell me detail of your error.<br />
so i can help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sakthivel</title>
		<link>http://dhavalshah.wordpress.com/2008/09/16/text-to-speech-in-c/#comment-51</link>
		<dc:creator>sakthivel</dc:creator>
		<pubDate>Tue, 08 Dec 2009 14:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=40#comment-51</guid>
		<description>when I put in public server,  We couldn&#039;t call from client machine. It means not working.</description>
		<content:encoded><![CDATA[<p>when I put in public server,  We couldn&#8217;t call from client machine. It means not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shankar</title>
		<link>http://dhavalshah.wordpress.com/2008/09/16/text-to-speech-in-c/#comment-50</link>
		<dc:creator>shankar</dc:creator>
		<pubDate>Wed, 18 Nov 2009 07:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=40#comment-50</guid>
		<description>this is a nice article to implement text to speech web application. Thanks a lot for sharing your knowledge.</description>
		<content:encoded><![CDATA[<p>this is a nice article to implement text to speech web application. Thanks a lot for sharing your knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarvesh</title>
		<link>http://dhavalshah.wordpress.com/2008/09/16/text-to-speech-in-c/#comment-46</link>
		<dc:creator>sarvesh</dc:creator>
		<pubDate>Tue, 14 Apr 2009 06:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=40#comment-46</guid>
		<description>dear u dint mention the namespace to be added.</description>
		<content:encoded><![CDATA[<p>dear u dint mention the namespace to be added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>http://dhavalshah.wordpress.com/2008/09/16/text-to-speech-in-c/#comment-44</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Mon, 16 Mar 2009 08:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=40#comment-44</guid>
		<description>I have done the c# text to speech project but its giving  1 error  + 89 warnings. they are. how to correct this during set up it says to exclude sapi.dll . i&#039;m in urgent plz help me ..
Error	90	&#039;sapi.dll&#039; should be excluded because its source file &#039;C:\Program Files\Common Files\Microsoft Shared\Speech\sapi.dll&#039; is under Windows System File Protection.	C:\Documents and Settings\Administrator.SERVER\Desktop\siren withou talk\Siren\Setup1\Setup1.vdproj	Setup1


Warning	1	At least one of the arguments for &#039;SpObjectTokenCategory.GetStringValue&#039; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren
Warning	2	At least one of the arguments for &#039;SpObjectTokenCategory.EnumKeys&#039; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren
Warning	3	At least one of the arguments for &#039;SpObjectTokenCategory.EnumValues&#039; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren
Warning	4	At least one of the arguments for &#039;SpObjectTokenCategory.GetId&#039; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren
Warning	5	At least one of the arguments for &#039;SpObjectTokenCategory.GetDefaultTokenId&#039; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren
Warning	6	At least one of the arguments for &#039;ISpObjectTokenCategory.GetStringValue&#039; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren
Warning	7	At least one of the arguments for &#039;ISpObjectTokenCategory.EnumKeys&#039; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren
Warning	8	At least one of the arguments for &#039;ISpObjectTokenCategory.EnumValues&#039; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren


follows......</description>
		<content:encoded><![CDATA[<p>I have done the c# text to speech project but its giving  1 error  + 89 warnings. they are. how to correct this during set up it says to exclude sapi.dll . i&#8217;m in urgent plz help me ..<br />
Error	90	&#8217;sapi.dll&#8217; should be excluded because its source file &#8216;C:\Program Files\Common Files\Microsoft Shared\Speech\sapi.dll&#8217; is under Windows System File Protection.	C:\Documents and Settings\Administrator.SERVER\Desktop\siren withou talk\Siren\Setup1\Setup1.vdproj	Setup1</p>
<p>Warning	1	At least one of the arguments for &#8216;SpObjectTokenCategory.GetStringValue&#8217; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren<br />
Warning	2	At least one of the arguments for &#8216;SpObjectTokenCategory.EnumKeys&#8217; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren<br />
Warning	3	At least one of the arguments for &#8216;SpObjectTokenCategory.EnumValues&#8217; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren<br />
Warning	4	At least one of the arguments for &#8216;SpObjectTokenCategory.GetId&#8217; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren<br />
Warning	5	At least one of the arguments for &#8216;SpObjectTokenCategory.GetDefaultTokenId&#8217; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren<br />
Warning	6	At least one of the arguments for &#8216;ISpObjectTokenCategory.GetStringValue&#8217; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren<br />
Warning	7	At least one of the arguments for &#8216;ISpObjectTokenCategory.EnumKeys&#8217; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren<br />
Warning	8	At least one of the arguments for &#8216;ISpObjectTokenCategory.EnumValues&#8217; cannot be marshaled by the runtime marshaler.  Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.	Siren</p>
<p>follows&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bizimunda</title>
		<link>http://dhavalshah.wordpress.com/2008/09/16/text-to-speech-in-c/#comment-38</link>
		<dc:creator>bizimunda</dc:creator>
		<pubDate>Thu, 18 Dec 2008 21:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=40#comment-38</guid>
		<description>hi dear,

I like your posts
they are very useful.
I want to ask you something
could you add me plz
or give me your id
this is my id
yourbelover@gmail.com</description>
		<content:encoded><![CDATA[<p>hi dear,</p>
<p>I like your posts<br />
they are very useful.<br />
I want to ask you something<br />
could you add me plz<br />
or give me your id<br />
this is my id<br />
<a href="mailto:yourbelover@gmail.com">yourbelover@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhukar</title>
		<link>http://dhavalshah.wordpress.com/2008/09/16/text-to-speech-in-c/#comment-25</link>
		<dc:creator>Madhukar</dc:creator>
		<pubDate>Sat, 08 Nov 2008 03:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=40#comment-25</guid>
		<description>hi.. can you tell me the procedure and namespaces to implement text to speech in webapplication. And thats a good work that you have done in windows application.

Thanks</description>
		<content:encoded><![CDATA[<p>hi.. can you tell me the procedure and namespaces to implement text to speech in webapplication. And thats a good work that you have done in windows application.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://dhavalshah.wordpress.com/2008/09/16/text-to-speech-in-c/#comment-8</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 17 Sep 2008 08:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=40#comment-8</guid>
		<description>Text to Speech is indeed a very cool thing and it&#039;s so easy to integrate in .NET. I never figured out how those language files are synthesized... But as long as it&#039;s easy to code, it&#039;s great!</description>
		<content:encoded><![CDATA[<p>Text to Speech is indeed a very cool thing and it&#8217;s so easy to integrate in .NET. I never figured out how those language files are synthesized&#8230; But as long as it&#8217;s easy to code, it&#8217;s great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmesh Shah</title>
		<link>http://dhavalshah.wordpress.com/2008/09/16/text-to-speech-in-c/#comment-7</link>
		<dc:creator>Dharmesh Shah</dc:creator>
		<pubDate>Wed, 17 Sep 2008 04:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=40#comment-7</guid>
		<description>Dear,

Good Job.......

Very Good ....

Carry on..</description>
		<content:encoded><![CDATA[<p>Dear,</p>
<p>Good Job&#8230;&#8230;.</p>
<p>Very Good &#8230;.</p>
<p>Carry on..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
