AutoCAD 2018 plugin development using Visual Studio 2017

AutoCAD 2018 plugin development using Visual Studio 2017

Anonymous
Not applicable
4,957 Views
8 Replies
Message 1 of 9

AutoCAD 2018 plugin development using Visual Studio 2017

Anonymous
Not applicable

Hi,

 

I found the following information from Autodesk Knowledge Network.
===
If you are targeting AutoCAD 2017 or AutoCAD 2017-based programs, or AutoCAD 2018 or AutoCAD 2018-based programs, you should use:
Microsoft Visual Studio 2015 Update 3
Microsoft .NET Framework 4.6
===

 

It is hard to buy Microsoft Visual Studio 2015 on market now, most available is Visual Studio 2017. The Visual Studio 2017 supports .NET Framework versions 4.7, 4.6.2, 4.6.1, 4.6, 4.5.2, and 3.5.

 

Can Microsoft Visual Studio 2017 be used to develop AutoCAD 2018 plugin using AutoCAD 2018 .NET API? Which release of Visual Studio 2017 should be used?

 

Thanks,

0 Likes
4,958 Views
8 Replies
Replies (8)
Message 2 of 9

BKSpurgeon
Collaborator
Collaborator

get Visual Studio Community edition instead.

 

MSFT will do anything to get developers to develop on microsoft products, hence the cheapness

 

 

rgds

 

Ben

0 Likes
Message 4 of 9

Anonymous
Not applicable

Hi Ben, thank you for replying,

 

Do you confirm that Microsoft Visual Studio 2017 can be used for AutoCAD 2018 plugin development?

0 Likes
Message 5 of 9

_gile
Consultant
Consultant

Hi

 

Visual Studio 2017 can be used for AutoCAD 2018 and all previous versions supporting .NET.

A good practice is to target the .NET Framework version corresponding to the one installed by the targeted AutoCAD version (4.6 for AutoCAD 2018).

 

AutoCAD_VisualStudio_EN.png



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 6 of 9

Juergen_Becker
Advocate
Advocate

Hi,

 

I'm using VS 2015 to develop AutoCAD 2014-2017 and AutoCAD 2018 apps.

So it works.

 

Download the community version as mentioned above.

 

Regards Jürgen

I hope my tip helps. If so then give me kudos and mark the tip as a solution.
Thanks.

Jürgen A. Becker
Building Services

Development and Support
Autodesk Forge Spezialist


CAD-Becker.de
https://www.CAD-Becker.de

0 Likes
Message 7 of 9

Oscar_ITzone
Explorer
Explorer

Where can I find an update of this table correlating AutoCAD versions and .Net framework to target?

 

Thanks!

Oscar

0 Likes
Message 8 of 9

_gile
Consultant
Consultant

_gile_0-1646757980369.png

You can also see this page from the documentation.

 



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 9 of 9

Oscar_ITzone
Explorer
Explorer
Thanks for the link!!
0 Likes