<?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 for RichardFawcett.net</title>
	<atom:link href="http://www.richardfawcett.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardfawcett.net</link>
	<description>Blog posts about stuff. Simples!</description>
	<lastBuildDate>Thu, 11 Apr 2013 08:35:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Investigating How MongoDB&#8217;s &#8220;Majority&#8221; Write Concern Works by Malik</title>
		<link>http://www.richardfawcett.net/2012/12/17/investigating-how-mongodbs-majority-write-concern-works/#comment-72422</link>
		<dc:creator>Malik</dc:creator>
		<pubDate>Thu, 11 Apr 2013 08:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/?p=179#comment-72422</guid>
		<description>Hi, i have a question about the set replica. can u help me??
Suppose you have a three node replica set. Node 1 is the primary. Node 2 is a secondary, Node 3 is a secondary running with a delay of 10 seconds. All writes to the database are issued with w=majority and j=1 (by which we mean that the getLastError call has those values set).

A write operation (could be insert or update) is initiated from your application at time=0. At time=5 seconds, the primary, Node 1, goes down for an hour and another node is elected primary.

Will there be a rollback of data when Node 1 comes back up? Choose the best answer.
1)Yes, always 2)No,never 3)Maybe,it depends on whether Node 3 has processed the write.4)Maybe, it depends only on whether Node 2 has processed the write. 
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, i have a question about the set replica. can u help me??<br />
Suppose you have a three node replica set. Node 1 is the primary. Node 2 is a secondary, Node 3 is a secondary running with a delay of 10 seconds. All writes to the database are issued with w=majority and j=1 (by which we mean that the getLastError call has those values set).</p>
<p>A write operation (could be insert or update) is initiated from your application at time=0. At time=5 seconds, the primary, Node 1, goes down for an hour and another node is elected primary.</p>
<p>Will there be a rollback of data when Node 1 comes back up? Choose the best answer.<br />
1)Yes, always 2)No,never 3)Maybe,it depends on whether Node 3 has processed the write.4)Maybe, it depends only on whether Node 2 has processed the write.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel with Stored Procedures by New2ExcelSQL</title>
		<link>http://www.richardfawcett.net/2010/08/29/excel-with-stored-procedures/#comment-44297</link>
		<dc:creator>New2ExcelSQL</dc:creator>
		<pubDate>Wed, 09 Jan 2013 20:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2010/08/29/excel-with-stored-procedures/#comment-44297</guid>
		<description>How do you pass multiple parameters instead of just 1?</description>
		<content:encoded><![CDATA[<p>How do you pass multiple parameters instead of just 1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just Installing VS2012 Can Break VS2010 Websites by Zaki Saadeh</title>
		<link>http://www.richardfawcett.net/2012/09/03/just-installing-vs2012-can-break-vs2010-websites/#comment-42802</link>
		<dc:creator>Zaki Saadeh</dc:creator>
		<pubDate>Mon, 07 Jan 2013 22:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/?p=152#comment-42802</guid>
		<description>Yes, I&#039;ve noticed the same problem as well. However, I didn&#039;t even install VS2012. I just migrated to Windows 8 and installed VS2010 and was able to reproduce this issue. The machine I am working on had never had VS2012 installed on it.

FYI, this was filed as a bug under MS Connect:
https://connect.microsoft.com/VisualStudio/feedback/details/774181/table-tag-with-runat-server-causes-build-exception-value-of-type-system-web-ui-htmlcontrols-htmlgenericcontrol-cannot-be-converted-to-system-web-ui-htmlcontrols-htmltablerow</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;ve noticed the same problem as well. However, I didn&#8217;t even install VS2012. I just migrated to Windows 8 and installed VS2010 and was able to reproduce this issue. The machine I am working on had never had VS2012 installed on it.</p>
<p>FYI, this was filed as a bug under MS Connect:<br />
<a href="https://connect.microsoft.com/VisualStudio/feedback/details/774181/table-tag-with-runat-server-causes-build-exception-value-of-type-system-web-ui-htmlcontrols-htmlgenericcontrol-cannot-be-converted-to-system-web-ui-htmlcontrols-htmltablerow" rel="nofollow">https://connect.microsoft.com/VisualStudio/feedback/details/774181/table-tag-with-runat-server-causes-build-exception-value-of-type-system-web-ui-htmlcontrols-htmlgenericcontrol-cannot-be-converted-to-system-web-ui-htmlcontrols-htmltablerow</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel with Stored Procedures by Sascha</title>
		<link>http://www.richardfawcett.net/2010/08/29/excel-with-stored-procedures/#comment-36017</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Sun, 30 Dec 2012 17:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2010/08/29/excel-with-stored-procedures/#comment-36017</guid>
		<description>very good Richard. It works the same way in Excel 2010.
Have you got an advice for providing a selection box to choose a value from which then serves as one of the input parameters?
This selection shall replace a &quot;simple cell&quot; as the storage for a parameter.

Thanks
Sascha</description>
		<content:encoded><![CDATA[<p>very good Richard. It works the same way in Excel 2010.<br />
Have you got an advice for providing a selection box to choose a value from which then serves as one of the input parameters?<br />
This selection shall replace a &#8220;simple cell&#8221; as the storage for a parameter.</p>
<p>Thanks<br />
Sascha</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just Installing VS2012 Can Break VS2010 Websites by Richard</title>
		<link>http://www.richardfawcett.net/2012/09/03/just-installing-vs2012-can-break-vs2010-websites/#comment-24475</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 17 Dec 2012 21:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/?p=152#comment-24475</guid>
		<description>Hope the uninstall / reinstall worked for you! And you&#039;re right about the SP1 install ... it&#039;s a right pain!</description>
		<content:encoded><![CDATA[<p>Hope the uninstall / reinstall worked for you! And you&#8217;re right about the SP1 install &#8230; it&#8217;s a right pain!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Mercurial Repository under IIS by Richard</title>
		<link>http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-24473</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 17 Dec 2012 21:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-24473</guid>
		<description>Not seen this myself, sorry. Sometimes, on the web interface only, I&#039;ve noticed that I need to put my password in again several times for each page view, which is a complete pain. Not found a solution for it, but I wonder if it&#039;s related to the problem you&#039;ve encountered. When pushing changes to the server, I&#039;m not having any authentication problems though.</description>
		<content:encoded><![CDATA[<p>Not seen this myself, sorry. Sometimes, on the web interface only, I&#8217;ve noticed that I need to put my password in again several times for each page view, which is a complete pain. Not found a solution for it, but I wonder if it&#8217;s related to the problem you&#8217;ve encountered. When pushing changes to the server, I&#8217;m not having any authentication problems though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Mercurial Repository under IIS by Ryan Feiock</title>
		<link>http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-10320</link>
		<dc:creator>Ryan Feiock</dc:creator>
		<pubDate>Tue, 23 Oct 2012 21:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-10320</guid>
		<description>Great tutorial.  Everything worked well.  Now that I have it setup, I have come across an issue that appears to be common where a single bad password will cause the AD account to get locked out.  This was reported a while back, and I read one post that it was fixed in 1.6, but I am running 2.3.2, and any time someone fat fingers their password, even a single time, their AD account is locked.  Anyone else experiencing this?  If so, any ideas for resolving it?</description>
		<content:encoded><![CDATA[<p>Great tutorial.  Everything worked well.  Now that I have it setup, I have come across an issue that appears to be common where a single bad password will cause the AD account to get locked out.  This was reported a while back, and I read one post that it was fixed in 1.6, but I am running 2.3.2, and any time someone fat fingers their password, even a single time, their AD account is locked.  Anyone else experiencing this?  If so, any ideas for resolving it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just Installing VS2012 Can Break VS2010 Websites by Smoke</title>
		<link>http://www.richardfawcett.net/2012/09/03/just-installing-vs2012-can-break-vs2010-websites/#comment-9872</link>
		<dc:creator>Smoke</dc:creator>
		<pubDate>Sun, 14 Oct 2012 07:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/?p=152#comment-9872</guid>
		<description>Agreed, neither VS2012, or VS2010 are working properly after the install, VS2010 SP1 fixed nothing that I&#039;ve seen. (SP1 was pain to install, it kept crapping out, and rolling back.. Took two days of hunting solutions to get it to take.. Waste of time.)

Well, I&#039;m off to uninstall 2012, 2010, and everything related, hopefully a ground up reinstall will make something work again....</description>
		<content:encoded><![CDATA[<p>Agreed, neither VS2012, or VS2010 are working properly after the install, VS2010 SP1 fixed nothing that I&#8217;ve seen. (SP1 was pain to install, it kept crapping out, and rolling back.. Took two days of hunting solutions to get it to take.. Waste of time.)</p>
<p>Well, I&#8217;m off to uninstall 2012, 2010, and everything related, hopefully a ground up reinstall will make something work again&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing ASP.NET Session from ServiceStack by Borysław</title>
		<link>http://www.richardfawcett.net/2012/02/29/accessing-asp-net-session-from-servicestack/#comment-9458</link>
		<dc:creator>Borysław</dc:creator>
		<pubDate>Fri, 05 Oct 2012 10:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/?p=123#comment-9458</guid>
		<description>Maybe you could help me with StackOverflow question related to your article? No one can help me 

http://stackoverflow.com/questions/12462276/testing-servicestack-services-with-custom-factory</description>
		<content:encoded><![CDATA[<p>Maybe you could help me with StackOverflow question related to your article? No one can help me </p>
<p><a href="http://stackoverflow.com/questions/12462276/testing-servicestack-services-with-custom-factory" rel="nofollow">http://stackoverflow.com/questions/12462276/testing-servicestack-services-with-custom-factory</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel with Stored Procedures by Jim</title>
		<link>http://www.richardfawcett.net/2010/08/29/excel-with-stored-procedures/#comment-2234</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 18 Jun 2012 17:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2010/08/29/excel-with-stored-procedures/#comment-2234</guid>
		<description>Perfect. Helped me a lot. Thanks!</description>
		<content:encoded><![CDATA[<p>Perfect. Helped me a lot. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
