<?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 Re: Could not load file or assembly 'Autodesk.Navisworks.Api in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7387895#M4668</link>
    <description>&lt;P&gt;I am having the same issue. &amp;nbsp;I do have Navisworks Manage 2016 installed and my VS 2017 .NET app runs fine for that version , but when I port it to Navisworks Manage 2018, I get this issue.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2017 15:01:18 GMT</pubDate>
    <dc:creator>rob.todd</dc:creator>
    <dc:date>2017-09-18T15:01:18Z</dc:date>
    <item>
      <title>Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7023506#M4666</link>
      <description>&lt;P&gt;Hi all, hoping you might be able to suggest something here. When trying to debug my C# console application in VS 2017 I'm hitting&lt;/P&gt;&lt;P&gt;"&lt;FONT color="#008000"&gt;&lt;STRONG&gt;System.IO.FileNotFoundException:&lt;/STRONG&gt; 'Could not load file or assembly 'Autodesk.Navisworks.Api, Version=15.0.1314.36, Culture=neutral, PublicKeyToken=d85e58fa5af9b484' or one of its dependencies. The system cannot find the file specified.'&lt;/FONT&gt;" despite the reference to the DLL appearing as valid (C:\Program Files\Autodesk\Navisworks Manage 2018\Autodesk.Navisworks.Api.dll) in VS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Navisworks Manage 2018 under an educational licence on Win10. Is it the licence itself which is the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 13:50:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7023506#M4666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-18T13:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7027919#M4667</link>
      <description>&lt;P&gt;Dear cmalins &amp;nbsp;&lt;A href="http://usa.autodesk.com/adsk/servlet/index?id=15024694&amp;amp;siteID=123112" target="_blank"&gt;this post&lt;/A&gt;&amp;nbsp;will guide you through the very basics of&amp;nbsp;Navisworks API. It also contains some samples that you could try in order to&amp;nbsp;verify whether&amp;nbsp;is a configuration issue or&amp;nbsp;a software issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you trying to create a console application that runs outside the Navisworks environment? If that's the case, I'm not sure how the software is going to behave as I've never tried to do such thing.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:35:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7027919#M4667</guid>
      <dc:creator>eceballostorres</dc:creator>
      <dc:date>2017-04-19T20:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7387895#M4668</link>
      <description>&lt;P&gt;I am having the same issue. &amp;nbsp;I do have Navisworks Manage 2016 installed and my VS 2017 .NET app runs fine for that version , but when I port it to Navisworks Manage 2018, I get this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 15:01:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7387895#M4668</guid>
      <dc:creator>rob.todd</dc:creator>
      <dc:date>2017-09-18T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7388970#M4669</link>
      <description>&lt;P&gt;Dear&amp;nbsp;rob.todd,&amp;nbsp;a couple of things come to my mind.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Your Navisworks 2018 assemblies location has changed: in this case go to your Navisworks installation directory and look for the new 2018 dlls and reference those.&lt;/P&gt;&lt;P&gt;2. Some of your projects are targeting to different .NET framework versions: try having them all to point to the same .NET framework.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If none of those work, try removing the references and adding them again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;BR /&gt;Emanuel.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 21:16:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7388970#M4669</guid>
      <dc:creator>eceballostorres</dc:creator>
      <dc:date>2017-09-18T21:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7388993#M4670</link>
      <description>&lt;P&gt;All projects in the VS solution are targeting the same .NET framework.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All projects in the VS solution are referencing the correct Navisworks DLL assembly files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have removed and re-added reference DLLs from each project in the VS solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Navisworks 2018 app still throws the same exception.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried reinstalling Navisworks Manage 2018, but no change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way I can get my 2018&amp;nbsp;app to run is to copy the referenced Navisworks 2018&amp;nbsp;.NET assembly files to my output folder (Copy local = true).&amp;nbsp; This is not the case with my&amp;nbsp;2016 app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 21:26:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7388993#M4670</guid>
      <dc:creator>rob.todd</dc:creator>
      <dc:date>2017-09-18T21:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7867835#M4671</link>
      <description>&lt;P&gt;I have&amp;nbsp;the same problem:&amp;nbsp; reference to Autodesk.Navisworks.Api not found.&lt;/P&gt;&lt;P&gt;I sould not even ask a question if I could remove the reference and add it again manualy.&lt;/P&gt;&lt;P&gt;But I can't find such library -&amp;nbsp;Autodesk.Navisworks.Api.dll all over my disk.&lt;/P&gt;&lt;P&gt;Where must I get this library?&lt;/P&gt;&lt;P&gt;Must&amp;nbsp;&amp;nbsp;it be set up with Navisworks Manage 2018 ?&lt;/P&gt;&lt;P&gt;May be it's removed when trial period ends?&lt;/P&gt;&lt;P&gt;Where can I read more about it?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 11:25:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/7867835#M4671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T11:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8786320#M4672</link>
      <description>&lt;P&gt;It has been my experience over the last couple of years that some fundamental things are 'broken' in Navisworks 2018.&amp;nbsp; Switchback doesn't work with Revit 2018 and Autodesk opted not to fix it after I raised a ticket on it.&amp;nbsp; We have also had issues with Vault integration for reasons I won't go into, that Autodesk need to fix from the Navisworks side. I am having a similar problem to this one. I have created numerous in house plugins for Navisworks with no DLL issues until now. I am trying to utilise the Api.Controls for the first time and have the same issue as described above for the Control API.&amp;nbsp; Autodesk need to proof their code better prior to product release, especially with what they charge for licensing.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="API Controls.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/635683i39320196ED6C4819/image-size/large?v=v2&amp;amp;px=999" role="button" title="API Controls.png" alt="API Controls.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 03:55:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8786320#M4672</guid>
      <dc:creator>Craig.Windram</dc:creator>
      <dc:date>2019-05-13T03:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8903858#M4673</link>
      <description>&lt;P&gt;Hi, dear Craig!&lt;/P&gt;&lt;P&gt;I also had this problem.&lt;/P&gt;&lt;P&gt;Try to click off this check box.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_16.png" style="width: 546px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/656553iF721AF5128251FA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_16.png" alt="Screenshot_16.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 14:12:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8903858#M4673</guid>
      <dc:creator>bvgarbar</dc:creator>
      <dc:date>2019-07-11T14:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8908242#M4674</link>
      <description>&lt;P&gt;I have similar issue when I use Navisworks 2018. Have you resolved this?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2019 11:26:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8908242#M4674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-14T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8908759#M4675</link>
      <description>&lt;P&gt;This will most likely only be resolved if somebody raises a service ticket with Autodesk.&amp;nbsp; I have not had good responses with previous tickets so personally I won't be doing that.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 04:12:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8908759#M4675</guid>
      <dc:creator>Craig.Windram</dc:creator>
      <dc:date>2019-07-15T04:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8925770#M4676</link>
      <description>&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;This issue is resolved after installing Navisworks Simulate 2018 Update 2.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Make sure to set "Copy to Local = True" for&amp;nbsp;Autodesk.Navisworks.Resolver.dll, and "Copy to Local=False" on all remaining Navisworks dlls in your Visual Studio solution.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 14:38:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8925770#M4676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-23T14:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8926598#M4677</link>
      <description>&lt;P&gt;Sravan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Haven't tried it yet but thanks for the update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 22:10:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/8926598#M4677</guid>
      <dc:creator>Craig.Windram</dc:creator>
      <dc:date>2019-07-23T22:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/9700208#M4678</link>
      <description>&lt;P&gt;I am having this issue with Navisworks Simulate 2019.&amp;nbsp; I have working projects in Simulate 2016.&amp;nbsp; I have tried local and non local for Autodesk.Navisworks.Api.&amp;nbsp; Navisworks Simulate works on the machine.&amp;nbsp; I have tried Visual Studio 2015 and 2019.&amp;nbsp; Any recomendataions?&amp;nbsp; The project is set to x64 and .NET 4.7.1&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 16:19:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/9700208#M4678</guid>
      <dc:creator>DeanLyon2</dc:creator>
      <dc:date>2020-08-19T16:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/9700672#M4679</link>
      <description>&lt;P&gt;The solution does not compile with .NET version earler than 4.7. An error is given that the DLLs were complied against. .NET 4.7.&amp;nbsp; However, My only setting for .NET at 4.7 or above is 4.7.2&amp;nbsp; Which compiles but can not interact with/ load the DLLs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 19:43:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/9700672#M4679</guid>
      <dc:creator>DeanLyon2</dc:creator>
      <dc:date>2020-08-19T19:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load file or assembly 'Autodesk.Navisworks.Api</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/11778803#M4680</link>
      <description>&lt;P&gt;.NET 4.7 is correct. Copy Local is True on Resolver and False on the other Navisworks references.&amp;nbsp; These settings made the issue go away.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 13:12:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/could-not-load-file-or-assembly-autodesk-navisworks-api/m-p/11778803#M4680</guid>
      <dc:creator>DeanLyon2</dc:creator>
      <dc:date>2023-02-24T13:12:37Z</dc:date>
    </item>
  </channel>
</rss>

