<?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: mxExtension won't load in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/mxextension-won-t-load/m-p/512862#M13835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes VS is running as a local admin account.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Aug 2013 18:23:21 GMT</pubDate>
    <dc:creator>AlexanderGray</dc:creator>
    <dc:date>2013-08-26T18:23:21Z</dc:date>
    <item>
      <title>mxExtension won't load</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/mxextension-won-t-load/m-p/512860#M13833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Network security is putting the screws on the development group. Our main domain account no longer has admin rights, so we have a local user with admin to run visual studio.&amp;nbsp; We have a bunch of ArcMap customization started in the 9.3 days before addins.&amp;nbsp; The problem is the MxExtensions, we can compile and register them fine as the local admin account.&amp;nbsp; The load fine starting ArcMap under the network account.&amp;nbsp; The problem is ArcMap does not load the extensions under the local admin account.&amp;nbsp; That means if I start my app in debug mode (which starts ArcMap under the same account as VS) it doesn't load the extensions and I can't do any debugging...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any one encounter this?&amp;nbsp; have a solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 14:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/mxextension-won-t-load/m-p/512860#M13833</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2013-08-26T14:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: mxExtension won't load</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/mxextension-won-t-load/m-p/512861#M13834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you running Visual Studio as an administrator?&amp;nbsp; I have to do this on several of our dev boxes when UAC has not been turned off.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 17:18:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/mxextension-won-t-load/m-p/512861#M13834</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2013-08-26T17:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: mxExtension won't load</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/mxextension-won-t-load/m-p/512862#M13835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes VS is running as a local admin account.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/mxextension-won-t-load/m-p/512862#M13835</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2013-08-26T18:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: mxExtension won't load</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/mxextension-won-t-load/m-p/512863#M13836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's not the same thing exactly.&amp;nbsp; When you start VS, are you right-clicking the exe or shortcut and choosing Run As Administrator?&amp;nbsp; If you have UAC turned on you will need to do this even if you are a local admin or VS will not be able to register your components properly.&amp;nbsp; You can tell that VS has been started as admin if Microsoft Visual Studio (Administrator) appears in the title bar.&amp;nbsp; If UAC is turned off, then this is not necessary.&amp;nbsp; As far as I know, ArcMap loads whatever extensions are registered no matter what account is used to kick it off.&amp;nbsp; If your extension isn't present, then that usually means it isn't registered.&amp;nbsp; If you simply compile without starting the debugger does your extension show up under ESRI Mx Extensions in Categories.exe?&amp;nbsp; If so, remove it and compile again to see if it comes back.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:37:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/mxextension-won-t-load/m-p/512863#M13836</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2013-08-26T18:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: mxExtension won't load</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/mxextension-won-t-load/m-p/512864#M13837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am pretty sure UAC is turned on.&amp;nbsp; I do run VS using the run as.. an account on the local machine that has rights on the machine.&amp;nbsp; I have to do this for installing software also.&amp;nbsp; The problem is if I use that same account to run ArcMap (using debug for instance) it does not load the extension.&amp;nbsp; Commands and tools in the same dll load ok.&amp;nbsp; If I run ArcMap under the non-admin domain account, the extension shows up in the extensions list.&amp;nbsp; I ran categories.exe, I see the extension under the mxExtension categorie but I couldn't remove it.&amp;nbsp; I started categories.exe run as admin to clear it up and cleaned/recompiled the solution with the same result.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:59:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/mxextension-won-t-load/m-p/512864#M13837</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2013-08-26T18:59:04Z</dc:date>
    </item>
  </channel>
</rss>

