Message 1 of 3
Addin not Loading at Startup

Not applicable
05-23-2006
01:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The attached addin is generated using the Inventor 10 vb.net project wizrd. When I run this in Vb.Net 2003 it registers in Inventor 10 as an addin and loads on startup. Howver if I take this project to another machine and load it into Sharpdevelop 2.0 (a free VS 2005 compliant system based on .Net 2) then run it the addin registers (it is visible in the addin manager) but when Inventor 10 loads the addin is not loaded. Also selecting the Loaded checkbox will not load the addin. Any ideas why this might be. Is it .a Net 2 issue? (I have tried manually registering the dll using "regasm invaddin2.dll /tlb:invaddin2.tlb /codebase" which has always worked with vb.Net 2003 projects