<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" 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:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Matt deClercq</title>
        <link>http://geekswithblogs.net/MadeIT/Default.aspx</link>
        <description />
        <language>en-US</language>
        <copyright>Matt deClercq</copyright>
        <managingEditor>matthew_declercq@yahoo.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Matt deClercq</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/MadeIT/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Web.config transforms on configs w/ Namespace.Properties.Settings blocks</title>
            <link>http://geekswithblogs.net/MadeIT/archive/2010/10/21/web.config-transforms-on-configs-w-namespace.properties.settings-blocks.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/MadeIT/archive/2010/10/21/web.config-transforms-on-configs-w-namespace.properties.settings-blocks.aspx'&gt;http://geekswithblogs.net/MadeIT/archive/2010/10/21/web.config-transforms-on-configs-w-namespace.properties.settings-blocks.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I ran across this issue today when working with a WCF service project. We had generated a settings file through the project properties and in turn added entries into the web.config transform files for the different deployment modes. The base config and the transform blocks for the &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;applicationSettings&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt; element were what you would expect:&lt;/p&gt;
&lt;p&gt;Web.config:&lt;/p&gt;
&lt;pre style="font-family: consolas;"&gt;&lt;span style="color: blue;"&gt;  &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;applicationSettings&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;    &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;Namespace.Properties.Settings&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;      &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;setting&lt;/span&gt;&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;name&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;test&lt;/span&gt;"&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;serializeAs&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;String&lt;/span&gt;"&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;        &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;value&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;test&lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;value&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;      &amp;lt;/&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;setting&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;      &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;Namespace.Properties.Settings&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;  &amp;lt;/&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;applicationSettings&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;Web.Release.config:&lt;/p&gt;
&lt;pre style="font-family: consolas;"&gt;&lt;span style="color: blue;"&gt;  &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;applicationSettings&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;    &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;Namespace.Properties.Settings&lt;/span&gt;&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;xdt:Transform&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;Replace&lt;/span&gt;"&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;      &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;setting&lt;/span&gt;&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;name&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;test&lt;/span&gt;"&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;serializeAs&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;String&lt;/span&gt;"&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;        &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;value&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;test transform&lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;value&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;      &amp;lt;/&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;setting&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;      &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;Namespace.Properties.Settings&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;  &amp;lt;/&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;applicationSettings&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;  &lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;However, when a deployment package or publish was called and the transforms occured we were experiencing runtime errors when the values were evaluated by the code. After inspecting the transformed Web.config I noticed that the &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;applicationSettings&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;block now had additional linebreaks and whitespace added to the &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;value&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt; element causing the string values to resolve as invalid in the code.&lt;/p&gt;
&lt;p&gt;Transformed Web.Config:&lt;/p&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;  &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;applicationSettings&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;    &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;Namespace.Properties.Settings&lt;/span&gt;&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;xdt:Transform&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;Replace&lt;/span&gt;"&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;      &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;setting&lt;/span&gt;&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;name&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;test&lt;/span&gt;"&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;serializeAs&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;String&lt;/span&gt;"&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;        &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;value&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
          test transform
