Message 1 of 9
AutoCAD 2018 plugin development using Visual Studio 2017

Not applicable
12-08-2017
02:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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,