<?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 Cannot unregister a custom extension in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-unregister-a-custom-extension/m-p/271322#M6935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all.&amp;nbsp; I am beginning to work on a custom extension in .NET now that we are upgraded to ArcGIS 10 and VBA will be going away.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a dll fine and registered it using the ERSI installed right-click option.&amp;nbsp; So far so good.&amp;nbsp; Now I am trying to unregister it.&amp;nbsp; I right-clicked and use the installed ESRI option and I get an error "Unregistered failed.&amp;nbsp; Requested registry access is not allowed."&amp;nbsp; I tried going to the command prompt use ESRIregasm directly and get the same error.&amp;nbsp; I tried running everything as an Administrator with no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the /e option and it didnt much more info other then the error number of 00A1AFD8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I turn off UAC (and reboot) it works.&amp;nbsp; This isnt very convienent obviously and will not work on computer this is distributed to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Running Win7 x64, VS 2008, C#.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clues?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ernie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Oct 2010 12:12:30 GMT</pubDate>
    <dc:creator>ErnieSalazar</dc:creator>
    <dc:date>2010-10-17T12:12:30Z</dc:date>
    <item>
      <title>Cannot unregister a custom extension</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-unregister-a-custom-extension/m-p/271322#M6935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all.&amp;nbsp; I am beginning to work on a custom extension in .NET now that we are upgraded to ArcGIS 10 and VBA will be going away.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a dll fine and registered it using the ERSI installed right-click option.&amp;nbsp; So far so good.&amp;nbsp; Now I am trying to unregister it.&amp;nbsp; I right-clicked and use the installed ESRI option and I get an error "Unregistered failed.&amp;nbsp; Requested registry access is not allowed."&amp;nbsp; I tried going to the command prompt use ESRIregasm directly and get the same error.&amp;nbsp; I tried running everything as an Administrator with no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the /e option and it didnt much more info other then the error number of 00A1AFD8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I turn off UAC (and reboot) it works.&amp;nbsp; This isnt very convienent obviously and will not work on computer this is distributed to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Running Win7 x64, VS 2008, C#.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clues?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ernie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Oct 2010 12:12:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-unregister-a-custom-extension/m-p/271322#M6935</guid>
      <dc:creator>ErnieSalazar</dc:creator>
      <dc:date>2010-10-17T12:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot unregister a custom extension</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-unregister-a-custom-extension/m-p/271323#M6936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;To un-register a dll or ocx file :&lt;BR /&gt;&lt;BR /&gt;Click Start &amp;gt; Run &amp;gt;Type&lt;BR /&gt;&lt;BR /&gt;regsvr32 &amp;lt;path &amp;amp; filename of dll or ocx&amp;gt; /u&lt;BR /&gt;&lt;BR /&gt;Click Enter.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;A href="http://www.winvistaclub.com/e43.html"&gt;http://www.winvistaclub.com/e43.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure you run command prompt in Admin mode.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, when you're building your solution, make sure it's in 32bit mode.&amp;nbsp; This might also be an issue as to why you are having difficulties unregistering the program.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 12:57:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-unregister-a-custom-extension/m-p/271323#M6936</guid>
      <dc:creator>RuchiraWelikala</dc:creator>
      <dc:date>2010-10-18T12:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot unregister a custom extension</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-unregister-a-custom-extension/m-p/271324#M6937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://www.winvistaclub.com/e43.html"&gt;http://www.winvistaclub.com/e43.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure you run command prompt in Admin mode.&amp;nbsp; &lt;BR /&gt;Also, when you're building your solution, make sure it's in 32bit mode.&amp;nbsp; This might also be an issue as to why you are having difficulties unregistering the program.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks rwelikal.&amp;nbsp; I tried both the standard regsvr32 and the ESRI version as well (ESRIRegAsm).&amp;nbsp; Neither works.&amp;nbsp; I set the platform target as well to x32. I made sure it was ran under admin mode on everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It definitely has something to do with UAC.&amp;nbsp; Guess I have to fool around with it some more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ernie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 13:52:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-unregister-a-custom-extension/m-p/271324#M6937</guid>
      <dc:creator>ErnieSalazar</dc:creator>
      <dc:date>2010-10-18T13:52:45Z</dc:date>
    </item>
  </channel>
</rss>

