<?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 .NET Wizard Installed but no VB Plugin in New Project Wizard in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/autocad-net-wizard-installed-but-no-vb-plugin-in-new-project/m-p/8386084#M6256</link>
    <description>&lt;P&gt;OK, since you are now aware that what you want is not 'AutoCAD VBA module", you may also want to know that this forum is meant for AutoCAD VBA/COMAPI ("Visual Basic..." in the forum name is meant for VBA, not VB.NET). In future if you have any question regarding AutoCAD .NET API (as you expressed your intention), you want to post in .NET forum &lt;A href="https://forums.autodesk.com/t5/net/bd-p/152" target="_blank"&gt;here.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again, I do not use AutoCAD .NET new project wizard, so, cannot tell where to download it and how to install it. IMO, new starter of AutoCAD API programming should avoid to use it. In &lt;A href="https://forums.autodesk.com/t5/net/autocad-2016-dotnet-wizards-fail-to-install-in-vs-2012/td-p/8382122" target="_blank"&gt;This recent discussion&lt;/A&gt; in .NET forum, _gile (who is the most helpful one in the .NET forum, by the way) gives an excellent answer in his first reply to the question, which I think would also help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Nov 2018 14:48:12 GMT</pubDate>
    <dc:creator>norman.yuan</dc:creator>
    <dc:date>2018-11-07T14:48:12Z</dc:date>
    <item>
      <title>AutoCAD .NET Wizard Installed but no VB Plugin in New Project Wizard</title>
      <link>https://forums.autodesk.com/t5/vba-forum/autocad-net-wizard-installed-but-no-vb-plugin-in-new-project/m-p/8384137#M6253</link>
      <description>&lt;P&gt;Trying to run through the lessons for creating my first plug in, successfully downloaded and installed Visual Studio 2017, then ran the&amp;nbsp;&lt;A href="https://knowledge.autodesk.com/support/autocad/downloads/caas/downloads/content/download-the-microsoft-visual-basic-for-applications-module-vba.html?_ga=2.107934208.327499578.1541510123-1496905462.1540994651#" target="_blank"&gt;AutoCAD 2019 VBA module 64-bit&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; and that installed successfully, but I don't see any Autodesk choice in the Installed column of the New Project Wizard? I've tried different Framework settings in the Wizard.&amp;nbsp; It opens to 4.6.1.&amp;nbsp; I've changed it to 4.6, 4.7 and 4.7.2 with no affect...&amp;nbsp; Is there a way to load it or help Visual Studio locate it?&amp;nbsp; thanks.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 11-06-18 at 02.45 PM.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/566392i7349A8B76811CE99/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 11-06-18 at 02.45 PM.JPG" alt="Screen Shot 11-06-18 at 02.45 PM.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 19:59:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/autocad-net-wizard-installed-but-no-vb-plugin-in-new-project/m-p/8384137#M6253</guid>
      <dc:creator>mockymock11</dc:creator>
      <dc:date>2018-11-06T19:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD .NET Wizard Installed but no VB Plugin in New Project Wizard</title>
      <link>https://forums.autodesk.com/t5/vba-forum/autocad-net-wizard-installed-but-no-vb-plugin-in-new-project/m-p/8384381#M6254</link>
      <description>&lt;P&gt;You have confused AutoCAD &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;.NET API&lt;/STRONG&gt;&lt;/FONT&gt; with AutoCAD &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;VBA&lt;FONT color="#000000"&gt;: &lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;&lt;EM&gt;AutoCAD 2019 VBA module 64-bit&amp;nbsp;&lt;/EM&gt;is also known as AutoCAD VBA Enabler, which is separated installation from AutoCAD since AutoCAD2013 (or 2014?), if one want to run/develop AutoCAD VBA program.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;You use Visual Studio (C# or VB.NET, while not much difference in terms of .NET technology, but if you just started, C# would be more recommended choice) for AutoCAD .NET API programming, which is different from AutoCAD VBA.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;Since I've never used AutoCAD .NET new project wizard, I am not sure if it is available for Acad2019. But I'd recommend not use the wizard. Do it all manually would help you to understand how AutoCAD .NET plugin works with AutoCAD. Also, for AutoCAD2019, you need to target .NET framework 4.7x.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 21:41:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/autocad-net-wizard-installed-but-no-vb-plugin-in-new-project/m-p/8384381#M6254</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2018-11-06T21:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD .NET Wizard Installed but no VB Plugin in New Project Wizard</title>
      <link>https://forums.autodesk.com/t5/vba-forum/autocad-net-wizard-installed-but-no-vb-plugin-in-new-project/m-p/8386047#M6255</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp; The 2019 help section states "&lt;EM&gt;New projects are created based on a project template. When creating a new project that will be built into a DLL assembly that will be loaded into AutoCAD, use the Class Library template that comes with Microsoft Visual Studio or one of the &lt;U&gt;AutoCAD Managed project application templates&lt;/U&gt; that get installed with the &lt;U&gt;AutoCAD .NET Wizard&lt;/U&gt;. Both types of templates are available for the VB.NET and C# programming languages. After a new project is created, you will need to reference the files that make up the AutoCAD .NET API.&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.autodesk.com/developer-network/platform-technologies/autocad&amp;nbsp;" target="_blank"&gt;https://www.autodesk.com/developer-network/platform-technologies/autocad&amp;nbsp;&lt;/A&gt; this is the link where I think the .NET wizard is located - I think I've installed everything on that page, but still don't see any Autocad templates when I open Visual Studio....&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;While some suggest using C++ the tutorial is in .NET and since I'm just learning I'll stick to .NET to follow the tutorials....&amp;nbsp; but I need the Autocad template&amp;nbsp;to move forward and am struggling to figure out how to find it / install it...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mark.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 14:33:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/autocad-net-wizard-installed-but-no-vb-plugin-in-new-project/m-p/8386047#M6255</guid>
      <dc:creator>mockymock11</dc:creator>
      <dc:date>2018-11-07T14:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD .NET Wizard Installed but no VB Plugin in New Project Wizard</title>
      <link>https://forums.autodesk.com/t5/vba-forum/autocad-net-wizard-installed-but-no-vb-plugin-in-new-project/m-p/8386084#M6256</link>
      <description>&lt;P&gt;OK, since you are now aware that what you want is not 'AutoCAD VBA module", you may also want to know that this forum is meant for AutoCAD VBA/COMAPI ("Visual Basic..." in the forum name is meant for VBA, not VB.NET). In future if you have any question regarding AutoCAD .NET API (as you expressed your intention), you want to post in .NET forum &lt;A href="https://forums.autodesk.com/t5/net/bd-p/152" target="_blank"&gt;here.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again, I do not use AutoCAD .NET new project wizard, so, cannot tell where to download it and how to install it. IMO, new starter of AutoCAD API programming should avoid to use it. In &lt;A href="https://forums.autodesk.com/t5/net/autocad-2016-dotnet-wizards-fail-to-install-in-vs-2012/td-p/8382122" target="_blank"&gt;This recent discussion&lt;/A&gt; in .NET forum, _gile (who is the most helpful one in the .NET forum, by the way) gives an excellent answer in his first reply to the question, which I think would also help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 14:48:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/autocad-net-wizard-installed-but-no-vb-plugin-in-new-project/m-p/8386084#M6256</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2018-11-07T14:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD .NET Wizard Installed but no VB Plugin in New Project Wizard</title>
      <link>https://forums.autodesk.com/t5/vba-forum/autocad-net-wizard-installed-but-no-vb-plugin-in-new-project/m-p/8386089#M6257</link>
      <description>&lt;P&gt;got it&amp;nbsp; - thank you&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 14:49:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/autocad-net-wizard-installed-but-no-vb-plugin-in-new-project/m-p/8386089#M6257</guid>
      <dc:creator>mockymock11</dc:creator>
      <dc:date>2018-11-07T14:49:24Z</dc:date>
    </item>
  </channel>
</rss>

