TheSwamp

Code Red => .NET => Topic started by: kdub_nz on April 30, 2022, 07:55:56 PM

Title: Wizard for AutoCAD2023 with VS 2022
Post by: kdub_nz on April 30, 2022, 07:55:56 PM
For peeps who haven't rolled their own yet

https://github.com/ADN-DevTech/AutoCAD-Net-Wizards/blob/ForAutoCAD2023/AutoCADNetWizardsInstaller/Output/AutoCAD%20CSharp%20plug-in.zip


Enjoy ,
Title: Re: Wizard for AutoCAD2023 with VS 2022
Post by: Rustabout on May 01, 2022, 10:42:03 AM
Nice! Thanks for sharing!!

It doesn't come with an installer unlike previous... but I think it will be pretty straight forward in VS2022 once I dig i.
Title: Re: Wizard for AutoCAD2023 with VS 2022
Post by: kdub_nz on May 01, 2022, 07:20:17 PM
Rustabout ,
Hi.
Just drop the zip file into the VS Project Templates folder.
Search for AutoCAD in the VS 'Create New Project' pane.

works for me .. all care, no responsibility :)

Title: Re: Wizard for AutoCAD2023 with VS 2022
Post by: Rustabout on May 03, 2022, 06:37:33 PM
Awesome! Thanks so much.
Title: Re: Wizard for AutoCAD2023 with VS 2022
Post by: 57gmc on May 04, 2022, 12:41:35 PM
Here's a link to a tutorial (https://gilecad.azurewebsites.net/Resources/Template_Csharp_Ed_Jobe.pdf) on how to create your own template. The old installers just put a template in VS templates folder. The tutorial also shows how to integrate the template into VS and to set up your project to debug in AutoCAD.
Title: Re: Wizard for AutoCAD2023 with VS 2022
Post by: gile on May 04, 2022, 02:52:42 PM
In addition to the tutrial linked by @57gmc (thanks again to Ed Jobe for the translation), you can also use this template (https://github.com/gileCAD/AutoCAD-Csharp-Project-Template) (after edition to suit your needs).
Title: Re: Wizard for AutoCAD2023 with VS 2022
Post by: It's Alive! on May 04, 2022, 07:27:17 PM
The templates work for ARX apps too!
It’s cool as you can add build configurations for other CAD platforms, links to your own helper libraries, etc.