<?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 www.michaelbowersox.com</title>
	<atom:link href="http://www.michaelbowersox.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelbowersox.com</link>
	<description></description>
	<lastBuildDate>Fri, 19 Feb 2010 17:20:29 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How To Create a Basic SharePoint Web Part by Adding Configurable Properties to a SharePoint Web Part&#8217;s Tool Pane &#171; www.michaelbowersox.com</title>
		<link>http://www.michaelbowersox.com/2010/01/15/how-to-create-a-basic-sharepoint-web-part/comment-page-1/#comment-26</link>
		<dc:creator>Adding Configurable Properties to a SharePoint Web Part&#8217;s Tool Pane &#171; www.michaelbowersox.com</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=531#comment-26</guid>
		<description>[...] Contact        &#171; How To Create a Basic SharePoint Web Part [...]</description>
		<content:encoded><![CDATA[<p>[...] Contact        &laquo; How To Create a Basic SharePoint Web Part [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Properly Enumerate User Profiles using the SharePoint User Profile Web Service by SharePoint user profiles &#171; Reserved Words</title>
		<link>http://www.michaelbowersox.com/2009/03/31/how-to-properly-enumerate-user-profiles-using-the-sharepoint-user-profile-web-service/comment-page-1/#comment-25</link>
		<dc:creator>SharePoint user profiles &#171; Reserved Words</dc:creator>
		<pubDate>Thu, 18 Feb 2010 02:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=313#comment-25</guid>
		<description>[...] How To Properly Enumerate User Profiles using the SharePoint User Profile Web Service [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Properly Enumerate User Profiles using the SharePoint User Profile Web Service [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intro to WSPBuilder by How To Create a Basic SharePoint Web Part &#171; www.michaelbowersox.com</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-24</link>
		<dc:creator>How To Create a Basic SharePoint Web Part &#171; www.michaelbowersox.com</dc:creator>
		<pubDate>Fri, 15 Jan 2010 20:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-24</guid>
		<description>[...] menu as well.  (If you need more information or guidance on using WSPBuilder, please visit my Intro to WSPBuilder [...]</description>
		<content:encoded><![CDATA[<p>[...] menu as well.  (If you need more information or guidance on using WSPBuilder, please visit my Intro to WSPBuilder [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Executing Code in Assemblies with SharePoint CustomActions by Michael Bowersox</title>
		<link>http://www.michaelbowersox.com/2009/07/23/executing-code-in-assemblies-with-sharepoint-customactions/comment-page-1/#comment-21</link>
		<dc:creator>Michael Bowersox</dc:creator>
		<pubDate>Tue, 25 Aug 2009 01:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=469#comment-21</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-20&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-20&quot; rel=&quot;nofollow&quot;&gt;TerryR&lt;/a&gt; :&lt;/strong&gt;
          &lt;p&gt;I tried to repeat this technique but did not succeed.   My project, builds, deploys, and is available for activation.  I activated it on a site then created a new list but the new control was not visible on the DispForm&lt;/p&gt;
         &lt;/blockquote&gt;

Hey Terry,

Can you verify that your CompleteTask is a public class and that you have indeed used the correct assembly information in the elements.xml file?  If the CompleteTask is not a public class, the SPLinkButton will not be visible on the DisplayForm.  Are you using a task list?  I ran through the tutorial just now and did not encounter any problems here.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-20"><p>
<strong><a href="#comment-20" rel="nofollow">TerryR</a> :</strong></p>
<p>I tried to repeat this technique but did not succeed.   My project, builds, deploys, and is available for activation.  I activated it on a site then created a new list but the new control was not visible on the DispForm</p>
</blockquote>
<p>Hey Terry,</p>
<p>Can you verify that your CompleteTask is a public class and that you have indeed used the correct assembly information in the elements.xml file?  If the CompleteTask is not a public class, the SPLinkButton will not be visible on the DisplayForm.  Are you using a task list?  I ran through the tutorial just now and did not encounter any problems here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Executing Code in Assemblies with SharePoint CustomActions by TerryR</title>
		<link>http://www.michaelbowersox.com/2009/07/23/executing-code-in-assemblies-with-sharepoint-customactions/comment-page-1/#comment-20</link>
		<dc:creator>TerryR</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=469#comment-20</guid>
		<description>I tried to repeat this technique but did not succeed.   My project, builds, deploys, and is available for activation.  I activated it on a site then created a new list but the new control was not visible on the DispForm</description>
		<content:encoded><![CDATA[<p>I tried to repeat this technique but did not succeed.   My project, builds, deploys, and is available for activation.  I activated it on a site then created a new list but the new control was not visible on the DispForm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WSPBuilder Folder Structure by sharepoint developer resources &#187; WSPbuilder documentation</title>
		<link>http://www.michaelbowersox.com/2009/01/28/wspbuilder-folder-structure/comment-page-1/#comment-15</link>
		<dc:creator>sharepoint developer resources &#187; WSPbuilder documentation</dc:creator>
		<pubDate>Mon, 20 Jul 2009 14:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=209#comment-15</guid>
		<description>[...] WSPBuilder Folder Structure http://www.michaelbowersox.com/2009/01/28/wspbuilder-folder-structure/ [...]</description>
		<content:encoded><![CDATA[<p>[...] WSPBuilder Folder Structure <a href="http://www.michaelbowersox.com/2009/01/28/wspbuilder-folder-structure/" rel="nofollow">http://www.michaelbowersox.com/2009/01/28/wspbuilder-folder-structure/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intro to WSPBuilder by sharepoint developer resources &#187; WSPbuilder documentation</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-14</link>
		<dc:creator>sharepoint developer resources &#187; WSPbuilder documentation</dc:creator>
		<pubDate>Mon, 20 Jul 2009 14:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-14</guid>
		<description>[...] Intro to WSPBuilder http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Intro to WSPBuilder <a href="http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/" rel="nofollow">http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode Intellisense Shortcut by nick5454</title>
		<link>http://www.michaelbowersox.com/2008/12/29/xcode-intellisense-shortcut/comment-page-1/#comment-13</link>
		<dc:creator>nick5454</dc:creator>
		<pubDate>Thu, 16 Jul 2009 15:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=48#comment-13</guid>
		<description>Actually the xCode 3.2 has code sense. I would kill to have sharper in xCode. :)</description>
		<content:encoded><![CDATA[<p>Actually the xCode 3.2 has code sense. I would kill to have sharper in xCode. <img src='http://www.michaelbowersox.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode Intellisense Shortcut by nick5454</title>
		<link>http://www.michaelbowersox.com/2008/12/29/xcode-intellisense-shortcut/comment-page-1/#comment-12</link>
		<dc:creator>nick5454</dc:creator>
		<pubDate>Thu, 16 Jul 2009 13:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=48#comment-12</guid>
		<description>So have you found any third party xcode intellisense? I&#039;m dieing here...lol</description>
		<content:encoded><![CDATA[<p>So have you found any third party xcode intellisense? I&#8217;m dieing here&#8230;lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intro to WSPBuilder by Good WSPBuilder tutorial &#171; SharePoint WTF Moments</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-9</link>
		<dc:creator>Good WSPBuilder tutorial &#171; SharePoint WTF Moments</dc:creator>
		<pubDate>Wed, 10 Jun 2009 17:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-9</guid>
		<description>[...] http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/" rel="nofollow">http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
