<?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: Remove 10.0 .NET SOE from machine with 10.2 server in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/remove-10-0-net-soe-from-machine-with-10-2-server/m-p/631145#M24284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Manually editing your registry settings should be done with extreme care and not before taking a backup.&amp;nbsp; In most cases, I wouldn't recommend editing the registry unless you are absolutely positive there will be no negative downstream effects.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you tried unregistering with the ESRIRegAsm.exe application, was it a 10.0 or a 10.2 ESRIRegAsm.exe executable?&amp;nbsp; If the registration was initially performed with a 10.0 executable, then perhaps the unregistration process must be performed with the same version.&amp;nbsp; That is the reason I asked earlier if you had upgraded your desktop software from 10.0 to 10.2 yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: Can you try this real quick?&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;regasm c:\WatershedSOE.Manager.dll /u&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The regasm.file can be found under the .NET framework directories; for example: C:\Windows\Microsoft.NET\Framework\v4.0.30319.&amp;nbsp; Try the command above using the regasm.exe under a 4.0 and a 2.0 .NET folder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 17:21:01 GMT</pubDate>
    <dc:creator>WilliamCraft</dc:creator>
    <dc:date>2014-03-20T17:21:01Z</dc:date>
    <item>
      <title>Remove 10.0 .NET SOE from machine with 10.2 server</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/remove-10-0-net-soe-from-machine-with-10-2-server/m-p/631142#M24281</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;SPAN&gt;We have a server that has been upgraded from 10.0 to 10.2 but one server object extension was not removed before unistalling 10.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to un-register this server object extension (a single .dll) now that we are on 10.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried running the following in cmd.exe:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;"C:\Program Files\Common Files\ArcGIS\bin\ESRIRegAsm.exe�?� /u "C:\WatershedSOE.Manager.dll"&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I get a message complaining about missing dependencies:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Unregistration failes. Could not load file or assembly 'file:///c:\watershedsoe.manager.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any, hints welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Filip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size:1;"&gt;(Sorry for duplicating, originally I posted similar question into a thread about Java server and I realized most people who could answer it won't see it there.)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:07:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/remove-10-0-net-soe-from-machine-with-10-2-server/m-p/631142#M24281</guid>
      <dc:creator>FilipKrál</dc:creator>
      <dc:date>2014-03-19T15:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 10.0 .NET SOE from machine with 10.2 server</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/remove-10-0-net-soe-from-machine-with-10-2-server/m-p/631143#M24282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What happens if you open a CMD prompt using "Run As Administrator" using either of the following?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;cd c:\windows\system32
regsvr32 -u C:\WatershedSOE.Manager.dll&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;cd c:\windows\SysWOW64
regsvr32 -u C:\WatershedSOE.Manager.dll&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, have you already upgraded ArcGIS Desktop to 10.2?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:51:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/remove-10-0-net-soe-from-machine-with-10-2-server/m-p/631143#M24282</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2021-12-12T02:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 10.0 .NET SOE from machine with 10.2 server</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/remove-10-0-net-soe-from-machine-with-10-2-server/m-p/631144#M24283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, thanks for your reply; unfortunately in both cases I get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The module "c:\WatershedSOE.Manager.dll" was loaded but the entry-point DllUnregisterServer was not found. Make sure that "c:\WatershedSOE.Manager.dll" is a valid dll or OCX file and then try again.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found three entries that have 'WatershedSOE' in them in the registry, each with a CLSID entry underneath:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WatershedSOE.WatershedSOE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WatershedSOE.ArcCatalog.WatershedPropertyPage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WatershedSOE.ArcCatalog.PropertyForm&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it make sense to remove these manually or will it just create more problems?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Filip.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 07:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/remove-10-0-net-soe-from-machine-with-10-2-server/m-p/631144#M24283</guid>
      <dc:creator>FilipKrál</dc:creator>
      <dc:date>2014-03-20T07:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 10.0 .NET SOE from machine with 10.2 server</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/remove-10-0-net-soe-from-machine-with-10-2-server/m-p/631145#M24284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Manually editing your registry settings should be done with extreme care and not before taking a backup.&amp;nbsp; In most cases, I wouldn't recommend editing the registry unless you are absolutely positive there will be no negative downstream effects.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you tried unregistering with the ESRIRegAsm.exe application, was it a 10.0 or a 10.2 ESRIRegAsm.exe executable?&amp;nbsp; If the registration was initially performed with a 10.0 executable, then perhaps the unregistration process must be performed with the same version.&amp;nbsp; That is the reason I asked earlier if you had upgraded your desktop software from 10.0 to 10.2 yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: Can you try this real quick?&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;regasm c:\WatershedSOE.Manager.dll /u&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The regasm.file can be found under the .NET framework directories; for example: C:\Windows\Microsoft.NET\Framework\v4.0.30319.&amp;nbsp; Try the command above using the regasm.exe under a 4.0 and a 2.0 .NET folder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 17:21:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/remove-10-0-net-soe-from-machine-with-10-2-server/m-p/631145#M24284</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-03-20T17:21:01Z</dc:date>
    </item>
  </channel>
</rss>

