<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Dhaval's Weblog</title>
	<atom:link href="http://dhavalshah.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dhavalshah.wordpress.com</link>
	<description>Just another weblog</description>
	<lastBuildDate>Wed, 15 Apr 2009 05:39:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How To Create Crystal Report In C# by gevet</title>
		<link>http://dhavalshah.wordpress.com/2008/04/14/how-to-create-crystal-report-in-c/#comment-47</link>
		<dc:creator>gevet</dc:creator>
		<pubDate>Wed, 15 Apr 2009 05:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=12#comment-47</guid>
		<description>have a look at the following

http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-tutorial.htm

gever.</description>
		<content:encoded><![CDATA[<p>have a look at the following</p>
<p><a href="http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-tutorial.htm" rel="nofollow">http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-tutorial.htm</a></p>
<p>gever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text to Speech In C# 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>Comment on How To Create Crystal Report In C# by vasu from ongole/chinnaganjam</title>
		<link>http://dhavalshah.wordpress.com/2008/04/14/how-to-create-crystal-report-in-c/#comment-45</link>
		<dc:creator>vasu from ongole/chinnaganjam</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=12#comment-45</guid>
		<description>Hi could you please send me some code  how to use crystal report</description>
		<content:encoded><![CDATA[<p>Hi could you please send me some code  how to use crystal report</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text to Speech In C# 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>Comment on How To Create Crystal Report In C# by dhavalshah</title>
		<link>http://dhavalshah.wordpress.com/2008/04/14/how-to-create-crystal-report-in-c/#comment-43</link>
		<dc:creator>dhavalshah</dc:creator>
		<pubDate>Fri, 27 Feb 2009 12:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=12#comment-43</guid>
		<description>Thanks for your motivational comment.</description>
		<content:encoded><![CDATA[<p>Thanks for your motivational comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create Crystal Report In C# by ajay kumar pandey</title>
		<link>http://dhavalshah.wordpress.com/2008/04/14/how-to-create-crystal-report-in-c/#comment-42</link>
		<dc:creator>ajay kumar pandey</dc:creator>
		<pubDate>Fri, 27 Feb 2009 10:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=12#comment-42</guid>
		<description>it is really a good code.
And it is fully correct &amp; working on my end.

thanks</description>
		<content:encoded><![CDATA[<p>it is really a good code.<br />
And it is fully correct &amp; working on my end.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SET ANSI_NULLS ON&#124;OFF In SQL Server by Kate Winston</title>
		<link>http://dhavalshah.wordpress.com/2008/09/23/set-ansi_nulls-onoff-in-sql-server/#comment-41</link>
		<dc:creator>Kate Winston</dc:creator>
		<pubDate>Fri, 20 Feb 2009 13:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=62#comment-41</guid>
		<description>Simply Good to have an idea on ANSI_NULLS.
Keep it up.</description>
		<content:encoded><![CDATA[<p>Simply Good to have an idea on ANSI_NULLS.<br />
Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Impliment Yahoo Media Player In Web Page by dhavalshah</title>
		<link>http://dhavalshah.wordpress.com/2008/12/11/impliment-yahoo-media-player-in-web-page/#comment-40</link>
		<dc:creator>dhavalshah</dc:creator>
		<pubDate>Wed, 24 Dec 2008 09:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=86#comment-40</guid>
		<description>no
as per my knowledge the yahoo player support only mp3 files.</description>
		<content:encoded><![CDATA[<p>no<br />
as per my knowledge the yahoo player support only mp3 files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Impliment Yahoo Media Player In Web Page by Dhruv Patel</title>
		<link>http://dhavalshah.wordpress.com/2008/12/11/impliment-yahoo-media-player-in-web-page/#comment-39</link>
		<dc:creator>Dhruv Patel</dc:creator>
		<pubDate>Wed, 24 Dec 2008 09:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://dhavalshah.wordpress.com/?p=86#comment-39</guid>
		<description>Hi
Can you please tell, can this player play avg files ??</description>
		<content:encoded><![CDATA[<p>Hi<br />
Can you please tell, can this player play avg files ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text to Speech In C# 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>
</channel>
</rss>
