<?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 : AutoCAD 2015 and VB.NET in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/autocad-2015-and-vb-net/m-p/5088934#M43643</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you're using COM*, I'm afraid you'd have to build a new assembly targeting AutoCAD 2015 libraries and Framework 4.5 which requires Visual Studio 2012.&lt;/P&gt;
&lt;P&gt;Another way should be using late binding which avoid referencing the COM libraries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* most plain .NET applications keep on working on A2015 without any change or need to to recompile.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jun 2014 17:48:44 GMT</pubDate>
    <dc:creator>_gile</dc:creator>
    <dc:date>2014-06-11T17:48:44Z</dc:date>
    <item>
      <title>AutoCAD 2015 and VB.NET</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2015-and-vb-net/m-p/5088188#M43642</link>
      <description>&lt;P&gt;Having issues with the following line of code:&lt;/P&gt;&lt;P&gt;Dim ThisDrawing As AcadDocument = DocumentExtension.GetAcadDocument(Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have narrowed down the error to the following process:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DocumentExtension.GetAcadDocument()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone please advise on if they are having the same issues? and how they are getting around it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using Visual Studio 2010, with 2013 dll's (accoremgd, acdbmgd, acmgd, Autodesk.AutoCAD.Interop, and Autodesk.AutoCAD.Interop.Commom)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;with a target framework of .NET 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Lee&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 15:18:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2015-and-vb-net/m-p/5088188#M43642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-11T15:18:47Z</dc:date>
    </item>
    <item>
      <title>Re : AutoCAD 2015 and VB.NET</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2015-and-vb-net/m-p/5088934#M43643</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you're using COM*, I'm afraid you'd have to build a new assembly targeting AutoCAD 2015 libraries and Framework 4.5 which requires Visual Studio 2012.&lt;/P&gt;
&lt;P&gt;Another way should be using late binding which avoid referencing the COM libraries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* most plain .NET applications keep on working on A2015 without any change or need to to recompile.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 17:48:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2015-and-vb-net/m-p/5088934#M43643</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2014-06-11T17:48:44Z</dc:date>
    </item>
    <item>
      <title>Re : AutoCAD 2015 and VB.NET</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2015-and-vb-net/m-p/5091074#M43644</link>
      <description>&lt;P&gt;how do you mean COM?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 13:24:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2015-and-vb-net/m-p/5091074#M43644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-12T13:24:13Z</dc:date>
    </item>
    <item>
      <title>Re : AutoCAD 2015 and VB.NET</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2015-and-vb-net/m-p/5091832#M43645</link>
      <description>&lt;P&gt;I mean the AutoCAD COM interop API referenced by &lt;SPAN&gt;Autodesk.AutoCAD.Interop, and Autodesk.AutoCAD.Interop.Common. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The COM interface is version dependent&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can read this:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://help.autodesk.com/view/ACD/2015/ENU/?guid=GUID-BFFF308E-CC10-4C56-A81E-C15FB300EB70" target="_blank"&gt;http://help.autodesk.com/view/ACD/2015/ENU/?guid=GUID-BFFF308E-CC10-4C56-A81E-C15FB300EB70&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 17:27:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2015-and-vb-net/m-p/5091832#M43645</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2014-06-12T17:27:55Z</dc:date>
    </item>
  </channel>
</rss>

