Naviswork and Prism Library Issue

Naviswork and Prism Library Issue

Anonymous
Not applicable
931 Views
3 Replies
Message 1 of 4

Naviswork and Prism Library Issue

Anonymous
Not applicable

Hy All,

I have developed an AddIn for AutoCAD, Civil3D and Revit which does different operations but is based on common libraries implemented with Prism library and dependency injection. I would like to implement in Naviswork as well but I can't. There appears to be a problem between Naviswork and Prism bootstrapper. I attach a simple example that does nothing but contains a class derived from PrismBootstrapper. If I comment the class the AddIn is loaded correctly if, on the other hand, I remove the comments even without creating an instance of the class the addin is no longer loaded. What can I do?

Regards 

Rolando Tonin

0 Likes
932 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable

I temporarily solved the problem by copying prism *. * in the Naviswork folder as Naviswork cannot load them from the plugin folder. Is there an option in Naviswork to assign a shared path by mapping it to the plugin folder?

Rolando

0 Likes
Message 3 of 4

Anonymous
Not applicable

Hello,

 

If your plugin uses any external Libraries, you need to put them in the dependencies folder (%Your_Navisworks_Installation_Localtion%\Dependencies). I don't think there is another solution for this.

 

Br,

Message 4 of 4

geethat
Contributor
Contributor
It worked for me
0 Likes