&lt;span style="color: blue;"&gt;        &amp;lt;/&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;value&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;      &amp;lt;/&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;setting&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;      &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;Namespace.Properties.Settings&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color: blue;"&gt;  &amp;lt;/&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;applicationSettings&lt;/span&gt;&amp;gt;
&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;Did some research and found the a &lt;a target="_blank" href="http://connect.microsoft.com/VisualStudio/feedback/details/544183/web-config-transform-writes-extra-line-break-spaces-to-values-elements-under-applicationsettings-section"&gt;discussion&lt;/a&gt; of the issue on Microsoft Connect. Seems as though there is a workaround involving an override addition to the &lt;/span&gt;Settings.cs file of the project that can be implemented while waiting for a HotFix. Or you could just call Trim() on every line where you use one of these values.&lt;/p&gt;
&lt;p&gt;Good luck!&lt;span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt; &lt;img src="http://geekswithblogs.net/MadeIT/aggbug/142394.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt deClercq</dc:creator>
            <guid>http://geekswithblogs.net/MadeIT/archive/2010/10/21/web.config-transforms-on-configs-w-namespace.properties.settings-blocks.aspx</guid>
            <pubDate>Thu, 21 Oct 2010 16:20:39 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MadeIT/comments/142394.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MadeIT/archive/2010/10/21/web.config-transforms-on-configs-w-namespace.properties.settings-blocks.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MadeIT/comments/commentRss/142394.aspx</wfw:commentRss>
        </item>
        <item>
            <title>TFS 2010 and ClickOnce deployment w/ Multi-Environment Install Support</title>
            <category>Software - Team Foundation Server</category>
            <link>http://geekswithblogs.net/MadeIT/archive/2010/08/27/tfs-2010-and-clickonce-deployment-w-multi-environment-install-support.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/MadeIT/archive/2010/08/27/tfs-2010-and-clickonce-deployment-w-multi-environment-install-support.aspx'&gt;http://geekswithblogs.net/MadeIT/archive/2010/08/27/tfs-2010-and-clickonce-deployment-w-multi-environment-install-support.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;
    WORK IN PROGRESS - I WILL UPDATE WITH DETAILED STEPS SOON&lt;/p&gt;
&lt;p&gt;
    IF YOU HAVE SPECIFIC QUESTIONS PLEASE COMMENT AND I WILL RESPOND ASAP&lt;/p&gt;
&lt;p&gt;
    I have just completed the arduous process of integrating ClickOnce deployment (with
    the ability to have multiple versions installed side-by-side EX: DEV,QA,UAT) into
    my TFS 2010 build script. This took me about a week due to lack of materials
    on the web. So for everyone else out there attempting this here is what I did to
    make it work.&lt;/p&gt;
&lt;p&gt;
    In order for this to work you must have the MSBUILD community tasks installed on
    you build server. You can download these from here &lt;a href="http://msbuildtasks.tigris.org/" target="_blank"&gt;msbuildtasks.tigris.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
    1) Create a "version.txt" file in your ClickOnce deployment virtual
    directory to track the app version:&lt;/p&gt;
&lt;p&gt;
    - The file "version.txt is one single line and it follows the "Major.Minor.Build.Revision"
    standard (1.0.0.0)&lt;/p&gt;
&lt;p&gt;
    - The following step uses the MSBUILD community tasks to read this file and
    update the app version&lt;/p&gt;
&lt;p&gt;
    2) Create custom target file to handle all manifest/bootstrapper generation as well
    as the deployment web page template:&lt;/p&gt;
&lt;br /&gt;
&lt;img width="253" height="344" align="middle" alt="" src="http://gwb.blob.core.windows.net/madeit/projecthierarchy.png" /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;
    - Create the deployment web page template in a well known (easily accessible) place
    in the project directory (mine is under a filder I created called "Publish")&lt;/p&gt;
&lt;p&gt;
        - The template file I used can be downloaded from my SkyDrive
    at &lt;a href="http://cid-256e4d37981852fd.office.live.com/self.aspx/ClickOnce%20Resources/publish.template.html" target="_blank"&gt;ClickOnce Publish Page Template&lt;/a&gt;. Thanks to the &lt;a href="http://wallism.wordpress.com/2009/12/08/clickonce-creating-publish-page-from-msbuild/" target="_blank"&gt;DeveloperMine&lt;/a&gt; blog for supplying the initial template
    and steps to modify.&lt;/p&gt;
&lt;p&gt;
    - Create the custom target file in the root of your project directory (Mine is named
    ClickOnceDeployment.targets)&lt;/p&gt;
&lt;p&gt;
        - The contents of the ClickOnceDeployment.targets file are as
    follows (download file from my SkyDrive at &lt;a href="http://cid-256e4d37981852fd.office.live.com/self.aspx/ClickOnce%20Resources/ClickOnceDeployment.targets" target="_blank"&gt;ClickOnceDeployment.targets&lt;/a&gt;):&lt;/p&gt;
