Custom addin - dll location question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
All the samples and most discussion seems to be that you reference the dlls from their installed location, i.e., C:\ProgramData\Autodesk\ApplicationPlugins\VaultInventor2023.bundle.
Is there any pro/con argument for copying the used dlls from these locations to the visual studio project itself in a dll folder or something so that people without the applications installed can pull/build the code?
I recall having run into an issue where having the inventor.interop file installed with the addin as opposed to simply referenced kept a command from running. It didn't not throw errors, it just didnt' work. The solution, as pointed out on this site was to not publish the dll with the addin and that worked.
Just wondering what people's positions are on doing something like this.