Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
On a sheet set program, We normally create separate plug-ins for each version Autocad, all because sheet set has its own specific NET library files (ACSMCOMPONENTS##Lib) and also NET framework version.
Is there a way we can make just one plugin for two versions that share the same NET framework? say for example
Autocad 2017 and 2018, only thing is, its using different library files ( 21 and 22 respectively)
Adding both doesnt work. 😩
.. using Autodesk.AutoCAD.Runtime; // 2017 using ACSMCOMPONENTS21Lib; // 2018 using ACSMCOMPONENTS22Lib; using AcAp = Autodesk.AutoCAD.ApplicationServices.Application; AutoCAD.ApplicationServices.Application;
Any ideas?
Solved! Go to Solution.