&lt;p&gt;
        - PLEASE READ THE INLINE XML COMMENTS FOR EXPLANATION OF EACH BLOCK&lt;/p&gt;
&lt;p&gt;
    3) Modify your .csproj (C#) file to import the custom target file when it is
    a teambuild:&lt;/p&gt;
&lt;p&gt;
    - Open your .csproj file in notepad or any otehr text editor and add the following
    line to the very bottom of the file.&lt;/p&gt;
&lt;p&gt;
    &amp;lt;Import Condition="'$(BuildingInsideVisualStudio)' == 'false' AND $(BuildEnvironment)
    != '' AND '$(DeployClient)' == 'true'" Project="ClickOnceDeployment.targets"
    /&amp;gt;&lt;/p&gt;
&lt;p&gt;
    - The condition statement is reading some out of box and custom MSBUILD properties
    that we will define and set when we create our build definition to actually perform
    the build/deploy. In the end, this &amp;lt;Import&amp;gt; block will only run if the conditions
    are met which will in turn only run the code in out ClickOnceDeployment.targets
    file if these conditions are met.&lt;/p&gt;
&lt;p&gt;
    4) Create build script template to provide the expected parameters to the custom
    target file and call MSBUILD on your project:&lt;/p&gt;
&lt;p&gt;
    (PLACEHOLDER)&lt;/p&gt;
&lt;p&gt;
    These steps were compiled from many different sources and heavily modified to fit
    my specific situation. I know that there are prob places where this can be improved
    upon and if you happen to have feedback please leave it in the comments.&lt;/p&gt;
&lt;p&gt;
    Hope that this shortens the amount of time it takes you to get ClickOnce working
    with TFS 2010.&lt;/p&gt;
 &lt;img src="http://geekswithblogs.net/MadeIT/aggbug/141523.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt deClercq</dc:creator>
            <guid>http://geekswithblogs.net/MadeIT/archive/2010/08/27/tfs-2010-and-clickonce-deployment-w-multi-environment-install-support.aspx</guid>
            <pubDate>Fri, 27 Aug 2010 18:00:06 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MadeIT/comments/141523.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MadeIT/archive/2010/08/27/tfs-2010-and-clickonce-deployment-w-multi-environment-install-support.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MadeIT/comments/commentRss/141523.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Microsoft Releases TFS Scrum process template</title>
            <category>Software - Team Foundation Server</category>
            <link>http://geekswithblogs.net/MadeIT/archive/2010/06/10/microsoft-releases-tfs-scrum-process-template.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/MadeIT/archive/2010/06/10/microsoft-releases-tfs-scrum-process-template.aspx'&gt;http://geekswithblogs.net/MadeIT/archive/2010/06/10/microsoft-releases-tfs-scrum-process-template.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Microsoft has announced and released a Beta version of a new process template for Team Foundation Server 2010 that is based purely on Scrum Methodology and terms. You can download the new template from the link below&lt;/p&gt;
