<?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 Alex Angas</title>
	<atom:link href="http://www.alexangas.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexangas.com/blog</link>
	<description>SharePoint</description>
	<lastBuildDate>Fri, 20 Jan 2012 10:08:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on &#8220;The rows you modified could not be saved to the server due to validation errors&#8221; by Guest</title>
		<link>http://www.alexangas.com/blog/2009/07/the-rows-you-modified-could-not-be-saved-to-the-server-due-to-validation-errors/comment-page-1/#comment-64</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Fri, 20 Jan 2012 10:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexangas.com/blog/?p=155#comment-64</guid>
		<description>if you&#039;re not using the title column at all (setting it as hidden in forms and not using it in any views), then setting it to have a default value (eg &quot;[ignore this field]&quot;) in the column&#039;s settings, will solve this problem.</description>
		<content:encoded><![CDATA[<p>if you&#8217;re not using the title column at all (setting it as hidden in forms and not using it in any views), then setting it to have a default value (eg &#8220;[ignore this field]&#8220;) in the column&#8217;s settings, will solve this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internal name vs display name by SPField DisplayName vs Internal Name &#171; Niranjan Rao Julapelly&#039;s Blog Learning By Doing ;)</title>
		<link>http://www.alexangas.com/blog/2008/09/internal-name-vs-display-name/comment-page-1/#comment-62</link>
		<dc:creator>SPField DisplayName vs Internal Name &#171; Niranjan Rao Julapelly&#039;s Blog Learning By Doing ;)</dc:creator>
		<pubDate>Wed, 25 May 2011 13:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://alexangas.wordpress.com/?p=72#comment-62</guid>
		<description>[...] http://www.alexangas.com/blog/2008/09/internal-name-vs-display-name/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.alexangas.com/blog/2008/09/internal-name-vs-display-name/" rel="nofollow">http://www.alexangas.com/blog/2008/09/internal-name-vs-display-name/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging file locking in the GAC by Alex Angas</title>
		<link>http://www.alexangas.com/blog/2009/07/debugging-file-locking-in-the-gac/comment-page-1/#comment-59</link>
		<dc:creator>Alex Angas</dc:creator>
		<pubDate>Sun, 20 Feb 2011 00:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexangas.com/blog/?p=176#comment-59</guid>
		<description>Thanks Ryan, I hadn&#039;t thought about it from the uninstall perspective. That definitely sounds right. Glad to help!</description>
		<content:encoded><![CDATA[<p>Thanks Ryan, I hadn&#8217;t thought about it from the uninstall perspective. That definitely sounds right. Glad to help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging file locking in the GAC by Ryan Wheeler</title>
		<link>http://www.alexangas.com/blog/2009/07/debugging-file-locking-in-the-gac/comment-page-1/#comment-58</link>
		<dc:creator>Ryan Wheeler</dc:creator>
		<pubDate>Fri, 18 Feb 2011 23:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexangas.com/blog/?p=176#comment-58</guid>
		<description>I&#039;ve posted a question on StackOverflow that may be of interest - http://stackoverflow.com/questions/5047694/sharepoints-owstimer-service-keeping-references-to-feature-receiver-assemblies</description>
		<content:encoded><![CDATA[<p>I&#8217;ve posted a question on StackOverflow that may be of interest &#8211; <a href="http://stackoverflow.com/questions/5047694/sharepoints-owstimer-service-keeping-references-to-feature-receiver-assemblies" rel="nofollow">http://stackoverflow.com/questions/5047694/sharepoints-owstimer-service-keeping-references-to-feature-receiver-assemblies</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging file locking in the GAC by Ryan</title>
		<link>http://www.alexangas.com/blog/2009/07/debugging-file-locking-in-the-gac/comment-page-1/#comment-57</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 18 Feb 2011 23:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexangas.com/blog/?p=176#comment-57</guid>
		<description>Fantastic Alex! This is just haunting me at the moment, damn OWSTIMER! 

Minor point - looks like assemblies are moved to c:windowsassemblytemp when Fusion *uninstalls* an assembly from the GAC but its still being used by OWSTIMER - see http://blogs.msdn.com/b/junfeng/archive/2006/11/17/gac-temp-and-tmp.aspx

I&#039;ve verified this with process explorer and a feature receiver. On install OWSTIMER&#039;s handle is to the normal GAC localation but after uninstall its moved to temp.</description>
		<content:encoded><![CDATA[<p>Fantastic Alex! This is just haunting me at the moment, damn OWSTIMER! </p>
<p>Minor point &#8211; looks like assemblies are moved to c:windowsassemblytemp when Fusion *uninstalls* an assembly from the GAC but its still being used by OWSTIMER &#8211; see <a href="http://blogs.msdn.com/b/junfeng/archive/2006/11/17/gac-temp-and-tmp.aspx" rel="nofollow">http://blogs.msdn.com/b/junfeng/archive/2006/11/17/gac-temp-and-tmp.aspx</a></p>
<p>I&#8217;ve verified this with process explorer and a feature receiver. On install OWSTIMER&#8217;s handle is to the normal GAC localation but after uninstall its moved to temp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project Server ItemSwapper control by Anky</title>
		<link>http://www.alexangas.com/blog/2008/07/project-server-itemswapper-control/comment-page-1/#comment-47</link>
		<dc:creator>Anky</dc:creator>
		<pubDate>Thu, 05 Aug 2010 05:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://alexangas.wordpress.com/?p=24#comment-47</guid>
		<description>Hi Alex,&lt;br&gt;What all DLLs i need to add to my project for this control? I am getting the following error when i try to use this control in my project. Please guide me.&lt;br&gt;&lt;br&gt;Could not load file or assembly &#039;Microsoft.Office.Project.Server.Optimizer&#039; or one of its dependencies. An attempt was made to load a program with an incorrect format. &lt;br&gt;FYI- I tried by including Microsoft.Office.Project.Server.Optimizer.dll as well</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />What all DLLs i need to add to my project for this control? I am getting the following error when i try to use this control in my project. Please guide me.</p>
<p>Could not load file or assembly &#39;Microsoft.Office.Project.Server.Optimizer&#39; or one of its dependencies. An attempt was made to load a program with an incorrect format. <br />FYI- I tried by including Microsoft.Office.Project.Server.Optimizer.dll as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project Server ItemSwapper control by Roy</title>
		<link>http://www.alexangas.com/blog/2008/07/project-server-itemswapper-control/comment-page-1/#comment-44</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Tue, 08 Jun 2010 03:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://alexangas.wordpress.com/?p=24#comment-44</guid>
		<description>Hi Alex,&lt;br&gt;Would you happen to know how to use the TreePicker control in a similar manner?&lt;br&gt;&lt;br&gt;Thanks, &lt;br&gt;Roy</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />Would you happen to know how to use the TreePicker control in a similar manner?</p>
<p>Thanks, <br />Roy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;The rows you modified could not be saved to the server due to validation errors&#8221; by jarana</title>
		<link>http://www.alexangas.com/blog/2009/07/the-rows-you-modified-could-not-be-saved-to-the-server-due-to-validation-errors/comment-page-1/#comment-38</link>
		<dc:creator>jarana</dc:creator>
		<pubDate>Thu, 06 May 2010 03:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://alexangas.com/blog/?p=155#comment-38</guid>
		<description>thanks, just setting &quot;Title&quot; as non required fixes the problem</description>
		<content:encoded><![CDATA[<p>thanks, just setting &#8220;Title&#8221; as non required fixes the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;The rows you modified could not be saved to the server due to validation errors&#8221; by jarana</title>
		<link>http://www.alexangas.com/blog/2009/07/the-rows-you-modified-could-not-be-saved-to-the-server-due-to-validation-errors/comment-page-1/#comment-36</link>
		<dc:creator>jarana</dc:creator>
		<pubDate>Wed, 05 May 2010 18:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://alexangas.com/blog/?p=155#comment-36</guid>
		<description>thanks, just setting &quot;Title&quot; as non required fixes the problem</description>
		<content:encoded><![CDATA[<p>thanks, just setting &#8220;Title&#8221; as non required fixes the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint and SQL schemas by Alex Angas</title>
		<link>http://www.alexangas.com/blog/2008/09/sharepoint-and-sql-schemas/comment-page-1/#comment-39</link>
		<dc:creator>Alex Angas</dc:creator>
		<pubDate>Mon, 22 Mar 2010 15:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://alexangas.wordpress.com/?p=41#comment-39</guid>
		<description>James, it&#039;s comments like yours take help to make supporting the community worthwhile. Thank you and I&#039;m glad I could help!</description>
		<content:encoded><![CDATA[<p>James, it&#39;s comments like yours take help to make supporting the community worthwhile. Thank you and I&#39;m glad I could help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.alexangas.com @ 2012-02-07 12:05:49 -->
