<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: build Add-ins From msbuild command-line in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679144#M18209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; -- it's only when TeamCity is calling that it has this odd behavior.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As I've asked around with some of the other AO developers I know I am often met with the blank stare of "why would you want to use an external build tool".&amp;nbsp; I was really starting to fear that trying to implement anything like this was going to brand me some kind of java developing freak.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2012 16:09:38 GMT</pubDate>
    <dc:creator>LukeBadgerow</dc:creator>
    <dc:date>2012-04-23T16:09:38Z</dc:date>
    <item>
      <title>build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679136#M18201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am in the process of putting together a CI Server application (Jenkins) that is currently building my SOA application.&amp;nbsp; I would like to add a desktop add-in that I am also working on to this server, however in order for that to happen I need to be able to build with msbuild.exe.&amp;nbsp; When I try and compile my add-in project with msbuild I receive the following error (more specifically, the following comes from Jenkins, but it's the same error locally):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Started by user anonymous&lt;BR /&gt;Updating &lt;A href="http://subversion-repo/EngineeringServices/DesktopGISUtilities/DOTNET/WaterEditorExtension"&gt;http://subversion-repo/EngineeringServices/DesktopGISUtilities/DOTNET/WaterEditorExtension&lt;/A&gt;&lt;BR /&gt;At revision 1241&lt;BR /&gt;no change for &lt;A href="http://subversion-repo/EngineeringServices/DesktopGISUtilities/DOTNET/WaterEditorExtension"&gt;http://subversion-repo/EngineeringServices/DesktopGISUtilities/DOTNET/WaterEditorExtension&lt;/A&gt; since the previous build&lt;BR /&gt;Path To MSBuild.exe: C:\Windows\Microsoft.NET\Framework\v3.5\msbuild.exe&lt;BR /&gt;Executing command: cmd.exe /C C:\Windows\Microsoft.NET\Framework\v3.5\msbuild.exe c:\workspace\dotnet\watereditor10\watereditorextension.csproj &amp;amp;&amp;amp; exit %%ERRORLEVEL%%&lt;BR /&gt;[workspace] $ cmd.exe /C C:\Windows\Microsoft.NET\Framework\v3.5\msbuild.exe c:\workspace\dotnet\watereditor10\watereditorextension.csproj &amp;amp;&amp;amp; exit %%ERRORLEVEL%%&lt;BR /&gt;Microsoft (R) Build Engine Version 3.5.30729.1&lt;BR /&gt;[Microsoft .NET Framework, Version 2.0.50727.3623]&lt;BR /&gt;Copyright (C) Microsoft Corporation 2007. All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Build started 11/29/2011 11:20:08 AM.&lt;BR /&gt;Project "c:\workspace\dotnet\watereditor10\watereditorextension.csproj" on node 0 (default targets).&lt;BR /&gt;Project file contains ToolsVersion="4.0", which is not supported by this version of MSBuild. Treating the project as if it had ToolsVersion="3.5".&lt;BR /&gt;C:\Program Files (x86)\MSBuild\ESRI\ESRI.ArcGIS.AddIns.targets(36,5): error MSB4062: The "ValidateAddInXMLTask" task could not be loaded from the assembly ESRI.ArcGIS.AddIns.SDK, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86. Could not load file or assembly 'Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the &amp;lt;UsingTask&amp;gt; declaration is correct, and that the assembly and all its dependencies are available.&lt;BR /&gt;Done Building Project "c:\workspace\dotnet\watereditor10\watereditorextension.csproj" (default targets) -- FAILED.&lt;BR /&gt;&lt;BR /&gt;Build FAILED.&lt;BR /&gt;&lt;BR /&gt;"c:\workspace\dotnet\watereditor10\watereditorextension.csproj" (default target) (1) -&amp;gt;&lt;BR /&gt;(PrePackageArcGISAddIn target) -&amp;gt; &lt;BR /&gt;&amp;nbsp; C:\Program Files (x86)\MSBuild\ESRI\ESRI.ArcGIS.AddIns.targets(36,5): error MSB4062: The "ValidateAddInXMLTask" task could not be loaded from the assembly ESRI.ArcGIS.AddIns.SDK, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86. Could not load file or assembly 'Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the &amp;lt;UsingTask&amp;gt; declaration is correct, and that the assembly and all its dependencies are available.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 Warning(s)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 Error(s)&lt;BR /&gt;&lt;BR /&gt;Time Elapsed 00:00:00.68&lt;BR /&gt;Build step 'Build a Visual Studio project or solution using MSBuild.' marked build as failure&lt;BR /&gt;Finished: FAILURE&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 19:09:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679136#M18201</guid>
      <dc:creator>LukeBadgerow</dc:creator>
      <dc:date>2011-11-29T19:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679137#M18202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;so I'll bump myself, since every time I google this I get brought back here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error above is actually caused by the version of msbuild I was using.&amp;nbsp; When I switched to use the DOTNET Framework v4.0 I receive a new and also interesting error.&amp;nbsp; Side note, I am able to build both of the WPF/ Console applications I have targeted for 10.0.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;C:\Program Files (x86)\MSBuild\ESRI\ESRI.ArcGIS.AddIns.targets(36,5): error MSB&lt;BR /&gt;4062: The "ValidateAddInXMLTask" task could not be loaded from the assembly ESR&lt;BR /&gt;I.ArcGIS.AddIns.SDK, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc63&lt;BR /&gt;1e44ad86. Could not load file or assembly 'Microsoft.VisualStudio.Shell.9.0, Ve&lt;BR /&gt;rsion=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its&lt;BR /&gt;dependencies. The system cannot find the file specified. Confirm that the &amp;lt;Usin&lt;BR /&gt;gTask&amp;gt; declaration is correct, that the assembly and all its dependencies are a&lt;BR /&gt;vailable, and that the task contains a public class that implements Microsoft.B&lt;BR /&gt;uild.Framework.ITask. &lt;C&gt;&lt;BR /&gt;Done Building Project "c:\workspace\dotnet\watereditor10\watereditorextension.c&lt;BR /&gt;sproj" (default targets) -- FAILED.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Build FAILED.&lt;/C&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;right now, I believe that the &amp;lt;UsingTask&amp;gt; that the error is referring to comes from the targets file for the Addins.SDK:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; &amp;lt;UsingTask AssemblyName="ESRI.ArcGIS.AddIns.SDK, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" TaskName="ValidateAddInXMLTask" /&amp;gt;


 &amp;lt;Target Name="PrePackageArcGISAddIn"&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ValidateAddInXMLTask ContentFiles="@(AddInContent)" BuildProjectPath="$(ProjectPath)" AssemblyName="$(TargetFileName)" TargetFrameworkVersion="$(TargetFrameworkVersion)" /&amp;gt;&amp;nbsp; 
