- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Folks,
I have written several addins recently using VB.NET and all was calm/working correctly.
Then I started having issues with loading of addins that used function correctly that lead to this most recent post:
http://forums.autodesk.com/t5/inventor-customization/addin-loading-locations/m-p/5984471#M60851
I thought I had solved the issue I was seeing, but when I recently returned to an AddIn for Inventor Professional 2016 I noticed that it refused to load and/debug inside of Visual Studio 2015 Express stating something along the lines of: "StandardAddInServer class exists in {dllname.dll} but it's source differs from the current" so I am wondering if I need to make sure to not use the default name of StandardAddInServer.vb when writing multiple AddIns for different customers.
I don't believe I needed to differentiate between "standard" class names when working with Inventor Professional 2014's API about a year ago.
What is the recommended approach with this sort of thing? It makes sense to me that the class names should be individual, but it has never been a problem until now - if it is indeed even a problem??
Thanks,
Alex.
Alex Fielder
Inventor Expert
https://github.com/alexfielder/
LinkedIn - Github Inventor Extension Server - Bonkers polygon iLogic thing
Top ten iLogic Tips - API Shortcut In Google Chrome - Assembly Extrusion Example
Solved! Go to Solution.