&lt;a href="http://visualstudiogallery.msdn.microsoft.com/en-us/59ac03e3-df99-4776-be39-1917cbfc5d8e" target="_blank"&gt;TFS Scrum v1.0 Beta&lt;/a&gt;&lt;p&gt;For a more in depth look review see the Visual Studio Magazine announcement &lt;a target="_blank" href="http://visualstudiomagazine.com/articles/ms-new-tfs-2010-template-is-pure-scrum.aspx"&gt;HERE&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/MadeIT/aggbug/140333.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt deClercq</dc:creator>
            <guid>http://geekswithblogs.net/MadeIT/archive/2010/06/10/microsoft-releases-tfs-scrum-process-template.aspx</guid>
            <pubDate>Thu, 10 Jun 2010 16:29:02 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MadeIT/comments/140333.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MadeIT/archive/2010/06/10/microsoft-releases-tfs-scrum-process-template.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MadeIT/comments/commentRss/140333.aspx</wfw:commentRss>
        </item>
        <item>
            <title>TFS 2010 PowerTools Released</title>
            <category>Software - Team Foundation Server</category>
            <link>http://geekswithblogs.net/MadeIT/archive/2010/04/27/tfs-2010-powertools-released.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/MadeIT/archive/2010/04/27/tfs-2010-powertools-released.aspx'&gt;http://geekswithblogs.net/MadeIT/archive/2010/04/27/tfs-2010-powertools-released.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The TFS 2010 Power Tools were released on the 23rd. Check out the link for download and info.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://blogs.msdn.com/buckh/archive/2010/04/23/tfs-2010-power-tools-are-now-available.aspx"&gt;TFS 2010 PowerTools&lt;/a&gt;&lt;/p&gt; &lt;img src="http://geekswithblogs.net/MadeIT/aggbug/139543.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt deClercq</dc:creator>
            <guid>http://geekswithblogs.net/MadeIT/archive/2010/04/27/tfs-2010-powertools-released.aspx</guid>
            <pubDate>Tue, 27 Apr 2010 17:27:59 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MadeIT/comments/139543.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MadeIT/archive/2010/04/27/tfs-2010-powertools-released.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MadeIT/comments/commentRss/139543.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Team Explorer 2010 RC Install Crash Fix</title>
            <category>Software - Team Foundation Server</category>
            <link>http://geekswithblogs.net/MadeIT/archive/2010/02/12/team-explorer-2010-rc-install-crash-fix.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/MadeIT/archive/2010/02/12/team-explorer-2010-rc-install-crash-fix.aspx'&gt;http://geekswithblogs.net/MadeIT/archive/2010/02/12/team-explorer-2010-rc-install-crash-fix.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;At my current client we have about 15 or so users of Team Explorer Beta 2  that needed to be upgraded to the RC client (since I upgraded the server to RC). Out of those 15 there were 2 cases of users experiencing installs that would crash after reaching the Complete/Custom selection screen. One of the users was on a laptop running XP SP 3 and the other was on a desktop running XP SP 3. After many attempts (command line install w/ supressed UI, registry changes, etc.) at getting the setup to run correctly and install a working copy of Team Explorer 2010 RC failed I did some searching and found a few people running into the same problem.&lt;/p&gt;
&lt;p&gt;The general idea for a fix was that the Language Bar needed to be disabled in order for the install to be successful. So I gave it a shot and it worked. Both users are now happily running complete installs of Team Explorer 2010 RC. My steps taken are defined below:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Click Start, click Control Panel, and then double-click Regional and  Language Options.&lt;/li&gt;
    &lt;li&gt;On the Languages tab, under Text services and input languages, click  Details.&lt;/li&gt;
    &lt;li&gt;Under Preferences, click Language Bar.&lt;/li&gt;
    &lt;li&gt;Deselect the Show the Language bar on the desktop check box.&lt;/li&gt;
    &lt;li&gt;Extra step in my case: Remove handwriting recognition in the listbox on the parent window.&lt;/li&gt;
    &lt;li&gt;If the language bar is still present on the taskbar right-click it and remove it.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Not sure what the language bar has to do with the setup.exe of Team Explorer or Visual Studio but this slight change turned a headache into a good day. If anyone has a reason of why this error is occuring please post it in the comments.&lt;/p&gt;