&amp;nbsp; &amp;lt;/Target&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But that's where I'm stuck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679137#M18202</guid>
      <dc:creator>LukeBadgerow</dc:creator>
      <dc:date>2021-12-12T04:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679138#M18203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever get any resolution on this?&amp;nbsp; I'm experiencing the exact same problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 20:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679138#M18203</guid>
      <dc:creator>AndrewFlanagan</dc:creator>
      <dc:date>2012-03-21T20:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679139#M18204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you ever get any resolution on this?&amp;nbsp; I'm experiencing the exact same problem.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't as yet.&amp;nbsp; I've worked with it for couple of days here and there, and I forwarded the error message to a friend that works in Redlands but I don't expect to hear from him for a while given the fact that they're in code freeze moving up to 10.1.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm waiting to elevate this to an actual tech services call until I have the time to burn explaining what I'm trying to do to teir-1 support.&amp;nbsp; As I hear anything I'll let you know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 14:03:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679139#M18204</guid>
      <dc:creator>LukeBadgerow</dc:creator>
      <dc:date>2012-03-27T14:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679140#M18205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have this problem, too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've used the &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/e74a18c4%28v=vs.100%29.aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;assembly binding log viewer&lt;/A&gt;&lt;SPAN&gt; (can be found at C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin) to analyze what happens when the ValidateAddInXMLTask gets called. The log showed up like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:1;"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;*** Assembly Binder Log Entry&amp;nbsp; (13.4.2012 @ 9:21:45) ***

The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.

Assembly manager loaded from:&amp;nbsp; C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Running under executable&amp;nbsp; C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe
--- A detailed error log follows. 

=== Pre-bind state information ===
LOG: User = xxxxx
LOG: DisplayName = Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
 (Fully-specified)
