- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
what version of visual Studio should i use for inventor 2020 , inventor 2023 and inventor 2024?
I am trying to leard to make programm/ addin pungin for inventor.. currently I use an vissual studio 2017. that I have read on the net that was beste for inventor 2020.
I would like to know that version do i need to make program for inventor 2023 and 2024 .. and is there a version I can use for both 2020, 2023 2024. ?
point in currently I want to make the program for inventor 2020... but before the end of the years .. my inventor might be upgrade to 2023 or 2024 ... I am not 100 % at this. So what version do I need ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
19 is ok then
Regards,
Arthur Knoors
Autodesk Affiliations:
Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:Drawing List!|Toggle Drawing Sheet!|Workplane Resize!|Drawing View Locker!|Multi Sheet to Mono Sheet!|Drawing Weld Symbols!|Drawing View Label Align!|Open From Balloon!|Model State Lock!
Posts and Ideas:Dimension Component!|Partlist Export!|Derive I-properties!|Vault Prompts Via API!|Vault Handbook/Manual!|Drawing Toggle Sheets!|Vault Defer Update!
! For administrative reasons, please mark a "Solution as solved" when the issue is solved !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using VS2022 (Version 17.4.4) for daily work and it works well for me for Inventor 2020 and above. Perhaps you need to install some .NET for older versions, but current versions of Inventor use .NET Framework 4.8 and it is installed by default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would recommend VS2022. I'm using it with Inventor 2019. The IntelliCode is a really nice feature. It does a great job of anticipating code changes you're trying to make in multiple locations. If your VS2019 is prior to 16.11, the hot reload feature in >=16.11 is a huge time saver. In a lot of cases it keeps you from having to restart Inventor after code changes.