&lt;p&gt;Hope this is helpful to those who find it.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/MadeIT/aggbug/137940.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt deClercq</dc:creator>
            <guid>http://geekswithblogs.net/MadeIT/archive/2010/02/12/team-explorer-2010-rc-install-crash-fix.aspx</guid>
            <pubDate>Fri, 12 Feb 2010 19:43:47 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MadeIT/comments/137940.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MadeIT/archive/2010/02/12/team-explorer-2010-rc-install-crash-fix.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/MadeIT/comments/commentRss/137940.aspx</wfw:commentRss>
        </item>
        <item>
            <title>TFS 2010 Beta 2 to RC Upgrade Complete</title>
            <category>Software - Team Foundation Server</category>
            <link>http://geekswithblogs.net/MadeIT/archive/2010/02/11/tfs-2010-beta-2-to-rc-upgrade-complete.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/MadeIT/archive/2010/02/11/tfs-2010-beta-2-to-rc-upgrade-complete.aspx'&gt;http://geekswithblogs.net/MadeIT/archive/2010/02/11/tfs-2010-beta-2-to-rc-upgrade-complete.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I performed an in place upgrade of a TFS 2010 Beta 2 instance to and RC instance yesterday using this guide:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://blogs.msdn.com/bkrieger/archive/2010/02/03/tfs-2010-beta2-to-rc-upgrade-guide.aspx"&gt;TFS Beta 2 to RC Upgrade Guide&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The overall process was relatively smooth. There was only one hiccup at the very end of the "Upgrade from previous version" config wizard that almost had me in tears. &lt;/p&gt;
&lt;p&gt;The last step was to upgrade all exisiting Project Collections. What it seemed to do was put each collection into a queue and then falg them as being serviced. While in this state nothing could be done to the collections and they were offline. The problem I had was that they never passed the first step of this process and remained in the offline/servicing status for about an hour. After searching for some sort of activity (logs, processes, etc..) I nearly cancelled the whole thing due to lack of information and the overall feeling that the process had hung up. Out of nowhere the config wizard closed, as if finished, and returned me to the TFS Admin Console. &lt;/p&gt;
&lt;p&gt;I looked through the application tier and the project collections were still offline and still queued for servicing. So I made the decision to perform an almighty restart on the server and hope for the best. When the server finally botted back up I went back in the admin console to check the status again and what I found was what I had hoped for, the project collection upgrade process was back in full swing and completinhg without error. &lt;/p&gt;
&lt;p&gt;Not sure if this was an isolated error or not, since it the RC was just released, but I hope that if others have this problem my journey will provide some help.&lt;br /&gt;
 &lt;/p&gt; &lt;img src="http://geekswithblogs.net/MadeIT/aggbug/137926.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt deClercq</dc:creator>
            <guid>http://geekswithblogs.net/MadeIT/archive/2010/02/11/tfs-2010-beta-2-to-rc-upgrade-complete.aspx</guid>
            <pubDate>Thu, 11 Feb 2010 15:37:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MadeIT/comments/137926.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MadeIT/archive/2010/02/11/tfs-2010-beta-2-to-rc-upgrade-complete.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MadeIT/comments/commentRss/137926.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Delete work items TFS 2010</title>
            <category>Software - Team Foundation Server</category>
            <link>http://geekswithblogs.net/MadeIT/archive/2010/02/04/delete-work-items-tfs-2010.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/MadeIT/archive/2010/02/04/delete-work-items-tfs-2010.aspx'&gt;http://geekswithblogs.net/MadeIT/archive/2010/02/04/delete-work-items-tfs-2010.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Seems as though the "destroywi" command has been moved from the Power Tools into the actual TFS administration executables. I case you were wondering here is the /? from the new destroy work item command in TFS 2010.&lt;/p&gt;
&lt;p&gt;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE&amp;gt;witadmin destroywi /?&lt;br /&gt;
Work Item Tracking Administration tool. (C) Copyright 2006 Microsoft Corporation. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Destroys a work item or work items.  Currently, work items can only be destroyed.  Destroying a work item means the work item is physically deleted and cannot be restored.  The system does not support logical (and thus recoverable) deletion of work items.&lt;br /&gt;
&lt;br /&gt;
Usage: witadmin destroywi /collection:collectionurl /id:id [/noprompt]&lt;br /&gt;
&lt;br /&gt;
 /collection    Specifies the Team Foundation project collection. Use a fully specified URL such as&lt;br /&gt;
                        http://servername:8080/tfs/Collection0.&lt;br /&gt;
 /id                  Specifies the ID of the work item to destroy.  Supports multiple IDs delimited by commas &lt;br /&gt;
                       such as 12,15,23 (with no whitespace).&lt;br /&gt;
 /noprompt   Turns off the confirmation message.&lt;/p&gt;
