<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Ewald Hofman</title>
    <description>Expertise on VSTS</description>
    <link>http://www.ewaldhofman.nl/</link>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>BlogEngine.NET 1.5.0.7</generator>
    <language>nl-nl</language>
    <blogChannel:blogRoll>http://www.ewaldhofman.nl/opml.axd</blogChannel:blogRoll>
    <blogChannel:blink>http://www.dotnetblogengine.net/syndication.axd</blogChannel:blink>
    <dc:creator>Ewald Hofman</dc:creator>
    <dc:title>Ewald Hofman</dc:title>
    <geo:lat>0.000000</geo:lat>
    <geo:long>0.000000</geo:long>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/EwaldHofman" /><feedburner:info uri="ewaldhofman" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><geo:lat>51.966293</geo:lat><geo:long>5.818505</geo:long><item>
      <title>VS 2010 hits RC</title>
      <description>&lt;p&gt;The Release Candidate for VS 2010 is available: &lt;a title="http://blogs.msdn.com/bharry/archive/2010/02/08/vs-2010-net-4-release-candidate-is-available-for-msdn-subscribers.aspx" href="http://blogs.msdn.com/bharry/archive/2010/02/08/vs-2010-net-4-release-candidate-is-available-for-msdn-subscribers.aspx"&gt;http://blogs.msdn.com/bharry/archive/2010/02/08/vs-2010-net-4-release-candidate-is-available-for-msdn-subscribers.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The first impression is that the performance of Visual Studio is astonishing.&lt;/p&gt;  &lt;p&gt;In the coming weeks I will evaluate the product further, and I hope that the VS 2010 version keeps making me proud being a MVP.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EwaldHofman?a=fuWFlFxdoMc:b4frfe7v5ko:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EwaldHofman?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EwaldHofman/~4/fuWFlFxdoMc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/EwaldHofman/~3/fuWFlFxdoMc/post.aspx</link>
      <author>Ewald Hofman</author>
      <comments>http://www.ewaldhofman.nl/post/2010/02/08/VS-2010-hits-RC.aspx#comment</comments>
      <guid isPermaLink="false">http://www.ewaldhofman.nl/post.aspx?id=5ecaed5f-211f-4413-932a-96738fedb7cf</guid>
      <pubDate>Mon, 08 Feb 2010 16:55:50 -1600</pubDate>
      <dc:publisher>Ewald Hofman</dc:publisher>
      <pingback:server>http://www.ewaldhofman.nl/pingback.axd</pingback:server>
      <pingback:target>http://www.ewaldhofman.nl/post.aspx?id=5ecaed5f-211f-4413-932a-96738fedb7cf</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.ewaldhofman.nl/trackback.axd?id=5ecaed5f-211f-4413-932a-96738fedb7cf</trackback:ping>
      <wfw:comment>http://www.ewaldhofman.nl/post/2010/02/08/VS-2010-hits-RC.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.ewaldhofman.nl/syndication.axd?post=5ecaed5f-211f-4413-932a-96738fedb7cf</wfw:commentRss>
    <feedburner:origLink>http://www.ewaldhofman.nl/post.aspx?id=5ecaed5f-211f-4413-932a-96738fedb7cf</feedburner:origLink></item>
    <item>
      <title>Where is the AdditionalReferencePath in TFS 2010?</title>
      <description>&lt;p&gt;When you created a new build definition in TFS 2008, there were a few lines in the TFSBuild.proj file that gave you the ability to give hints where your references were stored. This was very useful when you included the external references in Version Control, so you did not need to install the assemblies in the GAC of every development machine and the build server.&lt;/p&gt;  &lt;p&gt;In TFS 2010, the build is now based on Windows Workflow, and there is no default option to add the hintpaths (or additionalreferencepaths) where the build can find your external files. You now have to specify the paths as MSBuild Arguments. You can do that as following:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Find your build definition in the Team Explorer&lt;/li&gt;    &lt;li&gt;Right click on the build and choose “Edit Build Definition”&lt;/li&gt;    &lt;li&gt;In the list on the left, select the “Process” step&lt;/li&gt;    &lt;li&gt;Open the Advanced secion &lt;/li&gt;    &lt;li&gt;Select the MSBuild Arguments property and type the following: /p:ReferencePath=”&amp;lt;mypath&amp;gt;\&amp;lt;myfile&amp;gt;”&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;You can specify multilple reference paths by adding multiple times the /p:ReferencePath.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EwaldHofman?a=nyZkRv5oJ38:rvLu-0SFOkg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EwaldHofman?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EwaldHofman/~4/nyZkRv5oJ38" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/EwaldHofman/~3/nyZkRv5oJ38/post.aspx</link>
      <author>Ewald Hofman</author>
      <comments>http://www.ewaldhofman.nl/post/2010/02/08/Where-is-the-AdditionalReferencePath-in-TFS-2010.aspx#comment</comments>
      <guid isPermaLink="false">http://www.ewaldhofman.nl/post.aspx?id=7b3bfc45-4f4e-4ecc-9ad6-483b5c0ead75</guid>
      <pubDate>Mon, 08 Feb 2010 16:43:27 -1600</pubDate>
      <dc:publisher>Ewald Hofman</dc:publisher>
      <pingback:server>http://www.ewaldhofman.nl/pingback.axd</pingback:server>
      <pingback:target>http://www.ewaldhofman.nl/post.aspx?id=7b3bfc45-4f4e-4ecc-9ad6-483b5c0ead75</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.ewaldhofman.nl/trackback.axd?id=7b3bfc45-4f4e-4ecc-9ad6-483b5c0ead75</trackback:ping>
      <wfw:comment>http://www.ewaldhofman.nl/post/2010/02/08/Where-is-the-AdditionalReferencePath-in-TFS-2010.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.ewaldhofman.nl/syndication.axd?post=7b3bfc45-4f4e-4ecc-9ad6-483b5c0ead75</wfw:commentRss>
    <feedburner:origLink>http://www.ewaldhofman.nl/post.aspx?id=7b3bfc45-4f4e-4ecc-9ad6-483b5c0ead75</feedburner:origLink></item>
    <item>
      <title>Session on DevDays NL 2010</title>
      <description>&lt;p&gt;Microsoft has this year for the DevDays 2010 in the Netherlands the opportunity to submit proposal for four wildcard sessions. The submitting is closed and now it is voting time. The sessions that have the most votes will be presented at DevDays.&lt;/p&gt;  &lt;p&gt;I have proposed with two session around “Testing with VS 2010” and “Team Build with VS 2010”.&lt;/p&gt;  &lt;p&gt;If you find some time and you think these sessions belong at DevDays, please vote at&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.devdays.nl/WildCardSessions.aspx?pid=69" href="http://www.devdays.nl/WildCardSessions.aspx?pid=69"&gt;http://www.devdays.nl/WildCardSessions.aspx?pid=69&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EwaldHofman?a=lcFcTDHK0wU:44dG9nkIkaM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EwaldHofman?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EwaldHofman/~4/lcFcTDHK0wU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/EwaldHofman/~3/lcFcTDHK0wU/post.aspx</link>
      <author>Ewald Hofman</author>
      <comments>http://www.ewaldhofman.nl/post/2010/02/01/Session-on-DevDays-NL-2010.aspx#comment</comments>
      <guid isPermaLink="false">http://www.ewaldhofman.nl/post.aspx?id=439bbdd3-fb84-4bfa-a548-fdfbc783190f</guid>
      <pubDate>Mon, 01 Feb 2010 17:43:42 -1600</pubDate>
      <dc:publisher>Ewald Hofman</dc:publisher>
      <pingback:server>http://www.ewaldhofman.nl/pingback.axd</pingback:server>
      <pingback:target>http://www.ewaldhofman.nl/post.aspx?id=439bbdd3-fb84-4bfa-a548-fdfbc783190f</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.ewaldhofman.nl/trackback.axd?id=439bbdd3-fb84-4bfa-a548-fdfbc783190f</trackback:ping>
      <wfw:comment>http://www.ewaldhofman.nl/post/2010/02/01/Session-on-DevDays-NL-2010.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.ewaldhofman.nl/syndication.axd?post=439bbdd3-fb84-4bfa-a548-fdfbc783190f</wfw:commentRss>
    <feedburner:origLink>http://www.ewaldhofman.nl/post.aspx?id=439bbdd3-fb84-4bfa-a548-fdfbc783190f</feedburner:origLink></item>
    <item>
      <title>VS ALM 2010 pricing</title>
      <description>&lt;p&gt;Times are coming closer to the launch date of VS ALM 2010. Microsoft has just released the pricing for the new products. To refresh the memory, the features in the different SKU’s look like:&lt;em&gt;&amp;#160;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;img alt="" src="http://www.ewaldhofman.nl/image.axd?picture=2009%2f10%2fskumodel1.png" /&gt;&lt;/p&gt;  &lt;p&gt;The prices that belong to these SKU’s are&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Suggested Retail Pricing (USD) for Visual Studio 2010&lt;/b&gt;&lt;b&gt;&lt;/b&gt;     &lt;table border="0" cellspacing="5" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="396"&gt;&lt;/td&gt;          &lt;td valign="top" width="99"&gt;&lt;/td&gt;          &lt;td valign="top" width="21"&gt;&lt;/td&gt;          &lt;td width="107"&gt;           &lt;p&gt;With 1-Year MSDN Subscription&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="396"&gt;           &lt;p&gt;&lt;b&gt;Product&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="53"&gt;           &lt;p&gt;&lt;b&gt;Buy&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="67"&gt;           &lt;p&gt;&lt;b&gt;Upgrade&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="53"&gt;           &lt;p&gt;&lt;b&gt;Buy&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="54"&gt;           &lt;p&gt;&lt;b&gt;Renew&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="396"&gt;           &lt;p&gt;Visual Studio 2010 Ultimate&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;          &lt;td width="67"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;$11,899&lt;/p&gt;         &lt;/td&gt;          &lt;td width="54"&gt;           &lt;p&gt;$3,799&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="396"&gt;           &lt;p&gt;Visual Studio 2010 Premium&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;          &lt;td width="67"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;$5,469&lt;/p&gt;         &lt;/td&gt;          &lt;td width="54"&gt;           &lt;p&gt;$2,299&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="396"&gt;           &lt;p&gt;Visual Studio 2010 Professional&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;$799&lt;/p&gt;         &lt;/td&gt;          &lt;td width="67"&gt;           &lt;p&gt;$549&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;$1,199&lt;/p&gt;         &lt;/td&gt;          &lt;td width="54"&gt;           &lt;p&gt;$799&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="396"&gt;           &lt;p&gt;Visual Studio Test Professional 2010&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;          &lt;td width="67"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;$2,169&lt;/p&gt;         &lt;/td&gt;          &lt;td width="54"&gt;           &lt;p&gt;$899&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="396"&gt;           &lt;p&gt;Visual Studio Team Foundation Server 2010&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;$499&lt;/p&gt;         &lt;/td&gt;          &lt;td width="67"&gt;           &lt;p&gt;$399&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;          &lt;td width="54"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="396"&gt;           &lt;p&gt;Visual Studio Team Foundation Server 2010 CAL&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;$499&lt;/p&gt;         &lt;/td&gt;          &lt;td width="67"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;          &lt;td width="54"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="396"&gt;           &lt;p&gt;Visual Studio Load Test Virtual User Pack 2010 (1000 Virtual Users)&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;$4,499&lt;/p&gt;         &lt;/td&gt;          &lt;td width="67"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;          &lt;td width="53"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;          &lt;td width="54"&gt;           &lt;p&gt;-&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EwaldHofman?a=IDu436qLLtM:ZrKA--xzodM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EwaldHofman?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EwaldHofman/~4/IDu436qLLtM" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/EwaldHofman/~3/IDu436qLLtM/post.aspx</link>
      <author>Ewald Hofman</author>
      <comments>http://www.ewaldhofman.nl/post/2010/01/25/VS-ALM-2010-pricing.aspx#comment</comments>
      <guid isPermaLink="false">http://www.ewaldhofman.nl/post.aspx?id=f4c10b60-70ed-427d-89a0-d6e2a54575ea</guid>
      <pubDate>Mon, 25 Jan 2010 14:32:12 -1600</pubDate>
      <category>VSTS 2010</category>
      <dc:publisher>Ewald Hofman</dc:publisher>
      <pingback:server>http://www.ewaldhofman.nl/pingback.axd</pingback:server>
      <pingback:target>http://www.ewaldhofman.nl/post.aspx?id=f4c10b60-70ed-427d-89a0-d6e2a54575ea</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.ewaldhofman.nl/trackback.axd?id=f4c10b60-70ed-427d-89a0-d6e2a54575ea</trackback:ping>
      <wfw:comment>http://www.ewaldhofman.nl/post/2010/01/25/VS-ALM-2010-pricing.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.ewaldhofman.nl/syndication.axd?post=f4c10b60-70ed-427d-89a0-d6e2a54575ea</wfw:commentRss>
    <feedburner:origLink>http://www.ewaldhofman.nl/post.aspx?id=f4c10b60-70ed-427d-89a0-d6e2a54575ea</feedburner:origLink></item>
    <item>
      <title>5 minute overview of TFS 2010</title>
      <description>&lt;p&gt;Ever wanted to know a quick overview of TFS. The VS ALM rangers have delivered a quick reference post, which can be found over here: &lt;a title="http://vs2010quickref.codeplex.com/wikipage" href="http://vs2010quickref.codeplex.com/wikipage"&gt;http://vs2010quickref.codeplex.com/wikipage&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;The Visual Studio 2010 Quick Reference Guidance consists of compact cheat sheets for Team Foundation Server (TFS) 2010 and Visual Studio (VS) 2010, addressing the core problem of teams in the field who are unaware of Visual Studio and Team Foundation Server capabilities or have little time to invest in detailed education.    &lt;br /&gt;The artifacts include an overview document and poster that allows you to quickly focus on individual areas like testing, by providing crisp and compact guidance sheets and quick reference posters. You can take these to your 5-min coffee break discussions or use them as a stepping stone to the more detailed and in-depth guidance you will find on MSDN.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EwaldHofman?a=tdrIupSuVqc:REyo0DH9Hn0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EwaldHofman?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EwaldHofman/~4/tdrIupSuVqc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/EwaldHofman/~3/tdrIupSuVqc/post.aspx</link>
      <author>Ewald Hofman</author>
      <comments>http://www.ewaldhofman.nl/post/2010/01/14/5-minute-overview-of-TFS-2010.aspx#comment</comments>
      <guid isPermaLink="false">http://www.ewaldhofman.nl/post.aspx?id=7a355a54-7843-4c12-ac59-c375d4dc2cd9</guid>
      <pubDate>Thu, 14 Jan 2010 02:43:41 -1600</pubDate>
      <dc:publisher>Ewald Hofman</dc:publisher>
      <pingback:server>http://www.ewaldhofman.nl/pingback.axd</pingback:server>
      <pingback:target>http://www.ewaldhofman.nl/post.aspx?id=7a355a54-7843-4c12-ac59-c375d4dc2cd9</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.ewaldhofman.nl/trackback.axd?id=7a355a54-7843-4c12-ac59-c375d4dc2cd9</trackback:ping>
      <wfw:comment>http://www.ewaldhofman.nl/post/2010/01/14/5-minute-overview-of-TFS-2010.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.ewaldhofman.nl/syndication.axd?post=7a355a54-7843-4c12-ac59-c375d4dc2cd9</wfw:commentRss>
    <feedburner:origLink>http://www.ewaldhofman.nl/post.aspx?id=7a355a54-7843-4c12-ac59-c375d4dc2cd9</feedburner:origLink></item>
    <item>
      <title>New launch date for VS ALM 2010</title>
      <description>&lt;p&gt;Microsoft had decided several weeks ago to postpone the previous launch date. It was a hard decision, but the Product Team wanted to be sure to release a product that met quality standards, including performance.&lt;/p&gt;  &lt;p&gt;Microsoft has just announced that the new launch date will be &lt;/p&gt;  &lt;h4&gt;April 12, 2010&lt;/h4&gt;  &lt;p&gt;. Be aware that the release date and the launch date are not equal dates.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EwaldHofman?a=WBX6hAoUQ98:KwzmSOzeDYQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EwaldHofman?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EwaldHofman/~4/WBX6hAoUQ98" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/EwaldHofman/~3/WBX6hAoUQ98/post.aspx</link>
      <author>Ewald Hofman</author>
      <comments>http://www.ewaldhofman.nl/post/2010/01/14/New-launch-date-for-VS-ALM-2010.aspx#comment</comments>
      <guid isPermaLink="false">http://www.ewaldhofman.nl/post.aspx?id=9a9320d9-c400-4c96-b963-2a4f1df96c0b</guid>
      <pubDate>Thu, 14 Jan 2010 01:36:07 -1600</pubDate>
      <dc:publisher>Ewald Hofman</dc:publisher>
      <pingback:server>http://www.ewaldhofman.nl/pingback.axd</pingback:server>
      <pingback:target>http://www.ewaldhofman.nl/post.aspx?id=9a9320d9-c400-4c96-b963-2a4f1df96c0b</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.ewaldhofman.nl/trackback.axd?id=9a9320d9-c400-4c96-b963-2a4f1df96c0b</trackback:ping>
      <wfw:comment>http://www.ewaldhofman.nl/post/2010/01/14/New-launch-date-for-VS-ALM-2010.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.ewaldhofman.nl/syndication.axd?post=9a9320d9-c400-4c96-b963-2a4f1df96c0b</wfw:commentRss>
    <feedburner:origLink>http://www.ewaldhofman.nl/post.aspx?id=9a9320d9-c400-4c96-b963-2a4f1df96c0b</feedburner:origLink></item>
    <item>
      <title>TFS Sidekicks for TFS 2010 Beta 2</title>
      <description>&lt;p&gt;Almost two months ago, I posted the following blog item &lt;a title="TFS Sidekicks minor release update (2.4)" href="http://www.ewaldhofman.nl/post/2009/11/15/TFS-Sidekicks-minor-release-update-(24).aspx"&gt;TFS Sidekicks minor release update (2.4)&lt;/a&gt;and indicated that there would be support for TFS 2010 Beta 2 at the end of 2009. &lt;/p&gt;  &lt;p&gt;Attrice has announced that they just released an update for the version 2.4 that supports TFS 2010 Beta 2. For more information see &lt;a title="http://www.attrice.info/blog/2010/01/03/team-foundation-sidekicks-2-4-release-2/" href="http://www.attrice.info/blog/2010/01/03/team-foundation-sidekicks-2-4-release-2/"&gt;http://www.attrice.info/blog/2010/01/03/team-foundation-sidekicks-2-4-release-2/&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EwaldHofman?a=sV7NJTur7Sw:fAdIGMxVVOk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EwaldHofman?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EwaldHofman/~4/sV7NJTur7Sw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/EwaldHofman/~3/sV7NJTur7Sw/post.aspx</link>
      <author>Ewald Hofman</author>
      <comments>http://www.ewaldhofman.nl/post/2010/01/04/TFS-Sidekicks-for-TFS-2010-Beta-2.aspx#comment</comments>
      <guid isPermaLink="false">http://www.ewaldhofman.nl/post.aspx?id=886309ee-2373-4d99-ad50-a8bbe652fe7e</guid>
      <pubDate>Mon, 04 Jan 2010 15:56:53 -1600</pubDate>
      <category>VSTS 2010</category>
      <dc:publisher>Ewald Hofman</dc:publisher>
      <pingback:server>http://www.ewaldhofman.nl/pingback.axd</pingback:server>
      <pingback:target>http://www.ewaldhofman.nl/post.aspx?id=886309ee-2373-4d99-ad50-a8bbe652fe7e</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.ewaldhofman.nl/trackback.axd?id=886309ee-2373-4d99-ad50-a8bbe652fe7e</trackback:ping>
      <wfw:comment>http://www.ewaldhofman.nl/post/2010/01/04/TFS-Sidekicks-for-TFS-2010-Beta-2.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.ewaldhofman.nl/syndication.axd?post=886309ee-2373-4d99-ad50-a8bbe652fe7e</wfw:commentRss>
    <feedburner:origLink>http://www.ewaldhofman.nl/post.aspx?id=886309ee-2373-4d99-ad50-a8bbe652fe7e</feedburner:origLink></item>
    <item>
      <title>Great beginning of a new year with a MVP award</title>
      <description>&lt;p&gt;So now and then you receive an email which brings a big smile on your face. That could be with a &lt;a href="http://dilbert.com/"&gt;Dilbert&lt;/a&gt; mail or with a joke a friend has sent you. Today I received an email that even brought me a bigger smile.&lt;/p&gt;  &lt;p&gt;Microsoft has rewarded me the MVP award on Team System (or VS ALM as the new name will be) for the year 2010. &lt;/p&gt;  &lt;p&gt;I am very delighted with this recognition and I will keep posting new articles in 2010 to help you guys (and girls) out to use your TFS installation better.&lt;/p&gt;  &lt;p&gt;Happy new year to everybody!&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EwaldHofman?a=FXTTXOW37is:jnwvgB86mc8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EwaldHofman?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EwaldHofman/~4/FXTTXOW37is" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/EwaldHofman/~3/FXTTXOW37is/post.aspx</link>
      <author>Ewald Hofman</author>
      <comments>http://www.ewaldhofman.nl/post/2010/01/01/Great-beginning-of-a-new-year-with-a-MVP-award.aspx#comment</comments>
      <guid isPermaLink="false">http://www.ewaldhofman.nl/post.aspx?id=8e37d442-4bb6-4dd4-b720-2484891dc9a1</guid>
      <pubDate>Fri, 01 Jan 2010 00:39:04 -1600</pubDate>
      <dc:publisher>Ewald Hofman</dc:publisher>
      <pingback:server>http://www.ewaldhofman.nl/pingback.axd</pingback:server>
      <pingback:target>http://www.ewaldhofman.nl/post.aspx?id=8e37d442-4bb6-4dd4-b720-2484891dc9a1</pingback:target>
      <slash:comments>6</slash:comments>
      <trackback:ping>http://www.ewaldhofman.nl/trackback.axd?id=8e37d442-4bb6-4dd4-b720-2484891dc9a1</trackback:ping>
      <wfw:comment>http://www.ewaldhofman.nl/post/2010/01/01/Great-beginning-of-a-new-year-with-a-MVP-award.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.ewaldhofman.nl/syndication.axd?post=8e37d442-4bb6-4dd4-b720-2484891dc9a1</wfw:commentRss>
    <feedburner:origLink>http://www.ewaldhofman.nl/post.aspx?id=8e37d442-4bb6-4dd4-b720-2484891dc9a1</feedburner:origLink></item>
    <item>
      <title>TFS SDK 2010 – Part 5 – Create a new Test Case work item</title>
      <description>&lt;p&gt;In &lt;a href="http://www.ewaldhofman.nl/post/2009/12/03/TFS-SDK-2010-e28093-Part-1-e28093-Get-the-Team-Project-Collection.aspx"&gt;Part 1&lt;/a&gt; I have described how to access the Application Instance of the TFS server. This post describes how you can create a new test case based on the TestManagement capabilities. In later posts I will show what you can do more with the test management.&lt;/p&gt;
