<?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/"
	>

<channel>
	<title>TFS &#8211; Other Things</title>
	<atom:link href="https://blog.adamzolo.com/category/tfs/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.adamzolo.com</link>
	<description>Blog about Things by Adam Zolotarev</description>
	<lastBuildDate>Sat, 22 Mar 2014 00:27:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>TFS Build Error SB4062 Microsoft.TeamFoundation.Build.Tasks.dll not found</title>
		<link>https://blog.adamzolo.com/sb4062/</link>
					<comments>https://blog.adamzolo.com/sb4062/#respond</comments>
		
		<dc:creator><![CDATA[Adam Zolo]]></dc:creator>
		<pubDate>Sat, 22 Mar 2014 00:27:32 +0000</pubDate>
				<category><![CDATA[TFS]]></category>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=46</guid>

					<description><![CDATA[I encountered an issue where a local build would fail on my machine, while succeeding on the other. I used Visual Studio 2010 for the build. This is the error message: Error SB4062: The &#8220;Microsoft.TeamFoundation.Build.Tasks.BuildStep&#8221; task could not be loaded from the assembly C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\Microsoft.TeamFoundation.Build.Tasks.dll. The solution was to replace my&#8230;<p><a class="more-link" href="https://blog.adamzolo.com/sb4062/" title="Continue reading &#8216;TFS Build Error SB4062 Microsoft.TeamFoundation.Build.Tasks.dll not found&#8217;">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>I encountered an issue where a local build would fail on my machine, while succeeding on the other. I used Visual Studio 2010 for the build. This is the error message:</p>
<p>Error SB4062: The &#8220;Microsoft.TeamFoundation.Build.Tasks.BuildStep&#8221; task could not be loaded from the assembly C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\Microsoft.TeamFoundation.Build.Tasks.dll.</p>
<p>The solution was to replace my local file from<em> C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\TeamBuild\Microsoft.TeamFoundation.Build.targets</em> with the one from a different machine with a working build. Not quite sure why I had an older targets file. Possibly, at some point I installed an older version of Visual Studio and it updated the .targets file with the older version.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.adamzolo.com/sb4062/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
