<?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 ADF and ADF Local DLL in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/adf-and-adf-local-dll/m-p/743573#M19780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to use ComReleaser, BaseCommand and MxCommand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The simple solution is to use ESRI.ArcGIS.ADF since it has these classes. However, the compiler complains: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The type 'ESRI.ArcGIS.ADF.BaseClasses.BaseCommand' is defined in an assembly that is not referenced. You must add a reference to assembly 'ESRI.ArcGIS.ADF.Local, Version=10.1.0.0, ...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And if I add that reference, it complaints that I have duplicate:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The type 'ESRI.ArcGIS.ADF.CATIDs.MxCommands' exists in both 'C:\Program Files (x86)\ArcGIS\DeveloperKit10.1\DotNet\ESRI.ArcGIS.ADF.Local.dll' and 'C:\Program Files (x86)\ArcGIS\DeveloperKit10.1\DotNet\ESRI.ArcGIS.ADF.dll'&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I resolve this issue? Is there a way to explicitly specify which dll to load the class from?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2013 01:19:33 GMT</pubDate>
    <dc:creator>KentLam</dc:creator>
    <dc:date>2013-04-19T01:19:33Z</dc:date>
    <item>
      <title>ADF and ADF Local DLL</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adf-and-adf-local-dll/m-p/743573#M19780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to use ComReleaser, BaseCommand and MxCommand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The simple solution is to use ESRI.ArcGIS.ADF since it has these classes. However, the compiler complains: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The type 'ESRI.ArcGIS.ADF.BaseClasses.BaseCommand' is defined in an assembly that is not referenced. You must add a reference to assembly 'ESRI.ArcGIS.ADF.Local, Version=10.1.0.0, ...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And if I add that reference, it complaints that I have duplicate:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The type 'ESRI.ArcGIS.ADF.CATIDs.MxCommands' exists in both 'C:\Program Files (x86)\ArcGIS\DeveloperKit10.1\DotNet\ESRI.ArcGIS.ADF.Local.dll' and 'C:\Program Files (x86)\ArcGIS\DeveloperKit10.1\DotNet\ESRI.ArcGIS.ADF.dll'&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I resolve this issue? Is there a way to explicitly specify which dll to load the class from?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 01:19:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adf-and-adf-local-dll/m-p/743573#M19780</guid>
      <dc:creator>KentLam</dc:creator>
      <dc:date>2013-04-19T01:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: ADF and ADF Local DLL</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adf-and-adf-local-dll/m-p/743574#M19781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At 10.0 and higher you should not be referencing the ADF assembly at all.&amp;nbsp; You should be using ADF.Local.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 12:02:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adf-and-adf-local-dll/m-p/743574#M19781</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2013-04-19T12:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: ADF and ADF Local DLL</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adf-and-adf-local-dll/m-p/743575#M19782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Neil, thanks for the quick response. I need to use ADF for ComReleaser. ADF.Local does not have this class. Is there a suitable replacement?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 16:24:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adf-and-adf-local-dll/m-p/743575#M19782</guid>
      <dc:creator>KentLam</dc:creator>
      <dc:date>2013-04-19T16:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: ADF and ADF Local DLL</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adf-and-adf-local-dll/m-p/743576#M19783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe the ComReleaser class is in the ADF.Connection.Local assembly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 17:38:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adf-and-adf-local-dll/m-p/743576#M19783</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2013-04-19T17:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: ADF and ADF Local DLL</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adf-and-adf-local-dll/m-p/743577#M19784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much. ADF.Connection.Local solved it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Apr 2013 17:42:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adf-and-adf-local-dll/m-p/743577#M19784</guid>
      <dc:creator>KentLam</dc:creator>
      <dc:date>2013-04-20T17:42:58Z</dc:date>
    </item>
  </channel>
</rss>