&lt;p&gt;In order to get access to the work items, add a reference to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Microsoft.TeamFoundation.TestManagement.Client &lt;/li&gt;
&lt;li&gt;WindowBase (which you can find on the .Net tab in the Add Reference Dialog) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can find the dll&amp;rsquo;s in C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0&lt;/p&gt;
&lt;p&gt;Then you have to add the following using statements:&lt;/p&gt;
&lt;blockquote&gt;&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;
&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;using&lt;/span&gt; Microsoft.TeamFoundation.TestManagement.Client;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;You can now create the work items with the following code:&lt;/p&gt;
&lt;blockquote&gt;&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;
&lt;pre class="csharpcode"&gt;&lt;span class="rem"&gt;// Get the work item store&lt;/span&gt;
ITestManagementService tms = tfai.GetTeamFoundationServer(tpc.Id).GetService&amp;lt;ITestManagementService&amp;gt;();

&lt;span class="rem"&gt;// Get the team project&lt;/span&gt;
var project = tms.GetTeamProject(&lt;span class="str"&gt;"Agile"&lt;/span&gt;);

var testCase = project.TestCases.Create();
testCase.Title = &lt;span class="str"&gt;"Browse my blog"&lt;/span&gt;;

var navigateToSiteStep = testCase.CreateTestStep();
navigateToSiteStep.Title = &lt;span class="str"&gt;"Navigate to \"http://www.ewaldhofman.nl\""&lt;/span&gt;;
testCase.Actions.Add(navigateToSiteStep);

