<?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: Revit API Reference with yellow triangle Visual Studio 2015. in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/revit-api-reference-with-yellow-triangle-visual-studio-2015/m-p/7990986#M50257</link>
    <description>&lt;P&gt;Do this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/Revit-Customize/files/GUID-17C8D2AA-584B-4E24-9521-CDCD7CFD731D-htm.html" target="_blank"&gt;https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/Revit-Customize/files/GUID-17C8D2AA-584B-4E24-9521-CDCD7CFD731D-htm.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, as mentioned above, in the properties for each of these two references, set the Copy Local to false.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you should also try working through the "my first revit plugin" when you can.&amp;nbsp; See the first few posts pinned to the top of this message board.&lt;/P&gt;</description>
    <pubDate>Wed, 09 May 2018 18:44:42 GMT</pubDate>
    <dc:creator>stever66</dc:creator>
    <dc:date>2018-05-09T18:44:42Z</dc:date>
    <item>
      <title>Revit API Reference with yellow triangle Visual Studio 2015.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-api-reference-with-yellow-triangle-visual-studio-2015/m-p/7989948#M50255</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am an absolute beginner so I really need your help. I am trying to working on the Revit 2017 Addin Template on Visual Studio 2015. What I did is I pasted the zip file provided by Jeremy Tammjk to [MyDocument]\Templates\ProjectTemplates\VisualC#. However, when I open the template in Visual Studio 2015 and checked the References (in the Solution Explorer) the Revit API and RevitAPIUI are embedded with a small yellow triangle. Moreover, a few functions (for example: Transaction or TaskDialog) are not popped up when I compile the code. Please help me so I can start going further.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/498361i93FE613AD2473DB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 12:50:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-api-reference-with-yellow-triangle-visual-studio-2015/m-p/7989948#M50255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-09T12:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Revit API Reference with yellow triangle Visual Studio 2015.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-api-reference-with-yellow-triangle-visual-studio-2015/m-p/7990022#M50256</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of i would suggest you to read this link (set both dlls to False on Copy Local):&amp;nbsp;&lt;A href="http://thebuildingcoder.typepad.com/blog/2011/08/set-copy-local-to-false.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2011/08/set-copy-local-to-false.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, if you are a beginner, just follow the developers' guide:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/view/RVT/2017/ENU/?guid=GUID-F0A122E0-E556-4D0D-9D0F-7E72A9315A42" target="_blank"&gt;http://help.autodesk.com/view/RVT/2017/ENU/?guid=GUID-F0A122E0-E556-4D0D-9D0F-7E72A9315A42&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your code you're probabily missing a 'using' statement:&lt;/P&gt;&lt;PRE&gt;using Autodesk.Revit.DB;
using Autodesk.Revit.UI;&lt;/PRE&gt;&lt;P&gt;Cheers and good luck!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 13:15:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-api-reference-with-yellow-triangle-visual-studio-2015/m-p/7990022#M50256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-09T13:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Revit API Reference with yellow triangle Visual Studio 2015.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-api-reference-with-yellow-triangle-visual-studio-2015/m-p/7990986#M50257</link>
      <description>&lt;P&gt;Do this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/Revit-Customize/files/GUID-17C8D2AA-584B-4E24-9521-CDCD7CFD731D-htm.html" target="_blank"&gt;https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/Revit-Customize/files/GUID-17C8D2AA-584B-4E24-9521-CDCD7CFD731D-htm.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, as mentioned above, in the properties for each of these two references, set the Copy Local to false.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you should also try working through the "my first revit plugin" when you can.&amp;nbsp; See the first few posts pinned to the top of this message board.&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 18:44:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-api-reference-with-yellow-triangle-visual-studio-2015/m-p/7990986#M50257</guid>
      <dc:creator>stever66</dc:creator>
      <dc:date>2018-05-09T18:44:42Z</dc:date>
    </item>
  </channel>
</rss>

