<?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: 10.2 and VS 2012 - Wont Create SOE file in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100110#M3871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is due to a bug. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The way I resolved it was to ALSO install the SDK for Visual Studio 2010 (even though I only intended to use VS 2012). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is the response I got from Esri when I reported the issue. Since I had already found my own workaround, I have not tested their proposed workaround.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I found that there is a similar issue reported in our system as [#NIM093779&amp;nbsp; Problems with .NET SDK SOE templates at 10.2 in Visual Studio 2012 prevent the .soe file from being generated. ]&lt;BR /&gt; &lt;BR /&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;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 14:45:19 GMT</pubDate>
    <dc:creator>JeffJacobson</dc:creator>
    <dc:date>2013-09-18T14:45:19Z</dc:date>
    <item>
      <title>10.2 and VS 2012 - Wont Create SOE file</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100106#M3867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create a Server Object Extension for use in ArcGIS Server 10.2 - with Visual Studio 2012.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The project builds/compiles without any errors or warnings, but no SOE file is produced.&amp;nbsp; I have tried targeting .NET frameworks 4.0 and 3.5 with same result -&amp;gt; no SOE file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 13:45:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100106#M3867</guid>
      <dc:creator>RafaelFerraro</dc:creator>
      <dc:date>2013-09-17T13:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2 and VS 2012 - Wont Create SOE file</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100107#M3868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A .soe file is simply a ZIP file containing the following items :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Config.xml&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Install (directory containing : )&lt;/LI&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;*.dll&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;*.pdb&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;If the Config.xml file is generated (and your dlls) then you can pack it yourself and upload it on ArcGIS Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 15:02:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100107#M3868</guid>
      <dc:creator>SimonUyttendaele</dc:creator>
      <dc:date>2013-09-17T15:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2 and VS 2012 - Wont Create SOE file</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100108#M3869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;have you tried MSBUILD /v:diagnostic (see for details &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/vstudio/ms164311.aspx"&gt;http://msdn.microsoft.com/en-us/library/vstudio/ms164311.aspx&lt;/A&gt;&lt;SPAN&gt;) for check what's the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you run from dos vs : gacutil /l Microsoft.VisualStudio.Shell.9.0 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;do you see version 2.0.0.0? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;why seems that GenerateServerAddInXml task could not be loaded because there is a dependency with Microsoft.VisualStudio.Shell.9.0 version 2.0.0.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Extra info: in assemblyinfo, you try in addinpackage remove the Date attribute if you haven't English settings computer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 15:36:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100108#M3869</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-09-17T15:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2 and VS 2012 - Wont Create SOE file</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100109#M3870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A .soe file is simply a ZIP file containing the following items :&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Config.xml&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Install (directory containing : )&lt;/LI&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;*.dll&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;*.pdb&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;BR /&gt;If the Config.xml file is generated (and your dlls) then you can pack it yourself and upload it on ArcGIS Server.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the suggestion.&amp;nbsp; However, not even the config.xml is produced, so this won't work for my situation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 15:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100109#M3870</guid>
      <dc:creator>RafaelFerraro</dc:creator>
      <dc:date>2013-09-17T15:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2 and VS 2012 - Wont Create SOE file</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100110#M3871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is due to a bug. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The way I resolved it was to ALSO install the SDK for Visual Studio 2010 (even though I only intended to use VS 2012). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is the response I got from Esri when I reported the issue. Since I had already found my own workaround, I have not tested their proposed workaround.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I found that there is a similar issue reported in our system as [#NIM093779&amp;nbsp; Problems with .NET SDK SOE templates at 10.2 in Visual Studio 2012 prevent the .soe file from being generated. ]&lt;BR /&gt; &lt;BR /&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;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 14:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100110#M3871</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2013-09-18T14:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2 and VS 2012 - Wont Create SOE file</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100111#M3872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I confirm that workaround is OK if you have only VS 2012 installed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However there is always the problem (index error) if you have settings Language not english: you must change o remove 'Date attribute'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 15:42:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100111#M3872</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-09-18T15:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2 and VS 2012 - Wont Create SOE file</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100112#M3873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just followed the steps in the workaround from &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;#NIM093779&amp;nbsp; &lt;/SPAN&gt;and it worked, didn't have to do anything else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 17:10:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/10-2-and-vs-2012-wont-create-soe-file/m-p/100112#M3873</guid>
      <dc:creator>DerekNalder</dc:creator>
      <dc:date>2015-04-09T17:10:57Z</dc:date>
    </item>
  </channel>
</rss>

