<?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: Help with Help docs  SOE question in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328229#M12573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Ajit for this news!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2013 18:18:23 GMT</pubDate>
    <dc:creator>nicogis</dc:creator>
    <dc:date>2013-04-11T18:18:23Z</dc:date>
    <item>
      <title>Help with Help docs  SOE question</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328223#M12567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to publish a Server Object Extension in 10.1.&amp;nbsp; This page&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004s7000000" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004s7000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;says: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Build your project and package it into an .soe file???Starting at ArcGIS 10.1 for Server, SOEs are encapsulated in an .soe file. After compiling your code, you create the .soe file using Esri-provided utilities integrated into your IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is all it says.&amp;nbsp; I understand "Build your project" but have no clue how to "package it into an .soe file".&amp;nbsp; There is absolutely no help on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please expound.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 17:05:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328223#M12567</guid>
      <dc:creator>BrentHoskisson</dc:creator>
      <dc:date>2013-03-12T17:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Help docs  SOE question</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328224#M12568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you install the ArcObjects SDK on top of Visual Studio 2010 then ESRI will install a project template for you which does this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 20:04:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328224#M12568</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-03-12T20:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Help docs  SOE question</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328225#M12569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There was another error short circuiting the process.&amp;nbsp; But it still would be nice to know how to generate these manually.&amp;nbsp; The solution does nothing if you are in VS2012.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In VS2012 you have to edit the project file and add&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;"&gt; &amp;lt;PropertyGroup&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ZipFileExtension&amp;gt;soe&amp;lt;/ZipFileExtension&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;AddInTargetProduct&amp;gt;Server&amp;lt;/AddInTargetProduct&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;AddInTargetVersion&amp;gt;10.1&amp;lt;/AddInTargetVersion&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/PropertyGroup&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Import Project="$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.Server.targets" Condition="Exists('$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.Server.targets')" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AFTER the &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;"&gt;&amp;lt;Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 12:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328225#M12569</guid>
      <dc:creator>BrentHoskisson</dc:creator>
      <dc:date>2013-03-13T12:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Help docs  SOE question</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328226#M12570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I generate mine manually.&amp;nbsp; The extensions (soe, ecfg, etc.) are all renamed zip files.&amp;nbsp; You can unzip them, reverse engineer the contents, and then generate them manually yourself.&amp;nbsp; For example, I add additional configuration files to my soe.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 19:52:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328226#M12570</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-03-13T19:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Help docs  SOE question</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328227#M12571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brent, for now vs2012 with arcobjects sdk 10.1 isn't supported (see &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/system-requirements/10.1/index.html#//01510000006n000000"&gt;http://resources.arcgis.com/en/help/system-requirements/10.1/index.html#//01510000006n000000&lt;/A&gt;&lt;SPAN&gt; ). see also &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/66951-ArcObjects-SDK-for-Microsoft-.NET-Framework-Visual-Studio-2012"&gt;http://forums.arcgis.com/threads/66951-ArcObjects-SDK-for-Microsoft-.NET-Framework-Visual-Studio-2012&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 06:17:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328227#M12571</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-03-14T06:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Help docs  SOE question</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328228#M12572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are plans to support VS 2012 in the .NET AO SDK at 10.2. This hasn't been finalized yet, but it will very likely happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ajit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 15:32:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328228#M12572</guid>
      <dc:creator>AjitDharmik</dc:creator>
      <dc:date>2013-04-11T15:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Help docs  SOE question</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328229#M12573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Ajit for this news!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 18:18:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/help-with-help-docs-nbsp-soe-question/m-p/328229#M12573</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-04-11T18:18:23Z</dc:date>
    </item>
  </channel>
</rss>

