<?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 for Gordon Duthie&#039;s Blog</title>
	<atom:link href="http://gordonduthie.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gordonduthie.net</link>
	<description>Frustrations of a .NET Developer</description>
	<lastBuildDate>Wed, 28 Mar 2012 11:33:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Retrieving the control value from an ASP Accordion ContentTemplate Item by sarahaoliver</title>
		<link>http://gordonduthie.net/2010/02/18/retrieving-the-control-value-from-an-asp-accordion-contenttemplate-item/#comment-1800</link>
		<dc:creator><![CDATA[sarahaoliver]]></dc:creator>
		<pubDate>Wed, 28 Mar 2012 11:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://duthiega.wordpress.com/2010/02/18/retrieving-the-control-value-from-an-asp-accordion-contenttemplate-item/#comment-1800</guid>
		<description><![CDATA[how do i fire an event when &lt;asp:Button ID=&quot;Button1&quot; runat=&quot;server&quot; Text=&quot;submit&quot; CommandName=&quot;Update&quot; CommandArgument=&#039;&#039; /&gt; is clicked?
I need to call another function when the button from inside the content template is clicked..


Any help will be appreciated.

I have wasted weeks trying to do this!]]></description>
		<content:encoded><![CDATA[<p>how do i fire an event when &lt;asp:Button ID=&quot;Button1&quot; runat=&quot;server&quot; Text=&quot;submit&quot; CommandName=&quot;Update&quot; CommandArgument=&#039;&#8217; /&gt; is clicked?<br />
I need to call another function when the button from inside the content template is clicked..</p>
<p>Any help will be appreciated.</p>
<p>I have wasted weeks trying to do this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint 2010 Claims Based Security, InfoPath Data Connections and GetUserProfileByName by niranjanrao</title>
		<link>http://gordonduthie.net/2011/01/26/sharepoint-2010-claims-based-security-infopath-data-connections-and-getuserprofilebyname/#comment-1796</link>
		<dc:creator><![CDATA[niranjanrao]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 19:39:00 +0000</pubDate>
		<guid isPermaLink="false">https://duthiega.wordpress.com/2011/01/26/sharepoint-2010-claims-based-security-infopath-data-connections-and-getuserprofilebyname/#comment-1796</guid>
		<description><![CDATA[Thanks for the post.. i was struggling from past 2 days with FBA and infopath userprofileservice webservice  finally ur blog  post guided me.. :)]]></description>
		<content:encoded><![CDATA[<p>Thanks for the post.. i was struggling from past 2 days with FBA and infopath userprofileservice webservice  finally ur blog  post guided me.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint 2010 Claims Based Security, InfoPath Data Connections and GetUserProfileByName by SharePoint, InfoPath and User Profile Web Service Issues &#171; Tales from the IT Side</title>
		<link>http://gordonduthie.net/2011/01/26/sharepoint-2010-claims-based-security-infopath-data-connections-and-getuserprofilebyname/#comment-1793</link>
		<dc:creator><![CDATA[SharePoint, InfoPath and User Profile Web Service Issues &#171; Tales from the IT Side]]></dc:creator>
		<pubDate>Tue, 17 Jan 2012 15:00:51 +0000</pubDate>
		<guid isPermaLink="false">https://duthiega.wordpress.com/2011/01/26/sharepoint-2010-claims-based-security-infopath-data-connections-and-getuserprofilebyname/#comment-1793</guid>
		<description><![CDATA[[...] across this forum post that detailed at the end how to troubleshoot when you cannot connect in a Claims scenario. This was helpful because in most of my work I have not had to use a data connection with with [...]]]></description>
		<content:encoded><![CDATA[<p>[...] across this forum post that detailed at the end how to troubleshoot when you cannot connect in a Claims scenario. This was helpful because in most of my work I have not had to use a data connection with with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project file must include the .NET Framework assembly &#8216;WindowsBase, PresentationCore, PresentationFramework&#8217; in the reference list by mumu</title>
		<link>http://gordonduthie.net/2010/09/06/project-file-must-include-the-net-framework-assembly-windowsbase-presentationcore-presentationframework-in-the-reference-list/#comment-1780</link>
		<dc:creator><![CDATA[mumu]]></dc:creator>
		<pubDate>Wed, 23 Nov 2011 14:05:04 +0000</pubDate>
		<guid isPermaLink="false">https://duthiega.wordpress.com/2010/09/06/project-file-must-include-the-net-framework-assembly-windowsbase-presentationcore-presentationframework-in-the-reference-list/#comment-1780</guid>
		<description><![CDATA[Even easier than this is to select the XAML file in the Solution Explorer, and then in the Properties panel set BuildAction to &#039;None&#039; and Custom Tool to an empty string.

No need to unload the project and manually edit the file.]]></description>
		<content:encoded><![CDATA[<p>Even easier than this is to select the XAML file in the Solution Explorer, and then in the Properties panel set BuildAction to &#8216;None&#8217; and Custom Tool to an empty string.</p>
<p>No need to unload the project and manually edit the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project file must include the .NET Framework assembly &#8216;WindowsBase, PresentationCore, PresentationFramework&#8217; in the reference list by Alex (@iambigred)</title>
		<link>http://gordonduthie.net/2010/09/06/project-file-must-include-the-net-framework-assembly-windowsbase-presentationcore-presentationframework-in-the-reference-list/#comment-1777</link>
		<dc:creator><![CDATA[Alex (@iambigred)]]></dc:creator>
		<pubDate>Mon, 14 Nov 2011 16:07:14 +0000</pubDate>
		<guid isPermaLink="false">https://duthiega.wordpress.com/2010/09/06/project-file-must-include-the-net-framework-assembly-windowsbase-presentationcore-presentationframework-in-the-reference-list/#comment-1777</guid>
		<description><![CDATA[Thanks for posting this solution.  I had a similar issue after I pasted some images from a WPF project into another ASP.NET MVC web and it carried across the WPF/Silverlight &#039;page&#039; build action across, switching this back to &#039;content&#039; removed the reference error.]]></description>
		<content:encoded><![CDATA[<p>Thanks for posting this solution.  I had a similar issue after I pasted some images from a WPF project into another ASP.NET MVC web and it carried across the WPF/Silverlight &#8216;page&#8217; build action across, switching this back to &#8216;content&#8217; removed the reference error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint 2010 Claims Based Security, InfoPath Data Connections and GetUserProfileByName by alex talarico</title>
		<link>http://gordonduthie.net/2011/01/26/sharepoint-2010-claims-based-security-infopath-data-connections-and-getuserprofilebyname/#comment-1776</link>
		<dc:creator><![CDATA[alex talarico]]></dc:creator>
		<pubDate>Tue, 01 Nov 2011 20:16:37 +0000</pubDate>
		<guid isPermaLink="false">https://duthiega.wordpress.com/2011/01/26/sharepoint-2010-claims-based-security-infopath-data-connections-and-getuserprofilebyname/#comment-1776</guid>
		<description><![CDATA[here&#039;s the thing - &quot;I just had to get it working&quot; may get you into much more trouble than it&#039;s worth.. posting this is good but a dangerous path to those who also &quot;get it working&quot; and move on - this poses a huge vulnerability to the business.]]></description>
		<content:encoded><![CDATA[<p>here&#8217;s the thing &#8211; &#8220;I just had to get it working&#8221; may get you into much more trouble than it&#8217;s worth.. posting this is good but a dangerous path to those who also &#8220;get it working&#8221; and move on &#8211; this poses a huge vulnerability to the business.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPMetal Error: Invalid File Name by Rishi Pande</title>
		<link>http://gordonduthie.net/2011/07/06/spmetal-error-invalid-file-name/#comment-1771</link>
		<dc:creator><![CDATA[Rishi Pande]]></dc:creator>
		<pubDate>Wed, 12 Oct 2011 15:48:32 +0000</pubDate>
		<guid isPermaLink="false">https://duthiega.wordpress.com/2011/07/06/spmetal-error-invalid-file-name/#comment-1771</guid>
		<description><![CDATA[Thanks Gordon. This resolved the SPMetal issue for us.]]></description>
		<content:encoded><![CDATA[<p>Thanks Gordon. This resolved the SPMetal issue for us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint 2010 Claims Based Security, InfoPath Data Connections and GetUserProfileByName by Glenn</title>
		<link>http://gordonduthie.net/2011/01/26/sharepoint-2010-claims-based-security-infopath-data-connections-and-getuserprofilebyname/#comment-1768</link>
		<dc:creator><![CDATA[Glenn]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 19:19:13 +0000</pubDate>
		<guid isPermaLink="false">https://duthiega.wordpress.com/2011/01/26/sharepoint-2010-claims-based-security-infopath-data-connections-and-getuserprofilebyname/#comment-1768</guid>
		<description><![CDATA[Thanks for this post. Helped me out a lot. I had to format the AccountName section differently, but that might be because I was modifying a list form with Infopath and not an actual Infopath form... substring-after(UserName, &quot;&#124;&quot;).]]></description>
		<content:encoded><![CDATA[<p>Thanks for this post. Helped me out a lot. I had to format the AccountName section differently, but that might be because I was modifying a list form with Infopath and not an actual Infopath form&#8230; substring-after(UserName, &#8220;|&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Failed to do column assignments for list by Gordon Duthie</title>
		<link>http://gordonduthie.net/2011/03/24/failed-to-do-column-assignments-for-list/#comment-1762</link>
		<dc:creator><![CDATA[Gordon Duthie]]></dc:creator>
		<pubDate>Tue, 23 Aug 2011 15:31:37 +0000</pubDate>
		<guid isPermaLink="false">https://duthiega.wordpress.com/2011/03/24/failed-to-do-column-assignments-for-list/#comment-1762</guid>
		<description><![CDATA[I had a similar experience, hence the blog post. Glad I could be of help.]]></description>
		<content:encoded><![CDATA[<p>I had a similar experience, hence the blog post. Glad I could be of help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Failed to do column assignments for list by Matthew Lamb</title>
		<link>http://gordonduthie.net/2011/03/24/failed-to-do-column-assignments-for-list/#comment-1761</link>
		<dc:creator><![CDATA[Matthew Lamb]]></dc:creator>
		<pubDate>Tue, 23 Aug 2011 15:25:18 +0000</pubDate>
		<guid isPermaLink="false">https://duthiega.wordpress.com/2011/03/24/failed-to-do-column-assignments-for-list/#comment-1761</guid>
		<description><![CDATA[Thank you, thank you, thank you!

My list definition had suddenly stopped working even though nothing had changed. I guess behind the scenes SharePoint had reorganised the database or something, and these ColName attributes were a ticking time bomb which promptly went off.
Removing all the ColName attributes from my list definition got things moving again.

This cost me most of a day&#039;s work until I picked out the &quot;Failed to do column assignments for list&quot; in the error log and found your blog posting.]]></description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you!</p>
<p>My list definition had suddenly stopped working even though nothing had changed. I guess behind the scenes SharePoint had reorganised the database or something, and these ColName attributes were a ticking time bomb which promptly went off.<br />
Removing all the ColName attributes from my list definition got things moving again.</p>
<p>This cost me most of a day&#8217;s work until I picked out the &#8220;Failed to do column assignments for list&#8221; in the error log and found your blog posting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