var clickOnFirstPostStep = testCase.CreateTestStep();
clickOnFirstPostStep.Title = &lt;span class="str"&gt;"Click on the first post in the summary"&lt;/span&gt;;
clickOnFirstPostStep.ExpectedResult = &lt;span class="str"&gt;"The details of the post are visible"&lt;/span&gt;;
testCase.Actions.Add(clickOnFirstPostStep);

testCase.Save();&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;The result is a new test case with two steps in it:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ewaldhofman.nl/image.axd?picture=image_11.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://www.ewaldhofman.nl/image.axd?picture=image_thumb_11.png" border="0" alt="image" width="603" height="448" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EwaldHofman?a=KYx8aX7R_3w:_O-kpaXfk-4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EwaldHofman?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EwaldHofman/~4/KYx8aX7R_3w" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/EwaldHofman/~3/KYx8aX7R_3w/post.aspx</link>
      <author>Ewald Hofman</author>
      <comments>http://www.ewaldhofman.nl/post/2009/12/10/TFS-SDK-2010-e28093-Part-5-e28093-Create-a-new-Test-Case-work-item.aspx#comment</comments>
      <guid isPermaLink="false">http://www.ewaldhofman.nl/post.aspx?id=c00deed1-faf5-4ebc-98c7-4444baa679c9</guid>
      <pubDate>Thu, 10 Dec 2009 22:26:00 -1600</pubDate>
      <category>TFS SDK</category>
      <category>VSTS 2010</category>
      <dc:publisher>Ewald Hofman</dc:publisher>
      <pingback:server>http://www.ewaldhofman.nl/pingback.axd</pingback:server>
      <pingback:target>http://www.ewaldhofman.nl/post.aspx?id=c00deed1-faf5-4ebc-98c7-4444baa679c9</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.ewaldhofman.nl/trackback.axd?id=c00deed1-faf5-4ebc-98c7-4444baa679c9</trackback:ping>
      <wfw:comment>http://www.ewaldhofman.nl/post/2009/12/10/TFS-SDK-2010-e28093-Part-5-e28093-Create-a-new-Test-Case-work-item.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.ewaldhofman.nl/syndication.axd?post=c00deed1-faf5-4ebc-98c7-4444baa679c9</wfw:commentRss>
    <feedburner:origLink>http://www.ewaldhofman.nl/post.aspx?id=c00deed1-faf5-4ebc-98c7-4444baa679c9</feedburner:origLink></item>
    <item>
      <title>TFS 2010 – Adding the SharePoint portal afterwards [Beta 2]</title>
      <description>&lt;p&gt;I created a new Team Project in TFS 2010 Beta 2 and choose not to configure SharePoint during the creation of the Team Project. Of course I found out fairly quickly that a portal for TFS is very useful, especially the Iteration and the Product backlog workbooks and the dashboard reports.&lt;/p&gt;  &lt;p&gt;This blog describes how you can configure the SharePoint portal afterwards. Many thanks to &lt;a href="http://sharepoint.ssw.com.au/AboutUs/Employees/Pages/Adam.aspx"&gt;Adam Cogan&lt;/a&gt;, who gave me fantastic directions to improve the blog post.&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Update #1 September 9th, 2009&lt;/font&gt;: As suggested by Adam Cogan, added the option of the Dummy project.&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Update #2 December 11th, 2009&lt;/font&gt;: As suggested by Adam Cogan, modified the post to Beta 2 + added the summary.&lt;/p&gt;  &lt;hr /&gt;  &lt;h1&gt;Summary of your options&lt;/h1&gt;  &lt;p&gt;You have several options to get the portal to your team project. The best option would be to have the ability in the Team Foundation Administration Console to create the portal for you, but that feature will not be added in TFS 2010 RTM . If you want it in a future version, please vote on &lt;a title="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=519770" href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=519770"&gt;https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=519770&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Then there are two other options that you can use today:    &lt;br /&gt;Option 1: Create a Dummy Project in TFS to get the SharePoint Portal (recommended)     &lt;br /&gt;Option 2: Create the Portal in SharePoint and then fix up the missing documents&lt;/p&gt;  &lt;hr /&gt;  &lt;h1&gt;Option 1: Create a Dummy Project in TFS to get the SharePoint Portal (recommended)&lt;/h1&gt;  &lt;h2&gt;Step 1: Create a new temporary project (with a SharePoint site for it).&lt;/h2&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;Open the Team Explorer&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Right click in the Team Explorer the root node (i.e. the project collection)&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Select &amp;quot;New team project&amp;quot; from the menu&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Walk throught he wizard and make sure you check the option to create the portal (which is by default checked)&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h2&gt;Step 2: Disable the site for the new project&lt;/h2&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;Open the Team Explorer&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Select the team project you created in step 1&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;In the menu click on Team -&amp;gt; Show Project Portal.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;In the menu click on Team -&amp;gt; Team Project Settings -&amp;gt; Portal Settings...&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;The following dialog pops up&lt;/p&gt;      &lt;br /&gt;      &lt;p&gt;&lt;img alt="" src="http://www.ewaldhofman.nl/image.axd?picture=2009%2f9%2fProjectPortalSettings1.PNG" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Uncheck the option &amp;quot;Enable team project portal&amp;quot;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Confirm the dialog with OK&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h2&gt;Step 3: Enable the site for the original one. Point it to the newly created site.&lt;/h2&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;Open the Team Explorer&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Select the team project you want to add the portal to&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;In the menu open Team -&amp;gt; Team Project Settings -&amp;gt; Portal Settings...&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;The same dialog as in step 2 pops up&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Check the option &amp;quot;Enable team project portal&amp;quot;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Click on the &amp;quot;Configure URL&amp;quot; button&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;The following dialog pops up&lt;/p&gt;      &lt;p&gt;&amp;#160;&lt;img alt="" src="http://www.ewaldhofman.nl/image.axd?picture=2009%2f9%2fExistingSite2.PNG" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;In the dialog select in the combobox of the web application the TFS server&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Enter in the Relative site path the text &amp;quot;sites/[Project Collection Name]/[Team Project Name created in step 1]&amp;quot;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Confirm the &amp;quot;Specify an existing SharePoint Site&amp;quot; with OK&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Check the &amp;quot;Reports and dashboards refer to data for this team project&amp;quot; option&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Confirm the dialog &amp;quot;Project Portal Settings&amp;quot; with OK&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h2&gt;Step 4: Delete the temporary project you created.&lt;/h2&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;Open the command prompt (Start –&amp;gt; Run, cmd)&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Go to C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Enter the following command:        &lt;br /&gt;        &lt;br /&gt;TFSDeleteProject /q /collection:http://&amp;lt;servername&amp;gt;:8080/tfs/&amp;lt;project_collection_name&amp;gt; &amp;lt;Team Project Name&amp;gt;         &lt;br /&gt;        &lt;br /&gt;for example, TFSDeleteProject /q /collection:http://localhost:8080/tfs/DefaultCollection TempProject&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;hr /&gt;  &lt;h1&gt;Option 2: Create the Portal in SharePoint and then fix up the missing documents&lt;/h1&gt;  &lt;h2&gt;Step 1: Create new portal site&lt;/h2&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;Go to the sharepoint site of your project collection (&lt;a href="http://&amp;lt;servername&amp;gt;/sites/&amp;lt;project_collection_name&amp;gt;/default.aspx"&gt;/sites//default.aspx&amp;quot;&amp;gt;/sites//default.aspx&amp;quot;&amp;gt;/sites//default.aspx&amp;quot;&amp;gt;/sites//default.aspx&amp;quot;&amp;gt;/sites//default.aspx&amp;quot;&amp;gt;http://&amp;lt;servername&amp;gt;/sites/&amp;lt;project_collection_name&amp;gt;/default.aspx&lt;/a&gt;)&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Click on the Site Actions at the left side of the screen and choose the option Site Settings&lt;/p&gt;      &lt;p&gt;&lt;img alt="" src="/BlogEngine/image.axd?picture=2009%2f8%2fScreenShot001.png" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;In the site settings, choose the Sites and workspaces option        &lt;br /&gt;&lt;img alt="" src="/BlogEngine/image.axd?picture=2009%2f8%2fScreenShot002.png" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Create a new site&lt;/p&gt;      &lt;p&gt;&lt;img alt="" src="/BlogEngine/image.axd?picture=2009%2f8%2fScreenShot003.png" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Enter the values for the Title, the description, the site address. And choose for the TFS2010 Agile Dashboard as template.&lt;/p&gt;      &lt;p&gt;&lt;img alt="" src="/BlogEngine/image.axd?picture=2009%2f8%2fScreenShot004.png" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Create the site, by clicking on the Create button&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h2&gt;Step 2: Integrate portal site with team project&lt;/h2&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;Open Visual Studio&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Open the Team Explorer (View -&amp;gt; Team Explorer)&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Select in the Team Explorer tool window the Team Project for which you are create a new portal&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Open the Project Portal Settings (Team -&amp;gt; Team Project Settings -&amp;gt; Portal Setings...)&lt;/p&gt;      &lt;p&gt;&lt;img alt="" src="/BlogEngine/image.axd?picture=2009%2f8%2fScreenShot005.png" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Check the Enable team project portal checkbox&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Click on Configure URL...&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;You will get a new dialog as below&lt;/p&gt;      &lt;p&gt;&lt;img alt="" src="/BlogEngine/image.axd?picture=2009%2f8%2fScreenShot006.png" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Enter the url to the TFS server in the web application combobox&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;And specify the relative site path: sites/&amp;lt;project collection&amp;gt;/&amp;lt;site name&amp;gt;&lt;/p&gt;      &lt;p&gt;&lt;img alt="" src="/BlogEngine/image.axd?picture=2009%2f8%2fScreenShot008.png" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Confirm with OK&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Check in the Project Portal Settings dialog the checkbox &amp;quot;Reports and dashboards refer to data for this team project&amp;quot;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Confirm the settings with OK (this takes a while...)&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;When you now browse to the portal, you will see that the dashboards are now showing up with the data for the current team project. We will fix that in the next step.&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h2&gt;Step 3: Download process template&lt;/h2&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;To get a copy of the documents that are default in a team project, we need to have a fresh set of files that are not attached to a team project yet. You can do that with the following steps.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Start the Process Template Manager (Team -&amp;gt; Team Project Collection Settings -&amp;gt; Process Template Manager...)        &lt;br /&gt;        &lt;br /&gt;&lt;img alt="" src="/BlogEngine/image.axd?picture=2009%2f8%2fScreenShot013.png" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Choose the Agile process template and click on download&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Choose a folder to download&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h2&gt;Step 4: Add Product and Iteration backlog&lt;/h2&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;Go to the Team Explorer in Visual Studio&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Make sure the team project is in the list of team projects, and expand the team project&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Right click the Documents node, and choose New Document Library&lt;/p&gt;      &lt;p&gt;&lt;img alt="" src="/BlogEngine/image.axd?picture=2009%2f8%2fScreenShot009.png" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Enter &amp;quot;Shared Documents&amp;quot;, and click on Add&lt;/p&gt;      &lt;p&gt;&lt;img alt="" src="/BlogEngine/image.axd?picture=2009%2f8%2fScreenShot010.png" /&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Right click the Shared Documents node and choose Upload Document&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Go the the file location where you stored the process template from step 3 and then navigate to the subdirectory &amp;quot;Agile Process Template 5.0\MSF for Agile Software Development v5.0\Windows SharePoint Services\Shared Documents\Project Management&amp;quot;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Select in the Open Dialog the files &amp;quot;Iteration Backlog&amp;quot; and &amp;quot;Product Backlog&amp;quot;, and click Open&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h2&gt;Step 5: Bind Iteration backlog workbook to the team project&lt;/h2&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;Right click on the &amp;quot;Iteration Backlog&amp;quot; file and select Edit, and confirm any warning messages&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Place your cursor in cell A1 of the Iteration backlog worksheet&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Switch to the Team ribbon and click New List.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Select your Team Project and click Connect&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;From the New List dialog, select the Iteration Backlog query in the Workbook Queries folder.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;The final step is to add a set of document properties that allow the workbook to communicate with the TFS reporting warehouse. Before we create the properties we need to collect some information about your project. The first piece of information comes from the table created in the previous step.&amp;#160; As you collect these properties, copy them into notepad so they can be used in later steps.        &lt;br /&gt;        &lt;br /&gt;        &lt;table border="0"&gt;&lt;tbody&gt;           &lt;tr&gt;             &lt;td&gt;&lt;strong&gt;Property&lt;/strong&gt;&lt;/td&gt;              &lt;td&gt;&lt;strong&gt;How to retrieve the value?&lt;/strong&gt;&lt;/td&gt;           &lt;/tr&gt;            &lt;tr&gt;             &lt;td&gt;[Table name]&lt;/td&gt;              &lt;td&gt;Switch to the Design ribbon and select the Table Name value in the Properties portion of the ribbon&lt;/td&gt;           &lt;/tr&gt;            &lt;tr&gt;             &lt;td&gt;[Project GUID]&lt;/td&gt;              &lt;td&gt;In the Visual Studio Team Explorer, right click your Team Project and select Properties.&amp;#160; Select the URL value and copy the GUID (long value with lots of characters) at the end of the URL&lt;/td&gt;           &lt;/tr&gt;            &lt;tr&gt;             &lt;td&gt;[Team Project name]&lt;/td&gt;              &lt;td&gt;In the Properties dialog, select the Name field and copy the value&lt;/td&gt;           &lt;/tr&gt;            &lt;tr&gt;             &lt;td&gt;[TFS server name]&lt;/td&gt;              &lt;td&gt;               &lt;p&gt;In the Properties dialog, select the Server Name field and copy the value&lt;/p&gt;                &lt;p&gt;[UPDATE] I have found that this is not correct: you need to specify the instance of your SQL Server. The value is used to create a connection to the TFS cube.&lt;/p&gt;             &lt;/td&gt;           &lt;/tr&gt;         &lt;/tbody&gt;&lt;/table&gt;     &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Switch back to the Iteration Backlog workbook.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Click the Office button and select Prepare – Properties.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Click the Document Properties – Server drop down and select Advanced Properties.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Switch to the Custom tab and add the following properties using the values you collected above.        &lt;br /&gt;        &lt;br /&gt;        &lt;table border="0"&gt;&lt;tbody&gt;           &lt;tr&gt;             &lt;td&gt;&lt;strong&gt;Variable name&lt;/strong&gt;&lt;/td&gt;              &lt;td&gt;&lt;strong&gt;Value&lt;/strong&gt;&lt;/td&gt;           &lt;/tr&gt;            &lt;tr&gt;             &lt;td&gt;[Table name]_ASServerName&lt;/td&gt;              &lt;td&gt;[TFS server name]&lt;/td&gt;           &lt;/tr&gt;            &lt;tr&gt;             &lt;td&gt;[Table name]_ASDatabase&lt;/td&gt;              &lt;td&gt;tfs_warehouse&lt;/td&gt;           &lt;/tr&gt;            &lt;tr&gt;             &lt;td&gt;[Table name]_TeamProjectName&lt;/td&gt;              &lt;td&gt;[Team Project name]&lt;/td&gt;           &lt;/tr&gt;            &lt;tr&gt;             &lt;td&gt;[Table name]_TeamProjectId&lt;/td&gt;              &lt;td&gt;[Project GUID]&lt;/td&gt;           &lt;/tr&gt;         &lt;/tbody&gt;&lt;/table&gt;     &lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Click OK to close the properties dialog.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;It is possible that the Estimated Work (Hours) is showing the #REF! value. To resolve that change the formula with:        &lt;br /&gt;        &lt;br /&gt;=SUMIFS([Table name][Original Estimate]; [Table name][Iteration Path];CurrentIteration&amp;amp;&amp;quot;*&amp;quot;;[Table name][Area Path];AreaPath&amp;amp;&amp;quot;*&amp;quot;;[Table name][Work Item Type]; &amp;quot;Task&amp;quot;)         &lt;br /&gt;        &lt;br /&gt;For example         &lt;br /&gt;        &lt;br /&gt;=SUMIFS(VSTS_ab392b55_6647_439a_bae4_8c66e908bc0d[Original Estimate]; VSTS_ab392b55_6647_439a_bae4_8c66e908bc0d[Iteration Path];CurrentIteration&amp;amp;&amp;quot;*&amp;quot;;VSTS_ab392b55_6647_439a_bae4_8c66e908bc0d[Area Path];AreaPath&amp;amp;&amp;quot;*&amp;quot;;VSTS_ab392b55_6647_439a_bae4_8c66e908bc0d[Work Item Type]; &amp;quot;Task&amp;quot;)&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Also the Total Remaining Work in the Individual Capacity table may contain #REF! values. To resolve that change the formula with:        &lt;br /&gt;        &lt;br /&gt;=SUMIFS([Table name][Remaining Work]; [Table name][Iteration Path];CurrentIteration&amp;amp;&amp;quot;*&amp;quot;;[Table name][Area Path];AreaPath&amp;amp;&amp;quot;*&amp;quot;;[Table name][Assigned To];[Team Member];[Table name][Work Item Type]; &amp;quot;Task&amp;quot;)         &lt;br /&gt;        &lt;br /&gt;For example         &lt;br /&gt;        &lt;br /&gt;=SUMIFS(VSTS_ab392b55_6647_439a_bae4_8c66e908bc0d[Remaining Work]; VSTS_ab392b55_6647_439a_bae4_8c66e908bc0d[Iteration Path];CurrentIteration&amp;amp;&amp;quot;*&amp;quot;;VSTS_ab392b55_6647_439a_bae4_8c66e908bc0d[Area Path];AreaPath&amp;amp;&amp;quot;*&amp;quot;;VSTS_ab392b55_6647_439a_bae4_8c66e908bc0d[Assigned To];[Team Member];VSTS_ab392b55_6647_439a_bae4_8c66e908bc0d[Work Item Type]; &amp;quot;Task&amp;quot;)&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Save and close the workbook.&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;h2&gt;Step 6: Bind Product backlog workbook to the team project&lt;/h2&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;p&gt;Repeat the steps for binding the Iteration backlog for thiw workbook too.&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;In the worksheet Capacity, the formula of the Storypoints might be missing. You can resolve it with:        &lt;br /&gt;        &lt;br /&gt;=IF([Iteration]=&amp;quot;&amp;quot;;&amp;quot;&amp;quot;;SUMIFS([Table name][Story Points];[Table name][Iteration Path];[Iteration]&amp;amp;&amp;quot;*&amp;quot;))         &lt;br /&gt;        &lt;br /&gt;Example         &lt;br /&gt;        &lt;br /&gt;=IF([Iteration]=&amp;quot;&amp;quot;;&amp;quot;&amp;quot;;SUMIFS(VSTS_487f1e4c_db30_4302_b5e8_bd80195bc2ec[Story Points];VSTS_487f1e4c_db30_4302_b5e8_bd80195bc2ec[Iteration Path];[Iteration]&amp;amp;&amp;quot;*&amp;quot;))&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/EwaldHofman?a=QLcnzVnBE5M:VQYhPWAa1pI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/EwaldHofman?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EwaldHofman/~4/QLcnzVnBE5M" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/EwaldHofman/~3/QLcnzVnBE5M/post.aspx</link>
      <author>Ewald Hofman</author>
      <comments>http://www.ewaldhofman.nl/post/2009/12/10/Configure-TFS-portal-afterwards-Beta-2.aspx#comment</comments>
      <guid isPermaLink="false">http://www.ewaldhofman.nl/post.aspx?id=0fc3df6f-204c-4459-93d2-a6098d621c63</guid>
      <pubDate>Thu, 10 Dec 2009 21:39:00 -1600</pubDate>
      <category>Portal</category>
      <category>VSTS 2010</category>
      <dc:publisher>Ewald Hofman</dc:publisher>
      <pingback:server>http://www.ewaldhofman.nl/pingback.axd</pingback:server>
      <pingback:target>http://www.ewaldhofman.nl/post.aspx?id=0fc3df6f-204c-4459-93d2-a6098d621c63</pingback:target>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.ewaldhofman.nl/trackback.axd?id=0fc3df6f-204c-4459-93d2-a6098d621c63</trackback:ping>
      <wfw:comment>http://www.ewaldhofman.nl/post/2009/12/10/Configure-TFS-portal-afterwards-Beta-2.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.ewaldhofman.nl/syndication.axd?post=0fc3df6f-204c-4459-93d2-a6098d621c63</wfw:commentRss>
    <feedburner:origLink>http://www.ewaldhofman.nl/post.aspx?id=0fc3df6f-204c-4459-93d2-a6098d621c63</feedburner:origLink></item>
  </channel>
</rss>
