<?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 : How to install the dotNet API. Help? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-install-the-dotnet-api-help/m-p/6939514#M32410</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you start learning AutoCAD .NET programming you should first learn how to &lt;A href="http://help.autodesk.com/view/ACD/2017/ENU/?guid=GUID-BA686431-C8BF-49F2-946E-9CEB2F7AE4FA" target="_blank"&gt;create an AutoCAD plugin project from scratch&lt;/A&gt;. You could then export this project as template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can understand French, I wrote &lt;A href="http://gilecad.azurewebsites.net/Tutorials.aspx" target="_blank"&gt;some tutos&lt;/A&gt; showing how to create a template (you can also get an English translation from &lt;A href="https://dotnet.developpez.com/tutoriels/autocad/creer-modele-projet--csharp/" target="_blank"&gt;here&lt;/A&gt;), they're quite old but easily transposable to newer versions of Visual Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also download some basic templates from &lt;A href="http://gilecad.azurewebsites.net/ProjectTemplatesEN.aspx" target="_blank"&gt;here&lt;/A&gt;. You may have to edit the AutoCAD201XPlugin.csproj file content if the paths of acad.exe and AutoCAD libraries are different on your computer from those described.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Mar 2017 17:32:33 GMT</pubDate>
    <dc:creator>_gile</dc:creator>
    <dc:date>2017-03-11T17:32:33Z</dc:date>
    <item>
      <title>How to install the dotNet API. Help?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-install-the-dotnet-api-help/m-p/6926880#M32408</link>
      <description>&lt;P&gt;Hi folks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've recently attempted to install the dotNet API for visual studio 2015.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As instructed I downloaded the sdk and ran the self extracting exe. Once this was complete I was advised to open Visual Studio and select the template from the New project template list however, when I bring up the list there is no Autodesk section and no AutoCAD templates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also tried the Revit API which similarly doesn't show up in the templates list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something? The installation is meant to be straight forward but it doesn't add the templates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 15:54:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-install-the-dotnet-api-help/m-p/6926880#M32408</guid>
      <dc:creator>soliver.i.t</dc:creator>
      <dc:date>2017-03-07T15:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to install the dotNet API. Help?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-install-the-dotnet-api-help/m-p/6938209#M32409</link>
      <description>&lt;P&gt;I would suggest you not to use any template - all you need to do after getting the ObjectARX installed is to add references to *.dll files to your solution, save the solution, and use this solution as template. &amp;nbsp;Reason: I believe template only works with very specific version of Visual Studio (I could not get it worked on my PC either). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most of the applications you develop will need the 3 dll files"&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;AcCoreMgd.dll&lt;/LI&gt;&lt;LI&gt;AcDbMgd.dll&lt;/LI&gt;&lt;LI&gt;AcMgd.dll&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;They can be found in&lt;/P&gt;&lt;P&gt;C:\Autodesk\Autodesk_ObjectARX_2017_Win_64_and_32_Bit\inc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="Capture.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/331944iE9A00C1F3FC577C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 19:36:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-install-the-dotnet-api-help/m-p/6938209#M32409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-10T19:36:30Z</dc:date>
    </item>
    <item>
      <title>Re : How to install the dotNet API. Help?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-install-the-dotnet-api-help/m-p/6939514#M32410</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you start learning AutoCAD .NET programming you should first learn how to &lt;A href="http://help.autodesk.com/view/ACD/2017/ENU/?guid=GUID-BA686431-C8BF-49F2-946E-9CEB2F7AE4FA" target="_blank"&gt;create an AutoCAD plugin project from scratch&lt;/A&gt;. You could then export this project as template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can understand French, I wrote &lt;A href="http://gilecad.azurewebsites.net/Tutorials.aspx" target="_blank"&gt;some tutos&lt;/A&gt; showing how to create a template (you can also get an English translation from &lt;A href="https://dotnet.developpez.com/tutoriels/autocad/creer-modele-projet--csharp/" target="_blank"&gt;here&lt;/A&gt;), they're quite old but easily transposable to newer versions of Visual Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also download some basic templates from &lt;A href="http://gilecad.azurewebsites.net/ProjectTemplatesEN.aspx" target="_blank"&gt;here&lt;/A&gt;. You may have to edit the AutoCAD201XPlugin.csproj file content if the paths of acad.exe and AutoCAD libraries are different on your computer from those described.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2017 17:32:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-install-the-dotnet-api-help/m-p/6939514#M32410</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2017-03-11T17:32:33Z</dc:date>
    </item>
  </channel>
</rss>

