<?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 Missing dll file in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/missing-dll-file/m-p/4568351#M78459</link>
    <description>&lt;P&gt;Hi I am getting trouble with an addin that is saying missing dll file (see attached) I seem to remember if I open the addin file in C# and hit&amp;nbsp; build but there is and error when sending it to C# and the "build" button is greyed out. Is this error fixable? If so, which folder exactly do I put the dll file into? See attached files for reference. Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2013 15:13:44 GMT</pubDate>
    <dc:creator>revitworkbench</dc:creator>
    <dc:date>2013-10-28T15:13:44Z</dc:date>
    <item>
      <title>Missing dll file</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/missing-dll-file/m-p/4568351#M78459</link>
      <description>&lt;P&gt;Hi I am getting trouble with an addin that is saying missing dll file (see attached) I seem to remember if I open the addin file in C# and hit&amp;nbsp; build but there is and error when sending it to C# and the "build" button is greyed out. Is this error fixable? If so, which folder exactly do I put the dll file into? See attached files for reference. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 15:13:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/missing-dll-file/m-p/4568351#M78459</guid>
      <dc:creator>revitworkbench</dc:creator>
      <dc:date>2013-10-28T15:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing dll file</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/missing-dll-file/m-p/4568651#M78460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A target="_self" href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1000925"&gt;michaelmead&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Do you get the error if you place your assembly dll to the Addins\2014 folder (without Wiip.Revit.Numbering.bundle subfolder) and set only dll name in the Assembly node of your addin manifest file? If you still get the error, see my &lt;A target="_self" href="https://forums.autodesk.com/t5/Revit-API/Revit-cannot-run-the-external-application/m-p/4531069#M4815"&gt;answer on another topic&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;But i think you problem will be solved if you set the path to your assembly as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;STRONG&gt;.\&lt;/STRONG&gt;&lt;SPAN&gt;Wiip.Revit.Numbering.bundle\Contents\2014\Wiip.Revit.Numbering2014.dll (point and slash at the beginning)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;Victor.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 16:58:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/missing-dll-file/m-p/4568651#M78460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-28T16:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Missing dll file</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/missing-dll-file/m-p/4569639#M78461</link>
      <description>&lt;P&gt;You probably either need to hardcode the path to your DLL in your .addin file or move your .DLL to the Addins folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ie:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Change to &amp;lt;Assembly&amp;gt;C:\Users\USERNAME\AppData\Roaming\AutoDesk\Revit\Addins\2014\Wiip.....blah\Wiip.Revit.Numbering2014.dll&amp;lt;/Assembly&amp;gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;- Move your DLL to C:\ProgramData\Autodesk\Revit\Addins\2014 and change your addin to&amp;nbsp; &amp;lt;Assembly&amp;gt; Wiip.Revit.Numbering2014.dll&amp;lt;/Assembly&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 00:28:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/missing-dll-file/m-p/4569639#M78461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-29T00:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Missing dll file</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/missing-dll-file/m-p/4572283#M78462</link>
      <description>&lt;P&gt;First of all I want to thank you both for your help. But both responses would only be helpful if I had a dll file, which I do not. I cannot build the dll file because the button is greyed out. Again I am new to this so please do not assume anything is obvious to me, but none of your suggestions could be implemented by me. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 14:42:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/missing-dll-file/m-p/4572283#M78462</guid>
      <dc:creator>revitworkbench</dc:creator>
      <dc:date>2013-10-29T14:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Missing dll file</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/missing-dll-file/m-p/4597537#M78463</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ADDIN file is not really your application. It is just a settings file that tells Revit where to find your application and other information and settings for your Application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do not already have the "&lt;SPAN style="white-space: normal; text-transform: none; word-spacing: 0px; float: none; color: #232323; text-align: left; font: 13px/15px Arial; display: inline !important; letter-spacing: normal; background-color: #f5f5f5; text-indent: 0px; -webkit-text-stroke-width: 0px;"&gt;Wiip.Rev&lt;/SPAN&gt;&lt;SPAN style="white-space: normal; text-transform: none; word-spacing: 0px; float: none; color: #232323; text-align: left; font: 13px/15px Arial; display: inline !important; letter-spacing: normal; background-color: #f5f5f5; text-indent: 0px; -webkit-text-stroke-width: 0px;"&gt;it.Numbering2014.dll&lt;/SPAN&gt;" file with you, you have two choices:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Request the creator of that application to give you that file (and any other files that the DLL depends on)&lt;/P&gt;
&lt;P&gt;2) Obtain the C# source code of that application and then build it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Gopinath&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 18:23:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/missing-dll-file/m-p/4597537#M78463</guid>
      <dc:creator>gopinath.taget</dc:creator>
      <dc:date>2013-11-06T18:23:19Z</dc:date>
    </item>
  </channel>
</rss>

