Message 1 of 1
Cannot load addin with dependencies on other dlls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have created an Inventor Addin with the wizard from Visual Studio C++, everything worked fine.
But then I began writing more code for the logic, and it depends now on another dll, which seems to be an issue because the addin does not load anymore!
In debug mode, I cannot even step into the "OnActivate" or "Activate" method, so the error must come before, which makes me think it has something to do with the new dll dependency I added.
Where would I need to deploy the potential dependencies for Inventor to load the addin with them right?
Thanks
Maxime