<?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: Visual Studio Wizard in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/visual-studio-wizard/m-p/10019976#M7430</link>
    <description>&lt;P&gt;Thank you very much, at least I get the AutoCAD wizard from that post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not really a beginner, not so fast from it, but neither beginner, but I get my computer formatted and I lost the Civil 3D template developed by my, and AutoCAD and Revit Wizard.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 16:08:27 GMT</pubDate>
    <dc:creator>carlosrdrzalns</dc:creator>
    <dc:date>2021-01-21T16:08:27Z</dc:date>
    <item>
      <title>Visual Studio Wizard</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/visual-studio-wizard/m-p/10018849#M7428</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been looking for Visual Studio Project Wizard for Civil 3D and I have been unable to find it. I have also searched for AutoCAD Wizard and I am unable to find them, even knowing that it exists, as it is shown in "My First AutoCAD Plug-In" session.&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="carlosrdrzalns_0-1611224072428.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/869598i50DE3D1D6FDB9C32/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carlosrdrzalns_0-1611224072428.png" alt="carlosrdrzalns_0-1611224072428.png" /&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;Is there any page with all Autodesk Product Wizard?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 10:14:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/visual-studio-wizard/m-p/10018849#M7428</guid>
      <dc:creator>carlosrdrzalns</dc:creator>
      <dc:date>2021-01-21T10:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio Wizard</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/visual-studio-wizard/m-p/10019629#M7429</link>
      <description>&lt;P&gt;AutoCAD .NET project wizard is certainly not a "must-have" to get started with AutoCAD .NET API programming, nor the "My First AutoCAD Plug-in" is suitable sample for beginner to learn, IMO.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This link would be good help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/net/visual-studio-2019-install-autocad-customization/td-p/9988348" target="_self"&gt;https://forums.autodesk.com/t5/net/visual-studio-2019-install-autocad-customization/td-p/9988348&lt;/A&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, 21 Jan 2021 14:25:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/visual-studio-wizard/m-p/10019629#M7429</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2021-01-21T14:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio Wizard</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/visual-studio-wizard/m-p/10019976#M7430</link>
      <description>&lt;P&gt;Thank you very much, at least I get the AutoCAD wizard from that post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not really a beginner, not so fast from it, but neither beginner, but I get my computer formatted and I lost the Civil 3D template developed by my, and AutoCAD and Revit Wizard.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 16:08:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/visual-studio-wizard/m-p/10019976#M7430</guid>
      <dc:creator>carlosrdrzalns</dc:creator>
      <dc:date>2021-01-21T16:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio Wizard</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/visual-studio-wizard/m-p/10020305#M7431</link>
      <description>&lt;P&gt;I've been doing .net progs for acad and bricscad for a while now and heavily recommend not using a wizard or template. The problem is if you need that, you are not up to speed enough on .net to maintain your tool.&lt;/P&gt;&lt;P&gt;The first thing you learn with .net is how to add references, and then a using statement (imports for vb.net...).&lt;/P&gt;&lt;P&gt;If you cannot do that from scratch, you will run into many problems as time goes on.&lt;/P&gt;&lt;P&gt;In particular, autocad programs will act funny now and then, as .net framework versions change.&lt;/P&gt;&lt;P&gt;Anyway, the fact is its so simple to add the acad references, and set using statements, you really must do it from scratch in the beginning.&lt;/P&gt;&lt;P&gt;Once you have that down, make a simple acad program with the stuff added, and do saveas on it for future, if you want to speed things up. That typically means a saveas on the solution first, and one on the project so its not looking to "template" project.&lt;/P&gt;&lt;P&gt;As you get more into things, you will need to add references to acad com, and other things so you must not get lost in that. Don't fall in the trap of mystery inner workings with .net wizards.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 17:48:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/visual-studio-wizard/m-p/10020305#M7431</guid>
      <dc:creator>JamesMaeding</dc:creator>
      <dc:date>2021-01-21T17:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio Wizard</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/visual-studio-wizard/m-p/10022189#M7432</link>
      <description>&lt;P&gt;Thanks you very much for the recommendation, I will keep it in mind. I know that it is quite easy to add references and write using statement, I just was looking for a tool to speed things up as you said, but if both of you recommend me that hard not to use the wizard, the best I can do is to listen to the experts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, thank you both very much,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 11:18:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/visual-studio-wizard/m-p/10022189#M7432</guid>
      <dc:creator>carlosrdrzalns</dc:creator>
      <dc:date>2021-01-22T11:18:25Z</dc:date>
    </item>
  </channel>
</rss>

