.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
.NET Add-ins and versions compatibil ity
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi there.
Has anybody any doc/info regarding .NET add-ins compatiblity across the versions of AutoCAD.
Basically, the story is that we're starting to port our VBA stuff into .NET Add-ins
The issue is that we have customers using from AutoCAD 2008 up to 2013
Everything before 2010 will stay VBA but we'd like to replave VBA starting at 2010
So the question is:
If I write an AutoCAD Add-in in 2010, will it work in 2011 and later ? or should westart in 2011.... Or do we need to recompile for every version of AutoCAD ?
A Ny idea/tip/info is welcomed
Solved! Go to Solution.
Re: .NET Add-ins and versions compatibil ity
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
AutoCAD breaks Binary compatability every three versions and you will need to recompile your application with the current version.
http://autodesk.blogs.com/between_the_lines/2009/0
http://through-the-interface.typepad.com/through_t

“We don’t have a snowball’s chance in a blast furnace of surviving this attack unless every one of our units gets into the fight right now!”
Re: .NET Add-ins and versions compatibil ity
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
By cons, there is a real break compatibility with version 2013 and applications must be recompiled with rarely a few changes in the codes.
