<?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: Watching Folder With C# FileSystemWatcher and Beeping When A Change Happen</title>
	<atom:link href="http://www.serdarb.com/csharp-c/watching-folder-with-c-filesystemwatcher-and-beeping-when-a-change-happen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.serdarb.com/csharp-c/watching-folder-with-c-filesystemwatcher-and-beeping-when-a-change-happen/</link>
	<description>Serdar's</description>
	<lastBuildDate>Tue, 18 Dec 2012 17:23:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: serdar</title>
		<link>http://www.serdarb.com/csharp-c/watching-folder-with-c-filesystemwatcher-and-beeping-when-a-change-happen/comment-page-1/#comment-3283</link>
		<dc:creator>serdar</dc:creator>
		<pubDate>Wed, 19 May 2010 05:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.serdarb.com/?p=431#comment-3283</guid>
		<description><![CDATA[i am not sure, but maybe your path is wrong...]]></description>
		<content:encoded><![CDATA[<p>i am not sure, but maybe your path is wrong&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.serdarb.com/csharp-c/watching-folder-with-c-filesystemwatcher-and-beeping-when-a-change-happen/comment-page-1/#comment-3264</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 13 May 2010 21:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.serdarb.com/?p=431#comment-3264</guid>
		<description><![CDATA[Nice post! I got &quot;FolderAlertService.vshost.exe&quot; showing up on task manager, but I couldn&#039;t get a beep or a message box to pop up or the console to feed back anything when I changed something inside of the folder I specified. My code is an exact copy of your code except for this line:

&gt;&gt; FileSystemWatcher fsw = new FileSystemWatcher(@&quot;c:/listen&quot;);

Everything compiles fine. Any idea what could be preventing the Event from triggering? Thanks!]]></description>
		<content:encoded><![CDATA[<p>Nice post! I got &#8220;FolderAlertService.vshost.exe&#8221; showing up on task manager, but I couldn&#8217;t get a beep or a message box to pop up or the console to feed back anything when I changed something inside of the folder I specified. My code is an exact copy of your code except for this line:</p>
<p>&gt;&gt; FileSystemWatcher fsw = new FileSystemWatcher(@&#8221;c:/listen&#8221;);</p>
<p>Everything compiles fine. Any idea what could be preventing the Event from triggering? Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
