<?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: How To Get the .soe File From VS 2015 Projects in ArcGIS Enterprise Extensibility Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-soe-file-from-vs-2015-projects/m-p/809777#M90</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you in this situation ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;Problems with .NET SDK SOE templates at 10.2 in Visual Studio 2012 prevent the .soe file from being generated.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;The cause of this bug and the issue you are having are the same.&lt;BR /&gt;The workaround would be :&lt;BR /&gt;Edit the project file *.csproj:&lt;BR /&gt;Near the bottom of the XML you will see an Import element. For both Project and Condition, update the path from Server.targets to Server.11.targets.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Aug 2017 09:40:13 GMT</pubDate>
    <dc:creator>nicogis</dc:creator>
    <dc:date>2017-08-24T09:40:13Z</dc:date>
    <item>
      <title>How To Get the .soe File From VS 2015 Projects</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-soe-file-from-vs-2015-projects/m-p/809776#M89</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: rgba(248, 248, 248, 0.6); border: 0px; margin: 0px 0px 1em;"&gt;Using this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/nicogis/Geometric-Network-Utility-SOE" rel="nofollow noreferrer" style="color: #358daa; border: 0px; font-weight: inherit; text-decoration: none; font-size: inherit;"&gt;Geometric Network Utility SOE Rest&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;project and VS 2015 I am able to build the project and eventually I am getting following dlls at&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #242729; background-color: #eeeeee; border-style: initial initial initial solid; border-color: initial initial initial transparent; margin: 0px 0px 10px; padding: 10px;"&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: inherit; margin: 0px 0px 1em;"&gt;..\Documents\Visual Studio 2015\Projects\SOE\ByPhaseGeometricNetworkUtility\obj\Debug&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;A href="https://i.stack.imgur.com/q7DQS.png" rel="nofollow noreferrer" style="color: #358daa; border: 0px; font-weight: inherit; text-decoration: none; font-size: inherit;"&gt;&lt;IMG alt="enter image description here" src="https://i.stack.imgur.com/q7DQS.png" style="border: 0px; font-weight: inherit; font-size: inherit;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #242729; background-color: rgba(248, 248, 248, 0.6); border: 0px; margin: 0px 0px 1em;"&gt;and in&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #242729; background-color: #eeeeee; border-style: initial initial initial solid; border-color: initial initial initial transparent; margin: 0px 0px 10px; padding: 10px;"&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: inherit;"&gt;..\Documents\Visual Studio 2015\Projects\SOE\ByPhaseGeometricNetworkUtility\bin\Debug&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #242729; background-color: rgba(248, 248, 248, 0.6); border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="https://i.stack.imgur.com/izigu.png" rel="nofollow noreferrer" style="color: #358daa; border: 0px; font-weight: inherit; text-decoration: none; font-size: inherit;"&gt;&lt;IMG alt="enter image description here" src="https://i.stack.imgur.com/izigu.png" style="border: 0px; font-weight: inherit; font-size: inherit;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #242729; background-color: rgba(248, 248, 248, 0.6); border: 0px; margin: 0px 0px 1em;"&gt;can you please let me know how to get/create&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit; font-size: 13px; padding: 1px 5px;"&gt;.soe&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 17:47:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-soe-file-from-vs-2015-projects/m-p/809776#M89</guid>
      <dc:creator>BehrouzHosseini</dc:creator>
      <dc:date>2017-07-10T17:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: How To Get the .soe File From VS 2015 Projects</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-soe-file-from-vs-2015-projects/m-p/809777#M90</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you in this situation ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;Problems with .NET SDK SOE templates at 10.2 in Visual Studio 2012 prevent the .soe file from being generated.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;The cause of this bug and the issue you are having are the same.&lt;BR /&gt;The workaround would be :&lt;BR /&gt;Edit the project file *.csproj:&lt;BR /&gt;Near the bottom of the XML you will see an Import element. For both Project and Condition, update the path from Server.targets to Server.11.targets.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 09:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-soe-file-from-vs-2015-projects/m-p/809777#M90</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2017-08-24T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: How To Get the .soe File From VS 2015 Projects</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-soe-file-from-vs-2015-projects/m-p/1418008#M415</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;How do you solve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 10:54:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-soe-file-from-vs-2015-projects/m-p/1418008#M415</guid>
      <dc:creator>Fernando-Matos</dc:creator>
      <dc:date>2024-05-02T10:54:16Z</dc:date>
    </item>
  </channel>
</rss>

