Navisworks API plugin locations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am pretty new to the Navisworks API, but I have managed already quite a bit 🙂
However there is one problem that is bugging me!
My project is becoming too large and I want to split it into multiple class libraries
I started off with deploying my plugin to the folder C:\Program Files\Autodesk\Navisworks Manage 2015\Plugins\<PluginName>
Splitting my solution into multiple dll's that are depoyed into the same folder seems to be a problem
If, for instance I have a classlibrary dll containing a single class called Class1, referencing this Class causes Navisworks to crash because it can not find the dll which is in the same Plugin folder as the main folder.
And if I copy the dll to the Navisworks program files folder (C:\Program Files\Autodesk\Navisworks Manage 2015 folder), it works!
But that is of course not a very good solution
Probably adding it to the global assembly cache would work as well (but I also don't want that)
please help me 🙂