<?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: Editing Config.esriaddinx in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-config-esriaddinx/m-p/574764#M15475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there an equivalent way to set up Flash Builder to show intellisense for .xml files in Flex 2.3 api?&amp;nbsp; It recogonizes .mxml but not .xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 00:25:11 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2011-04-19T00:25:11Z</dc:date>
    <item>
      <title>Editing Config.esriaddinx</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-config-esriaddinx/m-p/574760#M15471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to edit the Config.esriaddinx xml configuration file for my ArcGIS 10 add-in. According to the documentation, intellisense is supposed to aid me in this task. However, when I edit the file, it doesn't offer any usable suggestions. My IDE configuration is VB Express 2008 with ArcGIS 10 SDK. Is this working for others?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively I would like to find the complete XML schema so I can at least refer to that. The schema tree is available in the ArcObjects .NET Developer help but you have to drilldown through the tree to get what you need. Sometimes the complete schema is easier to use.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 20:09:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-config-esriaddinx/m-p/574760#M15471</guid>
      <dc:creator>LesleyBross</dc:creator>
      <dc:date>2010-08-19T20:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Config.esriaddinx</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-config-esriaddinx/m-p/574761#M15472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I need to edit the Config.esriaddinx xml configuration file for my ArcGIS 10 add-in. According to the documentation, intellisense is supposed to aid me in this task. However, when I edit the file, it doesn't offer any usable suggestions. My IDE configuration is VB Express 2008 with ArcGIS 10 SDK. Is this working for others?&lt;BR /&gt;&lt;BR /&gt;Alternatively I would like to find the complete XML schema so I can at least refer to that. The schema tree is available in the ArcObjects .NET Developer help but you have to drilldown through the tree to get what you need. Sometimes the complete schema is easier to use.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What was the solution to this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No XML intellisense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And there are no Tool Palette examples that I have found for drop down (of serveral more buttons) from the toolbar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 20:20:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-config-esriaddinx/m-p/574761#M15472</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2011-03-29T20:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Config.esriaddinx</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-config-esriaddinx/m-p/574762#M15473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've tried this on a few systems with VS 2008 and ArcGIS 10.0 and haven't been able to see the problem occur yet. However, I'd suggest that you check the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) While you are viewing the config xml file click XML from the main menu &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Click Schemas&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Verify that you are set to use DesktopAddIns.xsd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Use: True&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Target Namespace: &lt;/SPAN&gt;&lt;A href="http://schemas.esri.com/Desktop/AddIns"&gt;http://schemas.esri.com/Desktop/AddIns&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; File Name: DesktopAddIns.xsd&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are currently using this you may just try to toggle it...set it to not use, click OK and then go back in and set it to use. Not the best suggestion but it seems like something may be just slightly off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If none of that helps see if you see the same thing for a C# project and comment back here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; As far as the ToolPalette here is an example that uses one:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000007w0000000"&gt;Custom selection extension&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 16:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-config-esriaddinx/m-p/574762#M15473</guid>
      <dc:creator>JohnHauck</dc:creator>
      <dc:date>2011-03-30T16:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Config.esriaddinx</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-config-esriaddinx/m-p/574763#M15474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks John,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution and fix for this issue was, indeed the file missing completely and occurred when using Arc10 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ref: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NIM060652 - Missing add-in schema file (.xsd) when installing IDE integration with VS Express edition&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fix:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Install file: ArcObjectsSDKNET10sp1.msp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This issue is fixed with Service Pack 1 SDKNet install package&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This of course can be found on the patches and service packs web page.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 20:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-config-esriaddinx/m-p/574763#M15474</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2011-03-30T20:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Config.esriaddinx</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editing-config-esriaddinx/m-p/574764#M15475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there an equivalent way to set up Flash Builder to show intellisense for .xml files in Flex 2.3 api?&amp;nbsp; It recogonizes .mxml but not .xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 00:25:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editing-config-esriaddinx/m-p/574764#M15475</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2011-04-19T00:25:11Z</dc:date>
    </item>
  </channel>
</rss>

