- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I just started creating a simple add-in application in VB .net for Revit 2019 by following the tutorial:
https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2014/EN... (from Apr 18 2014).
I have completed all steps successfully, however, my add-in application doesn't appear on addins>external tools.
I took a look at:
https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/simplecontent/content/my-fi...
only to realize it's for C# and cannot help me.
Here I found possible reasons to why this may be hapening:
http://help.autodesk.com/view/RVT/2017/ENU/?guid=GUID-8EB25D2A-3CAF-486A-BA8E-C2BEF3DB68F6
"However, in some cases, an add-in application may fail to load without any message. Possible causes include:
- The add-in application is compiled with a different RevitAPI version
- The manifest file is not found
- There is a formatting error in the .addin manifest file"
I still don't understand what might be the problem. I tried to check all 3:
- I don't think the first point is the issue, but I don't know how to check which RevitAPI version I am using ? I pretty sure I used the correct RevitAPI.dll and RevitAPIUI.dll from the correct path: C:\Program Files\Autodesk\Revit 2019
- How do I know if the manifest file has not been found? I saved it on the path that the tutorial says to save it: C:\ProgramData\Autodesk\Revit\Addins\2019
- I cannot be sure if there is a formatting error in the .addin, but i copy and pasted it carefully to be sure, just changed the path of the .dll and the Class name (see attached printscreen)
Any help would be appretiated.
Revit Version: Full Version of Autodesk Revit 2019
Windows version: 10 Pro
Processor: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
RAM: 32GB
Solved! Go to Solution.