<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" 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:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - Error MSB3073 exited with code 3</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - Error MSB3073 exited with code 3</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Thu, 20 Jun 2013 01:21:55 GMT</pubDate>
	<lastBuildDate>Thu, 20 Jun 2013 01:21:55 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>4</c9:totalResults>
	<c9:pageCount>-4</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - Error MSB3073 exited with code 3</title>
		<description><![CDATA[<p>I have converted a project from VC&#43;&#43; 6.0 to VC&#43;&#43; 2010, and these are the steps I went through when I compiled the project:</p><ul><li>Clean Solution </li><li>Rebuild Solution or </li><li>Build Solution (The 1st time) </li></ul><p>Here is the error I get when I follow those steps above:</p><p><strong>error MSB3073: The command &quot;regsvr32 /s /c &quot;C:\SourceControl\MyProject\.\Debug\MyProject.dll&quot; echo regsvr32 exec. time &gt; &quot;.\Debug\regsvr32.trg&quot; echo Execute mtxrereg.exe before using MTS components in MTS</strong></p><p><strong>:VCEnd&quot; exited with code 3.&nbsp;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets&nbsp;183&nbsp;6</strong></p><p>However,&nbsp; immediately after getting that error where I do just a &quot;<strong>Build Solution</strong>&quot; ONLY I get Build succeeded</p><p>Under Project &gt; Properties &gt; Configuration Properties &gt; Custom Build Step I have Command Line:</p><p>regsvr32 /s /c &quot;$(TargetPath)&quot; echo regsvr32 exec. time &gt; &quot;$(OutDir)regsvr32.trg&quot; echo Execute mtxrereg.exe before using MTS components in MTS</p><p>Does anyone know why this happens and how I can resolve it?</p><p>NOTE:&nbsp; I do have VS 2010 set to &quot;Run As Administrator&quot;</p><p>Thanks</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Error-MSB3073-exited-with-code-3/b668c25e66ec4544b3829fb2011fd9e4#b668c25e66ec4544b3829fb2011fd9e4</link>
		<pubDate>Wed, 07 Dec 2011 17:28:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Error-MSB3073-exited-with-code-3/b668c25e66ec4544b3829fb2011fd9e4#b668c25e66ec4544b3829fb2011fd9e4</guid>
		<dc:creator>daEliteSniper</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/daEliteSniper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Error MSB3073 exited with code 3</title>
		<description><![CDATA[<p>The issue that causes &quot;Error MSB3073 exited with code 3&quot; happens to be with the VALUE in the <em><span>Outputs</span></em> property under <strong>Project &gt; Properties &gt; Configuration Properties &gt; Custom Build Step</strong>.</p><p>When I choose Edit for Outputs, a dialog box comes up.&nbsp; I enter a value of &quot;<strong>$(OutDir)\regsvr32.trg</strong>&quot; in the upper textbox then click OK.&nbsp; Now for some reason VS 2010 changes the display text to show &quot;<strong>$(OutDir)\regsvr32.trg;%(Outputs)</strong>&quot;.&nbsp; I'm not sure why or if that is the cause of the problem.</p><p>However, I will get &quot;Build Successful&quot; if I change my Output value to &quot;<strong>&lt;inherit from parent or project defaults&gt;</strong>&quot; instead of choosing Edit and putting a value in.&nbsp; No more Error MSB3073 exited with code 3.</p><p>I guess I can say this issue is resolved but I'd like to know why/what causes this issue to begin with.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Error-MSB3073-exited-with-code-3/c1ab4ee4efb74dd08fec9fc70144f8db#c1ab4ee4efb74dd08fec9fc70144f8db</link>
		<pubDate>Wed, 28 Dec 2011 19:43:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Error-MSB3073-exited-with-code-3/c1ab4ee4efb74dd08fec9fc70144f8db#c1ab4ee4efb74dd08fec9fc70144f8db</guid>
		<dc:creator>daEliteSniper</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/daEliteSniper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Error MSB3073 exited with code 3</title>
		<description><![CDATA[<p>Thank you for the fix.&nbsp; This in fact did solve the issue</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Error-MSB3073-exited-with-code-3/c20bdbdbf7744fe4822ea07600fae8bd#c20bdbdbf7744fe4822ea07600fae8bd</link>
		<pubDate>Wed, 20 Jun 2012 15:13:31 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Error-MSB3073-exited-with-code-3/c20bdbdbf7744fe4822ea07600fae8bd#c20bdbdbf7744fe4822ea07600fae8bd</guid>
		<dc:creator>Kountree</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Kountree/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Error MSB3073 exited with code 3</title>
		<description><![CDATA[<p>DllMain returning FALSE will cause this error.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Error-MSB3073-exited-with-code-3/ba364927ff6f43a691a6a0cf0091742b#ba364927ff6f43a691a6a0cf0091742b</link>
		<pubDate>Mon, 17 Sep 2012 08:49:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Error-MSB3073-exited-with-code-3/ba364927ff6f43a691a6a0cf0091742b#ba364927ff6f43a691a6a0cf0091742b</guid>
		<dc:creator>Inge Eivind Henriksen</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/IngeHenriksen/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>