Message 1 of 10
One shared dll for multiple AutoCAD plugins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
In my company we have few applications that relay on our internal dll that contains helper methods when working with AutoCAD. So the structure is as following:
Because AutoCAD only loads one version of the shared dll, if one of the applications installed references the newer/later version of shared dll we have problem, because AutoCAD won't allow different versions of the same dll to be loaded. So what would be your approach/advice when dealing with these scenarios?
Greetings,
Tamara