<?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: Add-In missing from Add-In Manager in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12519381#M162939</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5011186"&gt;@JelteDeJong&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have try your example too, but nothing works! I can't see them in Add-In Manager&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2024 07:57:28 GMT</pubDate>
    <dc:creator>CGVJM6DF</dc:creator>
    <dc:date>2024-01-25T07:57:28Z</dc:date>
    <item>
      <title>Add-In missing from Add-In Manager</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12517835#M162898</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tray to do an Add-In in VS 2022 for Inventor 2024.2 "Following" this tutorial:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=QROrJdg0NQ8" target="_blank"&gt;https://www.youtube.com/watch?v=QROrJdg0NQ8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;All it is good but whatever I do I can't see the Add-In in to the Add-In Manager...&lt;/P&gt;&lt;P&gt;I did it befor for Inventor 2022 following the same tutorial and it wase ok but now....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody help me?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 13:55:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12517835#M162898</guid>
      <dc:creator>CGVJM6DF</dc:creator>
      <dc:date>2024-01-24T13:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In missing from Add-In Manager</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12517973#M162901</link>
      <description>&lt;P&gt;Not gonna watch the video&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@4384DE21BEC9E5A7841E0AE0A3B180DF/emoticons/1f61c.png" alt=":winking_face_with_tongue:" title=":winking_face_with_tongue:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Addin folder and file should be in %appdata%\Autodesk\ApplicationPlugins&lt;/P&gt;&lt;P&gt;It'll need the .dll and .addin files.&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;&amp;lt;Addin Type="Standard"&amp;gt;
  &amp;lt;!--Created for Autodesk Inventor Version 21.0--&amp;gt;
  &amp;lt;ClassId&amp;gt;{addin class ID}&amp;lt;/ClassId&amp;gt;
  &amp;lt;ClientId&amp;gt;{addin class ID}&amp;lt;/ClientId&amp;gt;
  &amp;lt;DisplayName&amp;gt;AssemCount&amp;lt;/DisplayName&amp;gt;
  &amp;lt;Description&amp;gt;AssemCount&amp;lt;/Description&amp;gt;
  &amp;lt;Assembly&amp;gt;AssemCount.dll&amp;lt;/Assembly&amp;gt;
  &amp;lt;LoadOnStartUp&amp;gt;1&amp;lt;/LoadOnStartUp&amp;gt;
  &amp;lt;LoadAutomatically&amp;gt;1&amp;lt;/LoadAutomatically&amp;gt;

  &amp;lt;!--LoadBehavior  0:Start with Inventor --&amp;gt;
  &amp;lt;!--LoadBehavior  1:Start with part --&amp;gt;
  &amp;lt;!--LoadBehavior  2:Start with assembly --&amp;gt;
  &amp;lt;!--LoadBehavior  3:Start with presentation --&amp;gt;
  &amp;lt;!--LoadBehavior  4:Start with drawing --&amp;gt;
  &amp;lt;!--LoadBehavior 10:On Demand --&amp;gt;

  &amp;lt;LoadBehavior&amp;gt;2&amp;lt;/LoadBehavior&amp;gt;
  &amp;lt;UserUnloadable&amp;gt;1&amp;lt;/UserUnloadable&amp;gt;
  &amp;lt;Hidden&amp;gt;0&amp;lt;/Hidden&amp;gt;
  &amp;lt;SupportedSoftwareVersionGreaterThan&amp;gt;21.0&amp;lt;/SupportedSoftwareVersionGreaterThan&amp;gt;
  &amp;lt;DataVersion&amp;gt;1&amp;lt;/DataVersion&amp;gt;
  &amp;lt;UserInterfaceVersion&amp;gt;1&amp;lt;/UserInterfaceVersion&amp;gt;
&amp;lt;/Addin&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 24 Jan 2024 14:50:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12517973#M162901</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2024-01-24T14:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In missing from Add-In Manager</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12518138#M162906</link>
      <description>&lt;P&gt;Tanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5289378"&gt;@Frederick_Law&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nothing...&lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@16A394AD686F6699BEC9507545EBEB48/emoticons/1f614.png" alt=":pensive_face:" title=":pensive_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 16:13:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12518138#M162906</guid>
      <dc:creator>CGVJM6DF</dc:creator>
      <dc:date>2024-01-24T16:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In missing from Add-In Manager</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12518692#M162927</link>
      <description>&lt;P&gt;What do you mean by "nothing"?&lt;/P&gt;&lt;P&gt;What did you check or try?&lt;/P&gt;&lt;P&gt;You can't find the folder?&lt;/P&gt;&lt;P&gt;You can't find the files?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 20:51:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12518692#M162927</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2024-01-24T20:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In missing from Add-In Manager</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12518722#M162928</link>
      <description>&lt;P&gt;Sometime ago I wrote a tutorial about creating an addin. Maybe the part "&lt;A href="http://www.hjalte.nl/tutorials/68-addin-wont-load" target="_blank" rel="noopener"&gt;Help: My addin won't load&lt;/A&gt;" is some help to you.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 21:07:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12518722#M162928</guid>
      <dc:creator>JelteDeJong</dc:creator>
      <dc:date>2024-01-24T21:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In missing from Add-In Manager</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12519381#M162939</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5011186"&gt;@JelteDeJong&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have try your example too, but nothing works! I can't see them in Add-In Manager&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 07:57:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12519381#M162939</guid>
      <dc:creator>CGVJM6DF</dc:creator>
      <dc:date>2024-01-25T07:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In missing from Add-In Manager</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12519461#M162940</link>
      <description>&lt;P dir="rtl"&gt;You should have created an *.addin file. And have saved it on 1 of the locations I wrote about. Can you share that file?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 09:10:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12519461#M162940</guid>
      <dc:creator>JelteDeJong</dc:creator>
      <dc:date>2024-01-25T09:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In missing from Add-In Manager</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12519514#M162941</link>
      <description>&lt;P&gt;Do you mean this file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CGVJM6DF_0-1706175631701.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1318150iF024D400067B1418/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CGVJM6DF_0-1706175631701.png" alt="CGVJM6DF_0-1706175631701.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I am not allowed to drag the file here....&lt;/P&gt;&lt;P&gt;This is what it is in this file.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CGVJM6DF_1-1706175761405.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1318153i441216911DC072F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CGVJM6DF_1-1706175761405.png" alt="CGVJM6DF_1-1706175761405.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 09:42:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12519514#M162941</guid>
      <dc:creator>CGVJM6DF</dc:creator>
      <dc:date>2024-01-25T09:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In missing from Add-In Manager</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12525378#M163063</link>
      <description>&lt;P&gt;I'm not familiar with this way of viewing XML files. (I like to open them with notepad) Anyway, I see potential problems.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The dll name is surrounded by square brackets. They should not be there.&lt;/LI&gt;
&lt;LI&gt;If I'm correct your &amp;lt;SupportedSoftwareVersionGreaterThan&amp;gt; is for Inventor 2023. I don't know which version you are working with but I would set it to 16 (Inventor 2015) for debugging purposes. Just to be sure that is not the problem.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sun, 28 Jan 2024 22:54:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/add-in-missing-from-add-in-manager/m-p/12525378#M163063</guid>
      <dc:creator>JelteDeJong</dc:creator>
      <dc:date>2024-01-28T22:54:53Z</dc:date>
    </item>
  </channel>
</rss>

