<?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 Autodesk.AutoCAD.Interop missing in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/autodesk-autocad-interop-missing/m-p/5170545#M43157</link>
    <description>&lt;P&gt;I added the following references:&lt;/P&gt;&lt;P&gt;"AutoCAD 2015 Type Library"&lt;/P&gt;&lt;P&gt;"AutoCAD/ObjectDBX Common 20.0 Type Library"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I add the line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using &lt;SPAN style="font-family: Consolas; font-size: small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;Autodesk.AutoCAD.Interop;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interop is not available. What could I be missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jul 2014 19:01:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-23T19:01:30Z</dc:date>
    <item>
      <title>Autodesk.AutoCAD.Interop missing</title>
      <link>https://forums.autodesk.com/t5/net-forum/autodesk-autocad-interop-missing/m-p/5170545#M43157</link>
      <description>&lt;P&gt;I added the following references:&lt;/P&gt;&lt;P&gt;"AutoCAD 2015 Type Library"&lt;/P&gt;&lt;P&gt;"AutoCAD/ObjectDBX Common 20.0 Type Library"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I add the line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using &lt;SPAN style="font-family: Consolas; font-size: small;"&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;Autodesk.AutoCAD.Interop;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interop is not available. What could I be missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 19:01:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autodesk-autocad-interop-missing/m-p/5170545#M43157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-23T19:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk.AutoCAD.Interop missing</title>
      <link>https://forums.autodesk.com/t5/net-forum/autodesk-autocad-interop-missing/m-p/5170623#M43158</link>
      <description>&lt;P&gt;To user AutoCAD COM API, you have 2 ways to set references to the COM libaries:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. You can set references to the COM managed wrappers coming with ObjectARX SDK (primary interop assemlies provided by veders - Autodesk). With this interop assemblies, Autodesk defines the namespace Autodesk.AutoCAD.Interop, and Autodesk.AutoCAD.Interop.Common.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Prior to AutoCAD2013, AutoCAD installs the PIA into the GAC and updates Windows registry, so that the interop assembly references appear in VS's reference dialog's COM list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. However, since AutoCAD 2013, AutoCAD does not install the PIA into GAC any more. If you set reference in VS reference dialog-&amp;gt;COM tab-&amp;gt; Acad typelibrary/Common type library, VS will use COM type library importing tool to create the managed interop assemblies for you, thus the namespace will be different. I guess this is what you did. If you look into the Object Browser, you would see that the name space is "AutoCAD" and "AXDBLib".&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 19:38:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autodesk-autocad-interop-missing/m-p/5170623#M43158</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2014-07-23T19:38:59Z</dc:date>
    </item>
  </channel>
</rss>

