
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Inventor 2012, this add-in worked perfectly with target CPU as AnyCPU. In Inventor 2014, the same add-in will only load if the target CPU is set to x64. If it is set to AnyCPU or x86, the Activate method is not being hit, even though the symbols appear to be loading correctly. In the add-in manager, it is stuck in the 'unloaded' state.
All referenced projects are set to AnyCPU, and there are no compile time errors or warnings.
This add-in uses custom user controls, so using x64 is not possible due to a Visual Studio limitation: Visual Studio x64 Bug.
The current workaround is to make add-in modifications as AnyCPU, and then switch to x64 to debug or deploy. Due to the large number of referenced projects, this is a very time consuming process.
What am I missing that needs to be done to get the add-in to load as AnyCPU?
Solved! Go to Solution.