<?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: Problem Implementing ObjectARX 2014 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3930385#M49591</link>
    <description>&lt;P&gt;Balaji,&lt;/P&gt;&lt;P&gt;Thank you for responding. I don't have VS 2012, just VS 2010 Express, which had no files in the path you recommended. I did, however, get it working similarly to how you suggested. I found&amp;nbsp;the files I needed (acmgd.dll and acdbmgd.dll) under AutoCAD 2014, so I manually loaded them into a new VB project. Then I copied/pasted my old VB project&amp;nbsp;into my new one, and after that I just needed to add AutoCAD.Interop.dll and Autocad.Interop.Common.dll and it worked.&lt;/P&gt;&lt;P&gt;Thank you for taking the time to respond. You guys are great!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2013 14:48:58 GMT</pubDate>
    <dc:creator>DanHill</dc:creator>
    <dc:date>2013-05-21T14:48:58Z</dc:date>
    <item>
      <title>Problem Implementing ObjectARX 2014</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3923803#M49587</link>
      <description>&lt;P&gt;I’ve been coding new commands for AutoCAD 2012 via VB.Net 2010 Express. I have recently upgraded&lt;BR /&gt;to AutoCAD 2014.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My objective is to compile previously coded VB.net 2010 Express (for AutoCAD 2012) to AutoCAD 2014.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps I’ve Taken (Visual Basic.Net 2010 Express already present in environment):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Loaded/Ran ObjectArx 2014 – Would not implement without VC++ Express or VS 2010 (There is no option for VB.Net Express)&lt;/LI&gt;&lt;LI&gt;Downloaded VC++ Express&lt;/LI&gt;&lt;LI&gt;Ran ObjectARXWizard 2014 and AutoCADNetWizard 2014&lt;/LI&gt;&lt;LI&gt;VC++ Now Shows AutoDesk Template&lt;/LI&gt;&lt;LI&gt;VB.Net still does not compile for AutoCAD 2014, nor shows templates&lt;/LI&gt;&lt;LI&gt;VB.Net still shows 2012 components&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Unfortunately, I have been unable to solve this issue. Does anyone have an idea?&lt;/P&gt;&lt;P&gt;Thanks in advance for anything you can do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2013 15:57:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3923803#M49587</guid>
      <dc:creator>DanHill</dc:creator>
      <dc:date>2013-05-15T15:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Implementing ObjectARX 2014</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3924288#M49588</link>
      <description>&lt;P&gt;Download links for the AutoCAD .NET Wizards (scroll down):&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.autodesk.com/developautocad"&gt;http://www.autodesk.com/developautocad&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2013 00:19:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3924288#M49588</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2013-05-16T00:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Implementing ObjectARX 2014</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3924877#M49589</link>
      <description>&lt;P&gt;Thank you for your quick response, Owen.&lt;/P&gt;&lt;P&gt;I followed your hyperlink; I have already run both ObjectArx 2014 Wizards (for AutoCAD 2014 for Visual Studio 2012; VS 2012 is not on my machine) and AutoCAD 2014 DotNet Wizards (for AutoCAD 2014 for Visual Studio 2012).&lt;/P&gt;&lt;P&gt;I don't see a link for AutoCAD 2014 for Visual Studio 2010 (VB.net)&amp;nbsp;for either wizard, which is what I'm currently&amp;nbsp;running.&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2013 12:20:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3924877#M49589</guid>
      <dc:creator>DanHill</dc:creator>
      <dc:date>2013-05-16T12:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Implementing ObjectARX 2014</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3930265#M49590</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This could be for the reason that you had installed the wizard while being logged in as a different user.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try copying the Visual studio project templates manually from :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Users\&amp;lt;user name&amp;gt;\My Documents\Visual &lt;BR /&gt;Studio 2012\Templates\ProjectTemplates\Visual Basic&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Users\&amp;lt;user name&amp;gt;\Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual Basic&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2013 13:48:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3930265#M49590</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2013-05-21T13:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Implementing ObjectARX 2014</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3930385#M49591</link>
      <description>&lt;P&gt;Balaji,&lt;/P&gt;&lt;P&gt;Thank you for responding. I don't have VS 2012, just VS 2010 Express, which had no files in the path you recommended. I did, however, get it working similarly to how you suggested. I found&amp;nbsp;the files I needed (acmgd.dll and acdbmgd.dll) under AutoCAD 2014, so I manually loaded them into a new VB project. Then I copied/pasted my old VB project&amp;nbsp;into my new one, and after that I just needed to add AutoCAD.Interop.dll and Autocad.Interop.Common.dll and it worked.&lt;/P&gt;&lt;P&gt;Thank you for taking the time to respond. You guys are great!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2013 14:48:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3930385#M49591</guid>
      <dc:creator>DanHill</dc:creator>
      <dc:date>2013-05-21T14:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Implementing ObjectARX 2014</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3933405#M49592</link>
      <description>&lt;P&gt;Thanks Dan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am glad you figured it out on your own.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 11:15:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3933405#M49592</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2013-05-23T11:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Implementing ObjectARX 2014</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3933475#M49593</link>
      <description>&lt;P&gt;Even a blind squirrel finds a nut every now and then &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 12:18:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-implementing-objectarx-2014/m-p/3933475#M49593</guid>
      <dc:creator>DanHill</dc:creator>
      <dc:date>2013-05-23T12:18:59Z</dc:date>
    </item>
  </channel>
</rss>

