<?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: XML 'library' error in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/xml-library-error/m-p/244908#M6344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Greg.&amp;nbsp; Yeah, I'm not sure what happened here.&amp;nbsp; Basically I just re-built the add-in from scratch and had no problems.&amp;nbsp; Not sure if it was a problem with length of name or what, but eventually I got it working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Feb 2015 16:49:03 GMT</pubDate>
    <dc:creator>BBulla</dc:creator>
    <dc:date>2015-02-10T16:49:03Z</dc:date>
    <item>
      <title>XML 'library' error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/xml-library-error/m-p/244905#M6341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm migrating a bunch of 9.3 tools to 10.2 AddIns.&amp;nbsp; Is there a restriction on the length of the .dll that the AddIn creates?&amp;nbsp; I'm getting a few errors on building a project, and the AddIn is not registering with ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is:&amp;nbsp; &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Warning&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Custom tool warning: The 'library' attribute in the AddIn element may be invalid - The value&amp;nbsp; 'Facility_ID_Tool__AddIn.dll' is invalid according to the project output assembly name 'Facility_ID_Tool _AddIn.dll'.&lt;/TD&gt;&lt;TD&gt;C:\Visual Studio Projects\Facility_ID_Tool _AddIn\Facility_ID_Tool _AddIn\Config.esriaddinx&lt;/TD&gt;&lt;TD&gt;13&lt;/TD&gt;&lt;TD&gt;25&lt;/TD&gt;&lt;TD&gt;Facility_ID_Tool _AddIn&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the XML:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;AddIn language="CLR" library="Facility_ID_Tool__AddIn.dll" namespace="Facility_ID_Tool__AddIn"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was all setup using the Wizard in VS2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 21:21:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/xml-library-error/m-p/244905#M6341</guid>
      <dc:creator>BBulla</dc:creator>
      <dc:date>2015-01-29T21:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: XML 'library' error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/xml-library-error/m-p/244906#M6342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By length I mean the length of the filename.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 21:36:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/xml-library-error/m-p/244906#M6342</guid>
      <dc:creator>BBulla</dc:creator>
      <dc:date>2015-01-29T21:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: XML 'library' error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/xml-library-error/m-p/244907#M6343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's try to solve this one for you since we're not having any luck on the COM Exception!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Facility_ID_Tool__AddIn.dll&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;vs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Facility_ID_Tool _AddIn.dll&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;There are 2 underscores before AddIn in the first and one in the second.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 13:58:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/xml-library-error/m-p/244907#M6343</guid>
      <dc:creator>GregMcQuat</dc:creator>
      <dc:date>2015-02-10T13:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: XML 'library' error</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/xml-library-error/m-p/244908#M6344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Greg.&amp;nbsp; Yeah, I'm not sure what happened here.&amp;nbsp; Basically I just re-built the add-in from scratch and had no problems.&amp;nbsp; Not sure if it was a problem with length of name or what, but eventually I got it working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/xml-library-error/m-p/244908#M6344</guid>
      <dc:creator>BBulla</dc:creator>
      <dc:date>2015-02-10T16:49:03Z</dc:date>
    </item>
  </channel>
</rss>