LOG: Appbase = file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = MSBuild.exe
Calling assembly : ESRI.ArcGIS.AddIns.SDK, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe.Config
LOG: Using host configuration file: 
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
LOG: Post-policy reference: Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: GAC Lookup was unsuccessful.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Microsoft.VisualStudio.Shell.9.0.DLL.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Microsoft.VisualStudio.Shell.9.0/Microsoft.VisualStudio.Shell.9.0.DLL.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Microsoft.VisualStudio.Shell.9.0.EXE.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Microsoft.VisualStudio.Shell.9.0/Microsoft.VisualStudio.Shell.9.0.EXE.
LOG: All probing URLs attempted and failed.
&lt;/PRE&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also found that the missing file &lt;/SPAN&gt;&lt;STRONG&gt;Microsoft.VisualStudio.Shell.9.0.DLL&lt;/STRONG&gt;&lt;SPAN&gt; is part of the Visual Studio SDK. So I downloaded the VS2010 SDK and installed it. Then I had to manually copy the file to the folder &lt;/SPAN&gt;&lt;STRONG&gt;C:/Windows/Microsoft.NET/Framework64/v4.0.30319/&lt;/STRONG&gt;&lt;SPAN&gt; (the dll didn't register to the GAC).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I'm stuck with error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;C:\Program Files (x86)\MSBuild\ESRI\ESRI.ArcGIS.AddIns.targets (109): Missing required ArcGIS component(s). Make sure you have a valid ArcGIS runtime install.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with the log entry:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size:2;"&gt;*** Assembly Binder Log Entry&amp;nbsp; (13.4.2012 @ 10:42:38) ***

The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.

Assembly manager loaded from:&amp;nbsp; C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Running under executable&amp;nbsp; C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe
--- A detailed error log follows. 

=== Pre-bind state information ===
LOG: User = xxxxxx
LOG: DisplayName = ESRI.ArcGIS.AddIns.SDK.resources, Version=10.0.0.0, Culture=en-US, PublicKeyToken=8fc3cc631e44ad86
 (Fully-specified)
LOG: Appbase = file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = MSBuild.exe
Calling assembly : ESRI.ArcGIS.AddIns.SDK, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe.Config
LOG: Using host configuration file: 
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
LOG: Post-policy reference: ESRI.ArcGIS.AddIns.SDK.resources, Version=10.0.0.0, Culture=en-US, PublicKeyToken=8fc3cc631e44ad86
LOG: GAC Lookup was unsuccessful.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/en-US/ESRI.ArcGIS.AddIns.SDK.resources.DLL.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/en-US/ESRI.ArcGIS.AddIns.SDK.resources/ESRI.ArcGIS.AddIns.SDK.resources.DLL.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/en-US/ESRI.ArcGIS.AddIns.SDK.resources.EXE.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/en-US/ESRI.ArcGIS.AddIns.SDK.resources/ESRI.ArcGIS.AddIns.SDK.resources.EXE.
LOG: All probing URLs attempted and failed.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no idea where to get the &lt;/SPAN&gt;&lt;STRONG&gt;ESRI.ArcGIS.AddIns.SDK.resources.DLL&lt;/STRONG&gt;&lt;SPAN&gt; from!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:36:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679140#M18205</guid>
      <dc:creator>JuhoVainio</dc:creator>
      <dc:date>2021-12-12T04:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679141#M18206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To give some more details of my issues (which is the same and is still unresolved):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I only have this issue on our Continuous Integration agent server. We're using TeamCity to perform the build. We're using their solution builder and simply pointing to our .NET solution. Interestingly, if I load the solution on the same box into Visual Studio 2010, I can build with no errors -- it's only when TeamCity is calling that it has this odd behavior.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 15:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679141#M18206</guid>
      <dc:creator>AndrewFlanagan</dc:creator>
      <dc:date>2012-04-13T15:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679142#M18207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;To give some more details of my issues (which is the same and is still unresolved):&lt;BR /&gt;&lt;BR /&gt;I only have this issue on our Continuous Integration agent server. We're using TeamCity to perform the build. We're using their solution builder and simply pointing to our .NET solution. Interestingly, if I load the solution on the same box into Visual Studio 2010, I can build with no errors -- it's only when TeamCity is calling that it has this odd behavior.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, we're having exactly the same behaviour. CI --&amp;gt; errors, VS2010 --&amp;gt; no errors.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 04:34:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679142#M18207</guid>
      <dc:creator>JuhoVainio</dc:creator>
      <dc:date>2012-04-18T04:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679143#M18208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;I have no idea where to get the &lt;STRONG&gt;ESRI.ArcGIS.AddIns.SDK.resources.DLL&lt;/STRONG&gt; from!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you managed to track down this dll?&amp;nbsp; I pulled out&amp;nbsp; the "parent" ESRI.ArcGIS.AddIns.SDK.dll by reinstalling the ArcObjects .NET SDK as described in this forum thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/118-Beta-10-.Net-Untrusted-component"&gt;http://forums.arcgis.com/threads/118-Beta-10-.Net-Untrusted-component&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I just went through another quick search of my file system and didn't see the .resources.dll anywhere.&amp;nbsp; I'm going to keep looking though.&amp;nbsp; thanks for posting your logs!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 16:05:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679143#M18208</guid>
      <dc:creator>LukeBadgerow</dc:creator>
      <dc:date>2012-04-23T16:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679144#M18209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; -- it's only when TeamCity is calling that it has this odd behavior.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As I've asked around with some of the other AO developers I know I am often met with the blank stare of "why would you want to use an external build tool".&amp;nbsp; I was really starting to fear that trying to implement anything like this was going to brand me some kind of java developing freak.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 16:09:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679144#M18209</guid>
      <dc:creator>LukeBadgerow</dc:creator>
      <dc:date>2012-04-23T16:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679145#M18210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;[SOLVED] &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to finally resolve this on our TeamCity CI server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Download the Visual Studio 2010 SDK SP1 from Microsoft:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.microsoft.com/en-us/download/details.aspx?id=21835"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=21835&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Install on the CI server&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Grab the Microsoft.VisualStudio.Shell.9.0.dll file from under &amp;lt;SDK Install Folder&amp;gt;\VisualStudioIntegration\Common\Assemblies\v2.0 (I believe the default path is C:\Program Files (x86)\Microsoft Visual Studio 2010 SDK SP1\VisualStudioIntegration\Common\Assemblies\v2.0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Throw it in the GAC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) Have your CI rebuild!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did run into another snag that's related to the ArcGIS build environment.We were running the TeamCity Build Agent service as LocalSystem. Since ESRI wants to do some funky user-based installation post-build, I had to run the server as a "real user". I'm not sure of the details and quite frankly was just happy to get it working finally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if this works for you guys -- I'm curious to see if there are other issues.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 21:04:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679145#M18210</guid>
      <dc:creator>AndrewFlanagan</dc:creator>
      <dc:date>2012-04-26T21:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679146#M18211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;4) Throw it in the GAC.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Visual Studio Command Prompt --&amp;gt; Run as Administrator --&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-family:Lucida Console;"&gt;&lt;STRONG&gt;gacutil /i Microsoft.VisualStudio.Shell.9.0.dll&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Let me know if this works for you guys -- I'm curious to see if there are other issues.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;At first it gave me an error, but then I checked the build plan's MSBuild options (TFS 2010). I changed the &lt;/SPAN&gt;&lt;STRONG&gt;MSBuild Platform&lt;/STRONG&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;STRONG&gt;x86&lt;/STRONG&gt;&lt;SPAN&gt; and then it succeeded!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for everyone for their help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 16:18:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679146#M18211</guid>
      <dc:creator>JuhoVainio</dc:creator>
      <dc:date>2012-04-27T16:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679147#M18212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I still get stuck with the same ValidateAddInXMLTask error.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still tinkering with some configurations though.&amp;nbsp; Registering the Shell.9.0.dll with the gac didn't solve my issue.&amp;nbsp; I'm running into a version conflict now with the Shell dll (version I have is 10.0) from my log viewer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
*** Assembly Binder Log Entry&amp;nbsp; (6/18/2012 @ 8:35:07 AM) ***

The operation failed.
Bind result: hr = 0x80131040. No description available.

Assembly manager loaded from:&amp;nbsp; C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\clr.dll
Running under executable&amp;nbsp; C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
--- A detailed error log follows. 

=== Pre-bind state information ===
LOG: User = CWW\LBadgerow
LOG: DisplayName = Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
 (Fully-specified)
LOG: Appbase = file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = MSBuild.exe
Calling assembly : ESRI.ArcGIS.AddIns.SDK, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe.Config
LOG: Using host configuration file: 
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: GAC Lookup was unsuccessful.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/Microsoft.VisualStudio.Shell.9.0.DLL.
LOG: Assembly download was successful. Attempting setup of file: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.VisualStudio.Shell.9.0.dll
LOG: Entering run-from-source setup phase.
LOG: Assembly Name is: Microsoft.VisualStudio.Shell.9.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
WRN: Comparing the assembly name resulted in the mismatch: Major Version
ERR: The assembly reference did not match the assembly definition found.
ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated.

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:37:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679147#M18212</guid>
      <dc:creator>LukeBadgerow</dc:creator>
      <dc:date>2021-12-12T04:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679148#M18213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have this problem, resolved or not - could you please list what you have installed on your machines?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a checklist:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- OS Version&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Major OS SPs, if any&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Visual Studio versions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Microsoft SDKs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- other software from Microsoft&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sergey Malgin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 15:24:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679148#M18213</guid>
      <dc:creator>SergeyMalgin</dc:creator>
      <dc:date>2013-04-24T15:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679149#M18214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I still get stuck with the same ValidateAddInXMLTask error.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I'm still tinkering with some configurations though.&amp;nbsp; Registering the Shell.9.0.dll with the gac didn't solve my issue.&amp;nbsp; I'm running into a version conflict now with the Shell dll (version I have is 10.0) from my log viewer:&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently ESRI.ArcGIS.AddIns.SDK.dll binds to a specific version of Microsoft.VisualStudio.Shell.9.0, which is 2.0.0.0. You have 10.0.0.0 in the GAC. You can get 2.0.0.0 from the VS 2008 SDK&amp;nbsp; at &lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/en-us/download/details.aspx?id=21827"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=21827&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 15:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679149#M18214</guid>
      <dc:creator>SergeyMalgin</dc:creator>
      <dc:date>2013-04-24T15:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679150#M18215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have this problem, too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I also found that the missing file &lt;STRONG&gt;Microsoft.VisualStudio.Shell.9.0.DLL&lt;/STRONG&gt; is part of the Visual Studio SDK. So I downloaded the VS2010 SDK and installed it. Then I had to manually copy the file to the folder &lt;STRONG&gt;C:/Windows/Microsoft.NET/Framework64/v4.0.30319/&lt;/STRONG&gt; (the dll didn't register to the GAC).&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;I have no idea where to get the &lt;STRONG&gt;ESRI.ArcGIS.AddIns.SDK.resources.DLL&lt;/STRONG&gt; from!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to get it into the GAC if you run Visual Studio Command Prompt as an Administrator. The command is gacutil -if &amp;lt;DLL name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The required version is 2.0.0.0. You can get it from the Visual Studio 2008 SDK (Microsoft download - &lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/en-us/download/details.aspx?id=21827"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=21827&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not clear why ESRI.ArcGIS.AddIns.SDK.resources.DLL is requested. It is not in the reference list of the ESRI.ArcGIS.AddIns.SDK assembly and you can verify that with the Reflector or other dependency viewer tool. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What OS locale do you have on your build machine?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 15:42:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679150#M18215</guid>
      <dc:creator>SergeyMalgin</dc:creator>
      <dc:date>2013-04-24T15:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679151#M18216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a similar problem in that I use Visual Studio 2012 which is not supported by 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I did was to have the Visual Studio project just build the DLL, i.e. I did not use the ESRI template.&amp;nbsp; I then added a step which creates the add-in "package" myself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 May 2013 18:04:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679151#M18216</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-05-11T18:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679152#M18217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have a similar problem in that I use Visual Studio 2012 which is not supported by 10.1.&lt;BR /&gt;&lt;BR /&gt;What I did was to have the Visual Studio project just build the DLL, i.e. I did not use the ESRI template.&amp;nbsp; I then added a step which creates the add-in "package" myself.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please give a little more detail on how you do the 'package' step.&amp;nbsp; This is what I am trying to do and have not quite figured out&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Joe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 12:54:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679152#M18217</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2013-05-17T12:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679153#M18218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On my machine I have both Visual Studio 2010 and Visual Studio 2012 installed.&amp;nbsp; I used VS 2010 to create a add-in which generated an soe file.&amp;nbsp; The soe file is just a renamed zip file to I renamed it to zip and then unzipped it.&amp;nbsp; You can edit the configuration file and/or replace the DLL and then zip it back up and then finally rename it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my particular case, I wrote some software which uses a fixed XML configuration file (I have to manually update it if I update any soe related attributes) but it does automatically generate the soe file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are not pressed for time then you might want to wait until 10.2 is released (sometime in June according to ESRI) because they may well add support for VS 2012 in this release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 15:16:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679153#M18218</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-05-17T15:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679154#M18219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just found this thread and solved the issue by making sure VS was running as an administrator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 16:13:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679154#M18219</guid>
      <dc:creator>NeilShetty</dc:creator>
      <dc:date>2014-06-11T16:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: build Add-ins From msbuild command-line</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679155#M18220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I tried everything described here: install the SDK of VS2010, run my VS as admin, Create the build for x86.....but nothing ever happen...I got the same error &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt; I'm trying to compile an Add-in in VS 2013&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 01:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/build-add-ins-from-msbuild-command-line/m-p/679155#M18220</guid>
      <dc:creator>Cristian_Galindo</dc:creator>
      <dc:date>2014-09-23T01:54:00Z</dc:date>
    </item>
  </channel>
</rss>

