Unable to view "External Tools" on Add-Ins tab

Unable to view "External Tools" on Add-Ins tab

davidcalvermace
Contributor Contributor
266 Views
3 Replies
Message 1 of 4

Unable to view "External Tools" on Add-Ins tab

davidcalvermace
Contributor
Contributor

Hi I am following the tutorial for creating a plugin locally https://www.autodesk.com/support/technical/article/caas/tsarticles/ts/7JiiE4UoWHaTjxzuF754mL.html and I am on the final step. However, I am not able to see "External Tools" in the Add-Ins portion of the ribbon like the tutorial shows. I tried many things that were suggested on the forum such as downloading Navisworks but that didn't work for me. Any help would be appreciated!

 

davidcalvermace_0-1702520754814.png

 

0 Likes
267 Views
3 Replies
Replies (3)
Message 2 of 4

davidcalvermace
Contributor
Contributor

I downloaded the Navisworks exporter from https://www.autodesk.com/products/navisworks/3d-viewers?_ga=2.46138215.1128728288.1621788806-1177203...and now I can see the External Tools! Still unable to see the plugin I created which is placed in Autodesk/Revit/AddIns named MyFirstPlugin.addin.

0 Likes
Message 3 of 4

Mohamed_Arshad
Advisor
Advisor

HI @davidcalvermace 
  

    Kindly check you addin file, And ensure the below contents, If any minor mistakes in the below lines, External tools will not appear and Check by changing the GUID also.

 

<Assembly>C:\Samples\HelloWorld\HelloWorld\bin\Debug\HelloWorld.dll</Assembly>
<FullClassName>HelloWorld.HelloWorld</FullClassName>

 

 

Hope this will Helps 🙂


Mohamed Arshad K
Software Developer (CAD & BIM)

0 Likes
Message 4 of 4

davidcalvermace
Contributor
Contributor

Solution was standalone="no" in the XML heading

0 Likes