<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Naviswork and Prism Library Issue in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/naviswork-and-prism-library-issue/m-p/10363108#M2285</link>
    <description>&lt;P&gt;Hy All,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;I would like to implement in Naviswork as well but I can't.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;There appears to be a problem between Naviswork and Prism bootstrapper.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;I attach a simple example that does nothing but contains a class derived from PrismBootstrapper.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;What can I do?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Regards&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Rolando Tonin&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jun 2021 06:34:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-06-04T06:34:47Z</dc:date>
    <item>
      <title>Naviswork and Prism Library Issue</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/naviswork-and-prism-library-issue/m-p/10363108#M2285</link>
      <description>&lt;P&gt;Hy All,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;I would like to implement in Naviswork as well but I can't.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;There appears to be a problem between Naviswork and Prism bootstrapper.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;I attach a simple example that does nothing but contains a class derived from PrismBootstrapper.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;What can I do?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Regards&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Rolando Tonin&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 06:34:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/naviswork-and-prism-library-issue/m-p/10363108#M2285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-04T06:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Naviswork and Prism Library Issue</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/naviswork-and-prism-library-issue/m-p/10363478#M2286</link>
      <description>&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;I temporarily solved the problem by copying prism *. * in the Naviswork folder as Naviswork cannot load them from the plugin folder.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Is there an option in Naviswork to assign a shared path by mapping it to the plugin folder?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Rolando&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 09:48:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/naviswork-and-prism-library-issue/m-p/10363478#M2286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-04T09:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Naviswork and Prism Library Issue</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/naviswork-and-prism-library-issue/m-p/10438320#M2287</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 11:11:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/naviswork-and-prism-library-issue/m-p/10438320#M2287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-02T11:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Naviswork and Prism Library Issue</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/naviswork-and-prism-library-issue/m-p/11655869#M2288</link>
      <description>It worked for me</description>
      <pubDate>Wed, 04 Jan 2023 05:58:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/naviswork-and-prism-library-issue/m-p/11655869#M2288</guid>
      <dc:creator>geethat</dc:creator>
      <dc:date>2023-01-04T05:58:24Z</dc:date>
    </item>
  </channel>
</rss>