&lt;p&gt;I was looking for this using the old "tfpt destroywi" command and kept getting errors saying the command didn't exist when I finally did some searching and came across the new home for the command. Could be pretty helpful if needed.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/MadeIT/aggbug/137799.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt deClercq</dc:creator>
            <guid>http://geekswithblogs.net/MadeIT/archive/2010/02/04/delete-work-items-tfs-2010.aspx</guid>
            <pubDate>Thu, 04 Feb 2010 18:11:40 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MadeIT/comments/137799.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MadeIT/archive/2010/02/04/delete-work-items-tfs-2010.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/MadeIT/comments/commentRss/137799.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Expression Blend 4 (SketchFlow) TFS Integration</title>
            <category>Software - Team Foundation Server</category>
            <link>http://geekswithblogs.net/MadeIT/archive/2010/01/25/expression-blend-4-sketchflow-tfs-integration.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/MadeIT/archive/2010/01/25/expression-blend-4-sketchflow-tfs-integration.aspx'&gt;http://geekswithblogs.net/MadeIT/archive/2010/01/25/expression-blend-4-sketchflow-tfs-integration.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Looking to the future release of Expression Blend 4 I had some questions on how things will work with TFS. The main thing Iw as looking for was work item creation based on SketchFlow screens embedded within Expression Blend itself. Well I found out the other day that the extent of this integration has been expanded on from the previous release but it isn't as robust as I had hoped. The following is the main point of the conversation I had.&lt;/p&gt;
&lt;p&gt;- You will be able to create TFS work items from SketchFlow feedback, but you will not be able to create general work items from within Blend – this had to be cut...&lt;/p&gt;
&lt;p&gt;For those looking forward to heavier integration it looks like those items had to be cut but I imagine they will continue to be developed upon and will be released in the future.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/MadeIT/aggbug/137619.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt deClercq</dc:creator>
            <guid>http://geekswithblogs.net/MadeIT/archive/2010/01/25/expression-blend-4-sketchflow-tfs-integration.aspx</guid>
            <pubDate>Mon, 25 Jan 2010 15:42:02 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MadeIT/comments/137619.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MadeIT/archive/2010/01/25/expression-blend-4-sketchflow-tfs-integration.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MadeIT/comments/commentRss/137619.aspx</wfw:commentRss>
        </item>
        <item>
            <title>TFS 2010 Beta 2 and MS Project 2007 Integration (TFS_MSProject.log)</title>
            <category>Software - Team Foundation Server</category>
            <category>Software - Microsoft Project</category>
            <link>http://geekswithblogs.net/MadeIT/archive/2010/01/13/tfs-2010-beta-2-and-ms-project-2007-integration-tfs_msproject.log.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/MadeIT/archive/2010/01/13/tfs-2010-beta-2-and-ms-project-2007-integration-tfs_msproject.log.aspx'&gt;http://geekswithblogs.net/MadeIT/archive/2010/01/13/tfs-2010-beta-2-and-ms-project-2007-integration-tfs_msproject.log.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Steps to make MS Project create a log file of exceptions occuring during the load/refresh/publish using the "TFSOfficeAdd-In.dll" component.&lt;/p&gt;
