Message 1 of 4
Upgrade AddIn from Inventor 10 to Inventor 2011

Not applicable
02-22-2011
02:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I programmed an Inventor AddIn years ago using Inventor 10 API and it worked fine. The AddIn was developed using Visual Studio .NET 2003. It got loaded everytime Inventor starts.
Now we are migrating computer systems to Windows 7 and installing Inventor 2011. I have migrated program code from Visual Studio .NET 2003 to Visual Studio .NET 2008 and compiled successfully. (I had to do this because .NET 2003 does not work on Windows 7) But the AddIn does not show up in Inventor 2011 (from Tools | AddIns menu). I am sure the .dll has been registered in registry. Have anybody had similar experience?