<?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: How to Update my Revit Plugin in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10733923#M22599</link>
    <description>&lt;P&gt;You need to rebuild your .dll to see change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, a useful tool for quicker development is the add-in manager found in the SDK:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/jeremytammik/RevitSdkSamples/tree/master/SDK" target="_blank"&gt;https://github.com/jeremytammik/RevitSdkSamples/tree/master/SDK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Konrad made a very helpful guide to using it here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://archi-lab.net/debugging-revit-add-ins/" target="_blank"&gt;https://archi-lab.net/debugging-revit-add-ins/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Nov 2021 21:37:08 GMT</pubDate>
    <dc:creator>smarente1</dc:creator>
    <dc:date>2021-11-03T21:37:08Z</dc:date>
    <item>
      <title>How to Update my Revit Plugin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10733885#M22598</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am going through the "My first plug in" from autodesk. I am in the lesson that add in exceptions to the project (lesson 5 --&amp;gt; &lt;A href="https://knowledge.autodesk.com/search-result/caas/simplecontent/content/lesson-5-simple-selection-group.html" target="_blank"&gt;https://knowledge.autodesk.com/search-result/caas/simplecontent/content/lesson-5-simple-selection-group.html&lt;/A&gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I add changes, I'm not seeing them being updated in my revit plug in. For example I changed one line of code to see if my updates were being caught by adding in this code:&lt;/P&gt;&lt;P&gt;XYZ point = sel.PickPoint("Please pick a point to place groupjjjj");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in revit when I get to this point in the code I still see "Please pick a point to place" with no "jjjj" on the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using visual studio and coding in C#.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 21:10:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10733885#M22598</guid>
      <dc:creator>wsayle</dc:creator>
      <dc:date>2021-11-03T21:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update my Revit Plugin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10733923#M22599</link>
      <description>&lt;P&gt;You need to rebuild your .dll to see change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, a useful tool for quicker development is the add-in manager found in the SDK:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/jeremytammik/RevitSdkSamples/tree/master/SDK" target="_blank"&gt;https://github.com/jeremytammik/RevitSdkSamples/tree/master/SDK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Konrad made a very helpful guide to using it here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://archi-lab.net/debugging-revit-add-ins/" target="_blank"&gt;https://archi-lab.net/debugging-revit-add-ins/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 21:37:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10733923#M22599</guid>
      <dc:creator>smarente1</dc:creator>
      <dc:date>2021-11-03T21:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update my Revit Plugin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10733941#M22600</link>
      <description>&lt;P&gt;Also, if the&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;XYZ point = sel.PickPoint("Please pick a point to place groupjjjj");&lt;/LI-CODE&gt;&lt;P&gt;code is not in the same assembly as the IExternalCommand, you will need to restart Revit to see the changes. (This is due to how .NET works.)&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 21:47:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10733941#M22600</guid>
      <dc:creator>matthew_taylor</dc:creator>
      <dc:date>2021-11-03T21:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update my Revit Plugin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10733988#M22601</link>
      <description>&lt;P&gt;Completely new to this. How do you rebuild a dll??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, thank you for Konrad's guide. I followed it and made it to step 7 but nothing shows up for me in the loaded commands. I'm using Revit 2021 btw and the 2021.1 SDK (do I need to have 2021 SDK installed prior to the 2021.1??) from the autodesk website.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wsayle_0-1635977577665.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/985512i6241099CE82182CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wsayle_0-1635977577665.png" alt="wsayle_0-1635977577665.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 22:13:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10733988#M22601</guid>
      <dc:creator>wsayle</dc:creator>
      <dc:date>2021-11-03T22:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update my Revit Plugin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10734049#M22602</link>
      <description>&lt;P&gt;The .dll is loaded by Revit to run the code you are creating.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Click build inside Visual Studios:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smarente1_1-1635980104261.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/985517iB9A0F894F4D98818/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smarente1_1-1635980104261.png" alt="smarente1_1-1635980104261.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inside your project bin folder you will find the .dll you just built:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smarente1_0-1635980028167.png" style="width: 676px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/985516i0778DBFEC6D96C59/image-dimensions/676x92?v=v2" width="676" height="92" role="button" title="smarente1_0-1635980028167.png" alt="smarente1_0-1635980028167.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the add-in manger, click the "Load" button and navigate to this .dll file from the bin project folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each time you make changes to your code re build the .dll to see the changes within Revit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 22:58:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10734049#M22602</guid>
      <dc:creator>smarente1</dc:creator>
      <dc:date>2021-11-03T22:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update my Revit Plugin</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10735625#M22603</link>
      <description>&lt;P&gt;Thank you! This really did help. I appreciate it.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:06:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-update-my-revit-plugin/m-p/10735625#M22603</guid>
      <dc:creator>wsayle</dc:creator>
      <dc:date>2021-11-04T14:06:58Z</dc:date>
    </item>
  </channel>
</rss>