&lt;p&gt;1) Navigaate to the directory that winproj.exe lives in. (Typically "C:\Program Files\Microsoft Office\[Version]\" where [Version] is the Office version I.E. Office12, Office14)&lt;/p&gt;
&lt;p&gt;2) Create a new text file named winproj.exe.config&lt;/p&gt;
&lt;p&gt;3) Add the following XML as the contents of the winproj.exe.config file:&lt;/p&gt;
&lt;p&gt;    &amp;lt;configuration&amp;gt;&lt;br /&gt;
       &amp;lt;system.diagnostics&amp;gt;&lt;br /&gt;
         &amp;lt;switches&amp;gt;&lt;br /&gt;
            &amp;lt;add name="General" value="3" /&amp;gt;&lt;br /&gt;
         &amp;lt;/switches&amp;gt;&lt;br /&gt;
         &amp;lt;trace autoflush="false" indentsize="3" /&amp;gt;&lt;br /&gt;
       &amp;lt;/system.diagnostics&amp;gt;&lt;br /&gt;
    &amp;lt;/configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;From now on, anytime an error occurs with your synch, a log file is created in the "%temp%" directory titled "tfs_msproject.log"&lt;/p&gt; &lt;img src="http://geekswithblogs.net/MadeIT/aggbug/137478.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt deClercq</dc:creator>
            <guid>http://geekswithblogs.net/MadeIT/archive/2010/01/13/tfs-2010-beta-2-and-ms-project-2007-integration-tfs_msproject.log.aspx</guid>
            <pubDate>Wed, 13 Jan 2010 22:29:20 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MadeIT/comments/137478.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MadeIT/archive/2010/01/13/tfs-2010-beta-2-and-ms-project-2007-integration-tfs_msproject.log.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MadeIT/comments/commentRss/137478.aspx</wfw:commentRss>
        </item>
        <item>
            <title>TFS 2010 Beta 2 and MS Project 2007 Integration (FieldMapping.xml)</title>
            <category>Software - Team Foundation Server</category>
            <link>http://geekswithblogs.net/MadeIT/archive/2010/01/13/tfs-2010-beta-2-and-ms-project-2007-integration-fieldmapping.xml.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/MadeIT/archive/2010/01/13/tfs-2010-beta-2-and-ms-project-2007-integration-fieldmapping.xml.aspx'&gt;http://geekswithblogs.net/MadeIT/archive/2010/01/13/tfs-2010-beta-2-and-ms-project-2007-integration-fieldmapping.xml.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I was running into an odd problem today when trying to add some new custom columns to a Microsoft Project project plan. These fields were driven by the values in other columns, in other words they calculated columns that used custom formulas I created to poluate them with content. I had added new fields to my project plan and validated and tested the formulas. Next I updated my task.xml to contain the new fields in TFS and uploaded that, then changed the FieldMapping.xml to reflect the mapping.&lt;/p&gt;
&lt;p&gt;I had only added two new fields (and have done this many times before) so I wasn't at all worried about failure. Sure enough when I hit refresh the first time I received "TF82039: Team Foundation was unable to modify the project plan". I knew I couldn't have done anything wrong so I was worried that the fact that these columns were calculated was the issue. After much searching and no results I decided to troubleshoot a little more. I removed the mapping to one of the columns in my FieldMapping.xml and tried to refresh again. Project/TFS magically completed the process with no errors. So I went back and added the other field back in and voila, worked like charm. &lt;/p&gt;
&lt;p&gt;I'm still not sure what the deal was, or why it let me add the one at a time. SO, if you run into this problem, try adding the new mappings one at a time. It also might help to create a tfs_msproject.log file to get the stacktrace and exception that occurs in your case. &lt;/p&gt;
&lt;p&gt;I'll post steps to ensure that that file gets created later.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt; &lt;img src="http://geekswithblogs.net/MadeIT/aggbug/137477.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt deClercq</dc:creator>
            <guid>http://geekswithblogs.net/MadeIT/archive/2010/01/13/tfs-2010-beta-2-and-ms-project-2007-integration-fieldmapping.xml.aspx</guid>
            <pubDate>Wed, 13 Jan 2010 22:22:13 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MadeIT/comments/137477.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MadeIT/archive/2010/01/13/tfs-2010-beta-2-and-ms-project-2007-integration-fieldmapping.xml.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MadeIT/comments/commentRss/137477.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>