<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Alex&#039;s SharePoint Blog</title>
	<atom:link href="http://sharepointcoding.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointcoding.wordpress.com</link>
	<description>A day in the life of a gadget loving SharePoint/Application Developer.</description>
	<lastBuildDate>Thu, 12 Nov 2009 12:46:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sharepointcoding.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/714a5d679be09c9afac49286d5479dba?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Alex&#039;s SharePoint Blog</title>
		<link>http://sharepointcoding.wordpress.com</link>
	</image>
			<item>
		<title>Getting started with Silverlight 3 and SharePoint</title>
		<link>http://sharepointcoding.wordpress.com/2009/11/12/getting-started-with-silverlight-3-and-sharepoint/</link>
		<comments>http://sharepointcoding.wordpress.com/2009/11/12/getting-started-with-silverlight-3-and-sharepoint/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 10:58:32 +0000</pubDate>
		<dc:creator>alex350r</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[SharePoint Administration]]></category>
		<category><![CDATA[SharePoint Development]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://sharepointcoding.wordpress.com/2009/11/12/getting-started-with-silverlight-3-and-sharepoint/</guid>
		<description><![CDATA[ Recently I have been focusing on creating some Silverlight charts using the ‘Silverlight Toolkit’ from Codeplex (see the link in the instructions below).
Once I had created my first chart I wondered how to get it to display in SharePoint. It seems there are a number of options for displaying a Silverlight application (xap) in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=348&subd=sharepointcoding&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://sharepointcoding.files.wordpress.com/2009/11/silverlightlogo_1.jpg"><img style="display:inline;margin-left:0;margin-right:0;border:0;" title="Silverlight Logo" src="http://sharepointcoding.files.wordpress.com/2009/11/silverlightlogo_1_thumb.jpg?w=99&#038;h=95" border="0" alt="Silverlight Logo" width="99" height="95" align="left" /></a> Recently I have been focusing on creating some Silverlight charts using the ‘Silverlight Toolkit’ from Codeplex (see the link in the instructions below).</p>
<p>Once I had created my first chart I wondered how to get it to display in SharePoint. It seems there are a number of options for displaying a Silverlight application (xap) in a SharePoint web part.</p>
<p>I found lots of blog posts that described separate bits of configuring I needed to do to get Silverlight working happily in SharePoint. I&#8217;ve decided to create a getting started list of what you need to do to get Silverlight installed and how to display your xap file with the built in &#8216;Content Editor Web Part’. I have linked to other blog posts where necessary.</p>
<p><strong><span style="text-decoration:underline;">Configuration</span></strong></p>
<p>1. Download and install the Silverlight 3 runtime from silverlight.net -</p>
<p><a title="http://silverlight.net/getstarted/silverlight3/" href="http://silverlight.net/getstarted/silverlight3/">http://silverlight.net/getstarted/silverlight3/</a></p>
<p>2. Download and install the Silverlight 3 SDK and tools for Visual Studio from the silverlight site - </p>
<p><a title="http://silverlight.net/getstarted/" href="http://silverlight.net/getstarted/">http://silverlight.net/getstarted/</a></p>
<p>3. &lt;Optional&gt; Download and install the Silverlight Toolkit (If you want to use some of these cool and free Silverlight controls) -</p>
<p><a title="http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30514" href="http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30514">http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30514</a></p>
<p>4. If you are running Windows Server 2008 you can skip this step as the MIME types should have been automatically added to IIS7 for you. For server 2003 users you will need to add the Silverlight MIME types to IIS6, follow the instructions here -</p>
<p><a title="http://blogs.technet.com/jorke/archive/2007/09/11/silverlight-mime-types-in-iis6.aspx" href="http://blogs.technet.com/jorke/archive/2007/09/11/silverlight-mime-types-in-iis6.aspx">http://blogs.technet.com/jorke/archive/2007/09/11/silverlight-mime-types-in-iis6.aspx</a></p>
<p>5. This step involves configuring the web.config files for the SharePoint sites that you wish to run your Silverlight applications in. Follow the instructions on this blog post -</p>
<p><a title="http://blogs.msdn.com/steve_fox/archive/2009/03/11/amending-the-web-config-file-to-support-silverlight-development-on-sharepoint.aspx" href="http://blogs.msdn.com/steve_fox/archive/2009/03/11/amending-the-web-config-file-to-support-silverlight-development-on-sharepoint.aspx">http://blogs.msdn.com/steve_fox/archive/2009/03/11/amending-the-web-config-file-to-support-silverlight-development-on-sharepoint.aspx</a></p>
<p>6. Ensure that the assembly <strong>System.Web.Silverlight </strong>is in the global assembly cache. If not then you can find it at the following location -</p>
<p>C:\Program Files\Microsoft SDKs\Silverlight\v3.0\Libraries\Server</p>
<p>7. Configuration complete! – now read on to the deployment section</p>
<p><strong><span style="text-decoration:underline;">Deployment</span></strong></p>
<p>To get your silverlight xap displaying on a SharePoint page follow the steps below. In terms of where to store your .xap file there are a number of places for you to choose. Some people recommend storing it in a folder called ‘ClientBin’ in the IIS virtual directory of the SharePoint web application but I was not able to get this working. I opted for the simplest method which was to store the file in a document library.</p>
<p>1. Upload your Silverlight xap file to a document library</p>
<p>2. Switch to edit mode for your SharePoint page and add a Content Editor Web Part</p>
<p>3. Insert the following HTML code - </p>
<p><span style="color:#0000ff;">&lt;!&#8211;&lt;div width=&#8221;600px&#8221; height=&#8221;100px&#8221; id=&#8221;silverlightControlHost&#8221;&gt;<br />
&lt;object data=&#8221;data:application/x-silverlight&#8221;, type=&#8221;application/x-silverlight-2&#8243; width=&#8221;450&#8243; height=&#8221;450&#8243;&gt;<br />
&lt;param name=&#8221;source&#8221; value=&#8221;</span><a href="http://yoursite/sites/charting/XAPs/SimpleSilverlightChart.xap&quot;/"><span style="color:#0000ff;">http://yoursite/sites/charting/XAPs/SimpleSilverlightChart.xap&#8221;/</span></a><span style="color:#0000ff;">&gt;<br />
&lt;param name=&#8221;onerror&#8221; value=&#8221;onSilverlightError&#8221; /&gt;<br />
&lt;param name=&#8221;background&#8221; value=&#8221;white&#8221; /&gt;<br />
&lt;a href=&#8221;</span><a href="http://go.microsoft.com/fwlink/?LinkID=108182&quot;"><span style="color:#0000ff;">http://go.microsoft.com/fwlink/?LinkID=108182&#8243;</span></a><span style="color:#0000ff;"> style=&#8221;text-decoration: none;&#8221;&gt;<br />
&lt;img src=&#8221;</span><a href="http://go.microsoft.com/fwlink?LinkID=108101&quot;"><span style="color:#0000ff;">http://go.microsoft.com/fwlink?LinkID=108101&#8243;</span></a><span style="color:#0000ff;"> alt=&#8221;Get Microsoft Silverlight&#8221; style=&#8221;border-style: none&#8221;/&gt;<br />
&lt;/a&gt;<br />
&lt;/object&gt;<br />
&lt;iframe style=&#8217;visibility:hidden;height:0;width:0;border:0px&#8217;&gt;&lt;/iframe&gt;<br />
&lt;/div&gt; –&gt;</span></p>
<p>Remember to remove the comments from the above code and replace the param value=”” with the url to your document library and xap file.</p>
<p>4. Click apply and save the changes to your content editor web part</p>
<p>5. If all went well you should be seeing your Silverlight application displaying correctly!</p>
<p>Note: You may need to play around with the width and height of both the &lt;div&gt; and &lt;object&gt; tags to size them correctly for your Silverlight application.</p>
<p>Good Luck! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointcoding.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointcoding.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointcoding.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointcoding.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointcoding.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointcoding.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointcoding.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointcoding.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointcoding.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointcoding.wordpress.com/348/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=348&subd=sharepointcoding&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointcoding.wordpress.com/2009/11/12/getting-started-with-silverlight-3-and-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cddfde5aeb8cc2a5676606d6bf05265?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex350r</media:title>
		</media:content>

		<media:content url="http://sharepointcoding.files.wordpress.com/2009/11/silverlightlogo_1_thumb.jpg" medium="image">
			<media:title type="html">Silverlight Logo</media:title>
		</media:content>
	</item>
		<item>
		<title>My Top 5 IE8 Accelerators</title>
		<link>http://sharepointcoding.wordpress.com/2009/11/06/my-top-5-ie8-accelerators/</link>
		<comments>http://sharepointcoding.wordpress.com/2009/11/06/my-top-5-ie8-accelerators/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 12:36:57 +0000</pubDate>
		<dc:creator>alex350r</dc:creator>
				<category><![CDATA[Accelerators]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sharepointcoding.wordpress.com/2009/11/06/my-top-5-ie8-accelerators/</guid>
		<description><![CDATA[If you haven’t heard of them ‘Accelerators’ are a new feature in IE8 which are designed to make your browsing tasks quicker and easier.
Accelerators allow you to perform an action by simply highlighting text on a webpage or just right clicking on a page and selecting your chosen accelerator.
Below are my top 5 IE8 accelerators:
1. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=345&subd=sharepointcoding&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you haven’t heard of them ‘Accelerators’ are a new feature in IE8 which are designed to make your browsing tasks quicker and easier.</p>
<p>Accelerators allow you to perform an action by simply highlighting text on a webpage or just right clicking on a page and selecting your chosen accelerator.</p>
<p>Below are my top 5 IE8 accelerators:</p>
<p>1. ‘<strong>Google Reader Accelerator’</strong> </p>
<p>Simply right click on the RSS feed page and click the accelerator to subscribe to it with your Google reader account.</p>
<p><a href="http://sharepointcoding.files.wordpress.com/2009/11/image.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://sharepointcoding.files.wordpress.com/2009/11/image_thumb.png?w=199&#038;h=24" width="199" height="24" /></a></p>
<p><a title="http://www.ieaddons.com/en/details/bookmarks/Subscribe_with_Google_Reader/" href="http://www.ieaddons.com/en/details/bookmarks/Subscribe_with_Google_Reader/">http://www.ieaddons.com/en/details/bookmarks/Subscribe_with_Google_Reader/</a></p>
<p>2. <strong>‘WordPress Accelerator’</strong></p>
<p>Select any text on a webpage and select the accelerator to start a new blog post containing the selected text.</p>
<p><a href="http://sharepointcoding.files.wordpress.com/2009/11/image1.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://sharepointcoding.files.wordpress.com/2009/11/image_thumb1.png?w=162&#038;h=29" width="162" height="29" /></a></p>
<p><a href="http://www.wordpress.com">http://www.wordpress.com</a></p>
<p>(Login to your dashboard and you should find it available for download) </p>
</p>
</p>
<p>3. ‘<strong>Twitter Accelerator’</strong></p>
<p>Select some text on a page and select the twitter accelerator to send the text as a tweet from your twitter account.</p>
<p><a href="http://sharepointcoding.files.wordpress.com/2009/11/image2.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://sharepointcoding.files.wordpress.com/2009/11/image_thumb2.png?w=122&#038;h=24" width="122" height="24" /></a> </p>
<p><a title="http://openbrolly.com/2008/08/31/ie8-accelerator-for-twitter/" href="http://openbrolly.com/2008/08/31/ie8-accelerator-for-twitter/">http://openbrolly.com/2008/08/31/ie8-accelerator-for-twitter/</a></p>
<p>4. ‘<strong>Google Maps Accelerator’</strong></p>
<p>Select any bit of text (Postcode, Address etc) and select the google maps accelerator to open the location in google maps.</p>
<p><a href="http://sharepointcoding.files.wordpress.com/2009/11/image3.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointcoding.files.wordpress.com/2009/11/image_thumb3.png?w=160&#038;h=28" width="160" height="28" /></a> </p>
<p><a title="http://ie.microsoft.com/activities/en-en/Default.aspx" href="http://ie.microsoft.com/activities/en-en/Default.aspx">http://ie.microsoft.com/activities/en-en/Default.aspx</a></p>
<p>5. ‘<strong>Google Mail Accelerator’</strong></p>
<p>Select some text and select the google mail accelerator to create a new email message containing the selected text.</p>
<p><a href="http://sharepointcoding.files.wordpress.com/2009/11/image4.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointcoding.files.wordpress.com/2009/11/image_thumb4.png?w=125&#038;h=25" width="125" height="25" /></a>&#160;</p>
<p><a title="http://ie.microsoft.com/activities/en-en/Default.aspx" href="http://ie.microsoft.com/activities/en-en/Default.aspx">http://ie.microsoft.com/activities/en-en/Default.aspx</a></p>
<p>Hope you find these accelerators helpful and as useful as I do!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointcoding.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointcoding.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointcoding.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointcoding.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointcoding.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointcoding.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointcoding.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointcoding.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointcoding.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointcoding.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=345&subd=sharepointcoding&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointcoding.wordpress.com/2009/11/06/my-top-5-ie8-accelerators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cddfde5aeb8cc2a5676606d6bf05265?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex350r</media:title>
		</media:content>

		<media:content url="http://sharepointcoding.files.wordpress.com/2009/11/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointcoding.files.wordpress.com/2009/11/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointcoding.files.wordpress.com/2009/11/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointcoding.files.wordpress.com/2009/11/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointcoding.files.wordpress.com/2009/11/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Chart Controls for .NET &#8211; Error executing child request for ChartImg.axd</title>
		<link>http://sharepointcoding.wordpress.com/2009/11/03/microsoft-chart-controls-for-net-error-executing-child-request-for-chartimg-axd/</link>
		<comments>http://sharepointcoding.wordpress.com/2009/11/03/microsoft-chart-controls-for-net-error-executing-child-request-for-chartimg-axd/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 15:56:44 +0000</pubDate>
		<dc:creator>alex350r</dc:creator>
				<category><![CDATA[SharePoint Administration]]></category>
		<category><![CDATA[SharePoint Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[.NET 3.5 SP1]]></category>
		<category><![CDATA[Chart Controls]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://sharepointcoding.wordpress.com/2009/11/03/microsoft-chart-controls-for-net-error-executing-child-request-for-chartimg-axd/</guid>
		<description><![CDATA[I ran into this error today when attempting to show a web part on a SharePoint site that utilises the .NET 3.5 Chart Controls from MS (See link at the bottom of the post).
When the page opened it bombed out with the above error, some research found the following question on stackoverflow &#8211; 
http://stackoverflow.com/questions/302820/net-3-5-chart-controls-exception-error-executing-child-request-for-chartimg-axd
To fix [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=333&subd=sharepointcoding&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I ran into this error today when attempting to show a web part on a SharePoint site that utilises the .NET 3.5 Chart Controls from MS (See link at the bottom of the post).</p>
<p>When the page opened it bombed out with the above error, some research found the following question on stackoverflow &#8211; </p>
<p><a title="http://stackoverflow.com/questions/302820/net-3-5-chart-controls-exception-error-executing-child-request-for-chartimg-axd" href="http://stackoverflow.com/questions/302820/net-3-5-chart-controls-exception-error-executing-child-request-for-chartimg-axd">http://stackoverflow.com/questions/302820/net-3-5-chart-controls-exception-error-executing-child-request-for-chartimg-axd</a></p>
<p>To fix this error you need to add the following entry into the &lt;HttpHandlers&gt; section of the web.config file:</p>
<p align="left"><em>&lt;add path=&quot;ChartImg.axd&quot; verb=&quot;GET,HEAD,POST&quot; type=&quot;System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; validate=&quot;false&quot; /&gt;</em></p>
<p align="left">When I refreshed the page, I received another error – this time it was:</p>
<p align="left"><em><strong>Invalid temp directory in chart handler configuration</strong></em></p>
<p align="left">If you too get this error then you need to make sure you have the following line in the &lt;appSettings&gt; section of the web.config:</p>
<p align="left"><em>&lt;add key=&quot;ChartImageHandler&quot; value=&quot;storage=file;timeout=20;dir=c:\TempImageFiles\;&quot; /&gt;</em></p>
<p align="left">Also make sure that the above directory ‘TempImageFiles’ exists on the C: drive or you can change this to any other directory that you like.</p>
<p align="left">Hope this helps! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align="left"><strong>Download link for MS Chart Controls:</strong></p>
<p align="left"><a title="http://www.microsoft.com/downloads/details.aspx?FamilyId=130F7986-BF49-4FE5-9CA8-910AE6EA442C&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=130F7986-BF49-4FE5-9CA8-910AE6EA442C&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=130F7986-BF49-4FE5-9CA8-910AE6EA442C&amp;displaylang=en</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointcoding.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointcoding.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointcoding.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointcoding.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointcoding.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointcoding.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointcoding.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointcoding.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointcoding.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointcoding.wordpress.com/333/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=333&subd=sharepointcoding&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointcoding.wordpress.com/2009/11/03/microsoft-chart-controls-for-net-error-executing-child-request-for-chartimg-axd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cddfde5aeb8cc2a5676606d6bf05265?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex350r</media:title>
		</media:content>
	</item>
		<item>
		<title>Pre-register for SharePoint 2010 beta</title>
		<link>http://sharepointcoding.wordpress.com/2009/10/30/pre-register-for-sharepoint-2010-beta/</link>
		<comments>http://sharepointcoding.wordpress.com/2009/10/30/pre-register-for-sharepoint-2010-beta/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 12:00:46 +0000</pubDate>
		<dc:creator>alex350r</dc:creator>
				<category><![CDATA[SharePoint Administration]]></category>
		<category><![CDATA[SharePoint Chat]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Beta]]></category>

		<guid isPermaLink="false">http://sharepointcoding.wordpress.com/2009/10/30/pre-register-for-sharepoint-2010-beta/</guid>
		<description><![CDATA[ 
In case you haven’t seen this link floating around the web or on twitter yet then here it is:
http://sharepoint2010.microsoft.com/try-it/Pages/Trial.aspx
Simply head over the site and register, you will then be notified as soon as the public beta of SharePoint 2010 becomes available in November  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=329&subd=sharepointcoding&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="logo" border="0" alt="logo" src="http://sharepointcoding.files.wordpress.com/2009/10/logo1.gif?w=230&#038;h=53" width="230" height="53" /> </p>
<p>In case you haven’t seen this link floating around the web or on twitter yet then here it is:</p>
<p><a title="http://sharepoint2010.microsoft.com/try-it/Pages/Trial.aspx" href="http://sharepoint2010.microsoft.com/try-it/Pages/Trial.aspx">http://sharepoint2010.microsoft.com/try-it/Pages/Trial.aspx</a></p>
<p>Simply head over the site and register, you will then be notified as soon as the public beta of SharePoint 2010 becomes available in November <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointcoding.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointcoding.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointcoding.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointcoding.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointcoding.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointcoding.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointcoding.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointcoding.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointcoding.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointcoding.wordpress.com/329/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=329&subd=sharepointcoding&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointcoding.wordpress.com/2009/10/30/pre-register-for-sharepoint-2010-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cddfde5aeb8cc2a5676606d6bf05265?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex350r</media:title>
		</media:content>

		<media:content url="http://sharepointcoding.files.wordpress.com/2009/10/logo1.gif" medium="image">
			<media:title type="html">logo</media:title>
		</media:content>
	</item>
		<item>
		<title>SPListitem.File.Versions &#8211; System.Argument.Exception</title>
		<link>http://sharepointcoding.wordpress.com/2009/10/28/splistitem-file-versions-system-argument-exception/</link>
		<comments>http://sharepointcoding.wordpress.com/2009/10/28/splistitem-file-versions-system-argument-exception/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 12:40:03 +0000</pubDate>
		<dc:creator>alex350r</dc:creator>
				<category><![CDATA[SharePoint Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Object Model]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SPFileVersion]]></category>
		<category><![CDATA[SPListItem]]></category>
		<category><![CDATA[SPView]]></category>

		<guid isPermaLink="false">http://sharepointcoding.wordpress.com/2009/10/28/splistitem-file-versions-system-argument-exception/</guid>
		<description><![CDATA[I was writing some code yesterday to loop through the list items in a SharePoint list and then loop through each version of the SPListItem’s underlying file.
Here is the code I was using -
using (SPSite site = new SPSite(&#34;http://theserver/&#34;))      &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {         &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=324&subd=sharepointcoding&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was writing some code yesterday to loop through the list items in a SharePoint list and then loop through each version of the SPListItem’s underlying file.</p>
<p>Here is the code I was using -</p>
<blockquote><p><font color="#0000ff"><strong>using (SPSite site = new SPSite(&quot;</strong></font><a href="http://theserver/&quot;))"><font color="#0000ff"><strong>http://theserver/&quot;))</strong></font></a>      <br /><font color="#0000ff"><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {         <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; using (SPWeb web = site.OpenWeb())          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; SPList list = web.Lists[&quot;The List&quot;];          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; SPView view = list.Views[new Guid(&quot;D9E7BDDC-4C77-4386-BA0E-A786D58EE199&quot;)]; </strong></font></p>
<p><font color="#0000ff"><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; SPListItemCollection itemCol = list.GetItems(view); </strong></font></p>
<p><font color="#0000ff"><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; foreach (SPListItem item in itemCol)         <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; foreach (SPFileVersion version in item.File.Versions)          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; string url = version.Url;          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; } </strong></font></p>
<p><font color="#0000ff"><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }         <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</strong></font></p>
</blockquote>
<blockquote></blockquote>
<p>When the code hit the ‘item.File.Versions’ collection it threw a System.Argument.Exception. This really stumped me and I couldn’t figure out at all while the collection was throwing this exception.</p>
<p>After a lot of researching I found this blog post &#8211; </p>
<p><a title="http://www.mtelligent.com/journal/2007/10/17/the-insanity-of-getting-versions-of-a-multilinetext-box-set-.html" href="http://www.mtelligent.com/journal/2007/10/17/the-insanity-of-getting-versions-of-a-multilinetext-box-set-.html">http://www.mtelligent.com/journal/2007/10/17/the-insanity-of-getting-versions-of-a-multilinetext-box-set-.html</a></p>
<p>In this post, David talks about getting the same exception when he is trying to access the list item’s file versions. If you scroll down and look at the comments you you will see that this only seems to be a problem if you are getting the SPListItem as the result of an SPQuery (in my case the spquery is actually an SPView).</p>
<p>This is most likely because getting the item using an SPQuery returns the list item with a minimum amount of data, therefore the versions are not accessible.</p>
<p>The solution here is to create another instance of the SPListItem by using the GetItemById() method which will return all the properties for the list item. This way the SPListItem.File.Versions collection will be accessible and we can iterate through it. </p>
<p>See the correct code &#8211; </p>
<blockquote><p><strong><font color="#0000ff">using (SPSite site = new SPSite(&quot;</font></strong><a href="http://theserver/&quot;))"><strong><font color="#0000ff">http://theserver/&quot;))</font></strong></a>      <br /><strong><font color="#0000ff">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {         <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; using (SPWeb web = site.OpenWeb())          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; SPList list = web.Lists[&quot;The List&quot;];          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; SPView view = list.Views[new Guid(&quot;D9E7BDDC-4C77-4386-BA0E-A786D58EE199&quot;)]; </font></strong></p>
<p><strong><font color="#0000ff">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; SPListItemCollection itemCol = list.GetItems(view); </font></strong></p>
<p><strong><font color="#0000ff">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; foreach (SPListItem item in itemCol)         <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {</font></strong></p>
<p><strong><font color="#0000ff">//Get a reference to the item again by the ID</font></strong></p>
<p><strong><font color="#0000ff">SPListItem theItem = list.GetItemById(item.ID);</font></strong></p>
<p><strong><font color="#0000ff">//The versions collection should now be populated (if versions are available) and no exception should be thrown</font></strong></p>
<p><strong><font color="#0000ff">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; foreach (SPFileVersion version in theItem.File.Versions)         <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; string url = version.Url;          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; } </font></strong></p>
<p><strong><font color="#0000ff">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }         <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }          <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</font></strong></p>
</blockquote>
<p>Hope this helps someone! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointcoding.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointcoding.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointcoding.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointcoding.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointcoding.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointcoding.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointcoding.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointcoding.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointcoding.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointcoding.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=324&subd=sharepointcoding&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointcoding.wordpress.com/2009/10/28/splistitem-file-versions-system-argument-exception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cddfde5aeb8cc2a5676606d6bf05265?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex350r</media:title>
		</media:content>
	</item>
		<item>
		<title>Copying files to the 12 Hive with VSEWSS Extensions 1.3</title>
		<link>http://sharepointcoding.wordpress.com/2009/10/26/copying-files-to-the-12-hive-with-vsewss-extensions-1-3/</link>
		<comments>http://sharepointcoding.wordpress.com/2009/10/26/copying-files-to-the-12-hive-with-vsewss-extensions-1-3/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 14:17:22 +0000</pubDate>
		<dc:creator>alex350r</dc:creator>
				<category><![CDATA[SharePoint Development]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[VseWSS]]></category>

		<guid isPermaLink="false">http://sharepointcoding.wordpress.com/2009/10/26/copying-files-to-the-12-hive-with-vsewss-extensions-1-3/</guid>
		<description><![CDATA[This had me stumped for a while earlier, I had created a Web Part project and wanted to include an image to be deployed to the TEMPLATE\IMAGES directory of the 12 hive.
Originally I added a module to the project but this would then copy the image to a folder in the actual site itself which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=323&subd=sharepointcoding&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This had me stumped for a while earlier, I had created a Web Part project and wanted to include an image to be deployed to the TEMPLATE\IMAGES directory of the 12 hive.</p>
<p>Originally I added a module to the project but this would then copy the image to a folder in the actual site itself which I didn’t want.</p>
<p>The solution is to use a ‘Template’ &#8211; </p>
<p>Right click on the project in Visual Studio and select Add &gt; New Item</p>
<p><a href="http://sharepointcoding.files.wordpress.com/2009/10/image.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Add new template to the project" border="0" alt="Add new template to the project" src="http://sharepointcoding.files.wordpress.com/2009/10/image_thumb.png?w=354&#038;h=214" width="354" height="214" /></a> </p>
<p>Select a ‘Template’ and give it a name, this will add a folder in your solution called ‘Templates’ with a text file inside that has the name you gave above.</p>
<p>You can then add the 12 hive TEMPLATES folder structure under here and any files will be copied to the 12 hive when the wsp solution package is installed.</p>
<p><a href="http://sharepointcoding.files.wordpress.com/2009/10/image1.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Templates folder within solution" border="0" alt="Templates folder within solution" src="http://sharepointcoding.files.wordpress.com/2009/10/image_thumb1.png?w=97&#038;h=37" width="97" height="37" /></a> </p>
<p>Hope this helps!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointcoding.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointcoding.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointcoding.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointcoding.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointcoding.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointcoding.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointcoding.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointcoding.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointcoding.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointcoding.wordpress.com/323/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=323&subd=sharepointcoding&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointcoding.wordpress.com/2009/10/26/copying-files-to-the-12-hive-with-vsewss-extensions-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cddfde5aeb8cc2a5676606d6bf05265?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex350r</media:title>
		</media:content>

		<media:content url="http://sharepointcoding.files.wordpress.com/2009/10/image_thumb.png" medium="image">
			<media:title type="html">Add new template to the project</media:title>
		</media:content>

		<media:content url="http://sharepointcoding.files.wordpress.com/2009/10/image_thumb1.png" medium="image">
			<media:title type="html">Templates folder within solution</media:title>
		</media:content>
	</item>
		<item>
		<title>SPBuiltInFieldId &#8211; Very useful</title>
		<link>http://sharepointcoding.wordpress.com/2009/10/22/spbuiltinfieldid-very-useful/</link>
		<comments>http://sharepointcoding.wordpress.com/2009/10/22/spbuiltinfieldid-very-useful/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 13:36:45 +0000</pubDate>
		<dc:creator>alex350r</dc:creator>
				<category><![CDATA[SharePoint Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Object Model]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://sharepointcoding.wordpress.com/2009/10/22/spbuiltinfieldid-very-useful/</guid>
		<description><![CDATA[If you ever need to get the GUID of a built in SharePoint field such as ‘IssueStatus’ (from the standard ‘Issue Tracking’ list) for example then you can use the SPBuiltInFieldId class.
This class contains a number of GUID objects for each type of built in SharePoint field.
To use it simply use the following code:
Guid issueStatus [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=318&subd=sharepointcoding&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you ever need to get the GUID of a built in SharePoint field such as ‘IssueStatus’ (from the standard ‘Issue Tracking’ list) for example then you can use the SPBuiltInFieldId class.</p>
<p>This class contains a number of GUID objects for each type of built in SharePoint field.</p>
<p>To use it simply use the following code:</p>
<p><font color="#0000ff"><strong>Guid issueStatus = SPBuiltInFieldId.IssueStatus;</strong></font></p>
<p>I found this very useful, hope it helps some of you!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointcoding.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointcoding.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointcoding.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointcoding.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointcoding.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointcoding.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointcoding.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointcoding.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointcoding.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointcoding.wordpress.com/318/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=318&subd=sharepointcoding&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointcoding.wordpress.com/2009/10/22/spbuiltinfieldid-very-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cddfde5aeb8cc2a5676606d6bf05265?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex350r</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint 2010 official blog post by Jeff Teper</title>
		<link>http://sharepointcoding.wordpress.com/2009/10/19/sharepoint-2010-official-blog-post-by-jeff-teper/</link>
		<comments>http://sharepointcoding.wordpress.com/2009/10/19/sharepoint-2010-official-blog-post-by-jeff-teper/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 18:41:03 +0000</pubDate>
		<dc:creator>alex350r</dc:creator>
				<category><![CDATA[SharePoint Chat]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SPC09]]></category>

		<guid isPermaLink="false">http://sharepointcoding.wordpress.com/2009/10/19/sharepoint-2010-official-blog-post-by-jeff-teper/</guid>
		<description><![CDATA[Just spotted this on twitter, this blog post by Jeff Teper &#8211; 
http://blogs.msdn.com/sharepoint/archive/2009/10/19/sharepoint-2010.aspx
is a must read for SharePoint 2010. It discloses a lot of the new features present in the new product with a few screenshots too.
I hope you all enjoyed the keynotes, I wasn’t able to go to SPC09 but the streaming of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=317&subd=sharepointcoding&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just spotted this on twitter, this blog post by Jeff Teper &#8211; </p>
<p><a title="http://blogs.msdn.com/sharepoint/archive/2009/10/19/sharepoint-2010.aspx" href="http://blogs.msdn.com/sharepoint/archive/2009/10/19/sharepoint-2010.aspx">http://blogs.msdn.com/sharepoint/archive/2009/10/19/sharepoint-2010.aspx</a></p>
<p>is a must read for SharePoint 2010. It discloses a lot of the new features present in the new product with a few screenshots too.</p>
<p>I hope you all enjoyed the keynotes, I wasn’t able to go to SPC09 but the streaming of the keynotes worked well.</p>
<p>Enjoy <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointcoding.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointcoding.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointcoding.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointcoding.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointcoding.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointcoding.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointcoding.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointcoding.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointcoding.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointcoding.wordpress.com/317/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=317&subd=sharepointcoding&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointcoding.wordpress.com/2009/10/19/sharepoint-2010-official-blog-post-by-jeff-teper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cddfde5aeb8cc2a5676606d6bf05265?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex350r</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint &#8211; The Trial Period for this product has expired error</title>
		<link>http://sharepointcoding.wordpress.com/2009/10/16/sharepoint-the-trial-period-for-this-product-has-expired-error/</link>
		<comments>http://sharepointcoding.wordpress.com/2009/10/16/sharepoint-the-trial-period-for-this-product-has-expired-error/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 15:02:41 +0000</pubDate>
		<dc:creator>alex350r</dc:creator>
				<category><![CDATA[SharePoint Administration]]></category>
		<category><![CDATA[SharePoint ULS Logs]]></category>

		<guid isPermaLink="false">http://sharepointcoding.wordpress.com/?p=314</guid>
		<description><![CDATA[I had this error message today when trying to create a report center site. After looking through the SharePoint logs I found the following lines:
Feature receiver assembly &#8216;Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&#8217;, class &#8216;Microsoft.SharePoint.Publishing.PublishingFeatureHandler&#8217;, method &#8216;FeatureActivated&#8217; for feature &#8216;22a9ef51-737b-4ff2-9346-694633fe4416&#8242; threw an exception: Microsoft.SharePoint.SPException: The trial period for this product has expired.     at Microsoft.SharePoint.Publishing.CmsSecurityUtilities.EnsureEvaluationNotExpired()     at Microsoft.SharePoint.Publishing.PublishingFeatureHandler.FeatureActivated(SPFeatureReceiverProperties receiverProperties)     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=314&subd=sharepointcoding&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I had this error message today when trying to create a report center site. After looking through the SharePoint logs I found the following lines:</p>
<p>Feature receiver assembly &#8216;Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&#8217;, class &#8216;Microsoft.SharePoint.Publishing.PublishingFeatureHandler&#8217;, method &#8216;FeatureActivated&#8217; for feature &#8216;22a9ef51-737b-4ff2-9346-694633fe4416&#8242; threw an exception: Microsoft.SharePoint.SPException: The trial period for this product has expired.     at Microsoft.SharePoint.Publishing.CmsSecurityUtilities.EnsureEvaluationNotExpired()     at Microsoft.SharePoint.Publishing.PublishingFeatureHandler.FeatureActivated(SPFeatureReceiverProperties receiverProperties)     at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce) </p>
<p>Feature Activation: Threw an exception, attempting to roll back.  Feature &#8216;Publishing&#8217; (ID: &#8216;22a9ef51-737b-4ff2-9346-694633fe4416&#8242;).  Exception: Microsoft.SharePoint.SPException: The trial period for this product has expired.     at Microsoft.SharePoint.Publishing.CmsSecurityUtilities.EnsureEvaluationNotExpired()     at Microsoft.SharePoint.Publishing.PublishingFeatureHandler.FeatureActivated(SPFeatureReceiverProperties receiverProperties)     at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce)     at Microsoft.SharePoint.SPFeature.Activate(SPSite siteParent, SPWeb webParent, SPFeaturePropertyCollection props, Boolean fForce) </p>
<p>After some googling around I find the following blog post &#8211; <a href="http://blog.thekid.me.uk/archive/2007/02/05/activating-office-sharepoint-server-publishing-infrastructure-access-denied.aspx">http://blog.thekid.me.uk/archive/2007/02/05/activating-office-sharepoint-server-publishing-infrastructure-access-denied.aspx</a>.</p>
<p>Changing the application pool account worked and the site was created, although I did have a &#8216;File not Found&#8217; error first because I had forgotten to enable the <em>&#8216;Office SharePoint Server Enterprise Site Collection features</em>&#8216; feature in the top level site collection.</p>
<p>Hope this helps!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointcoding.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointcoding.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointcoding.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointcoding.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointcoding.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointcoding.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointcoding.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointcoding.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointcoding.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointcoding.wordpress.com/314/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=314&subd=sharepointcoding&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointcoding.wordpress.com/2009/10/16/sharepoint-the-trial-period-for-this-product-has-expired-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cddfde5aeb8cc2a5676606d6bf05265?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex350r</media:title>
		</media:content>
	</item>
		<item>
		<title>VseWSS 1.3 CTP March 09 &#8211; Still Buggy</title>
		<link>http://sharepointcoding.wordpress.com/2009/10/15/vsewss-1-3-ctp-march-09-still-buggy/</link>
		<comments>http://sharepointcoding.wordpress.com/2009/10/15/vsewss-1-3-ctp-march-09-still-buggy/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 14:15:15 +0000</pubDate>
		<dc:creator>alex350r</dc:creator>
				<category><![CDATA[SharePoint Customisation]]></category>
		<category><![CDATA[SharePoint Development]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[VseWSS]]></category>
		<category><![CDATA[Web Parts]]></category>

		<guid isPermaLink="false">http://sharepointcoding.wordpress.com/?p=304</guid>
		<description><![CDATA[I&#8217;ve been developing a web part today and thought I would try the VseWSS extensions to see if they would get the job done quicker, I normally just create the Visual Studio solution myself and use WSPBuilder (http://www.codeplex.com/wspbuilder) to deploy it.
After I had built my web part I clicked to debug and was presented with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=304&subd=sharepointcoding&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="mceTemp">I&#8217;ve been developing a web part today and thought I would try the VseWSS extensions to see if they would get the job done quicker, I normally just create the Visual Studio solution myself and use WSPBuilder (<a href="http://www.codeplex.com/wspbuilder">http://www.codeplex.com/wspbuilder</a>) to deploy it.</div>
<p>After I had built my web part I clicked to debug and was presented with the following error:</p>
<div class="mceTemp"><img class="alignnone size-full wp-image-312" title="clip_image002_2" src="http://sharepointcoding.files.wordpress.com/2009/10/clip_image002_21.jpg?w=482&#038;h=81" alt="clip_image002_2" width="482" height="81" /></div>
<p>To get past this error I used the following two blog posts:</p>
<p><a href="http://blogs.msdn.com/steve_fox/archive/2009/03/18/vsewss-1-3-post-install-configuration.aspx">http://blogs.msdn.com/steve_fox/archive/2009/03/18/vsewss-1-3-post-install-configuration.aspx</a></p>
<p><a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2009/02/05/vsewss-1-3-ctp-feedback-and-feature-requests.aspx">http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2009/02/05/vsewss-1-3-ctp-feedback-and-feature-requests.aspx</a></p>
<p>It seems that the error is because the account running the application pool for VseWSS web application in IIS does not have the correct permissions. I was on a domain controller so simply gave the account domain admin permissions. This however did not fix the error and I ended up giving the account full control to the folder itself!</p>
<p>When I tried to deploy again I did not get the above error but now a different one (See screenshot below)! I cannot find any more details on this error and the folders specified in the error message do not even exist.  I think im going to go back to using WSPBuilder from now on as it seems the VseWSS extensions are still quite buggy.</p>
<p><img class="alignnone size-full wp-image-310" title="Untitled" src="http://sharepointcoding.files.wordpress.com/2009/10/untitled2.gif?w=510&#038;h=59" alt="Untitled" width="510" height="59" /></p>
<p>If anyone has any more details on the above error and how to fix it then please let me know <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointcoding.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointcoding.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointcoding.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointcoding.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointcoding.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointcoding.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointcoding.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointcoding.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointcoding.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointcoding.wordpress.com/304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointcoding.wordpress.com&blog=4487566&post=304&subd=sharepointcoding&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointcoding.wordpress.com/2009/10/15/vsewss-1-3-ctp-march-09-still-buggy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cddfde5aeb8cc2a5676606d6bf05265?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex350r</media:title>
		</media:content>

		<media:content url="http://sharepointcoding.files.wordpress.com/2009/10/clip_image002_21.jpg" medium="image">
			<media:title type="html">clip_image002_2</media:title>
		</media:content>

		<media:content url="http://sharepointcoding.files.wordpress.com/2009/10/untitled2.gif" medium="image">
			<media:title type="html">Untitled</media:title>
		</media:content>
	</item>
	</channel>
</rss>