Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Donde puedo encontrar(Where can I find?)
Revit 2022 Visual Studio Add-in Templates?
Solved! Go to Solution.
Donde puedo encontrar(Where can I find?)
Revit 2022 Visual Studio Add-in Templates?
Solved! Go to Solution.
I don't think the 2022 SDK has been published yet.
The API assemblies are where they usually are (main Revit executable location) so references to existing projects can be swapped.
I'm occasionally checking:
Thank you for the kind prompting.
I'll update the wizard for Revit 2022 with pleasure as soon as possible.
Just as Richard points out, the new SDK has not been officially published yet.
That is no obstacle to updating the wizard and all your add-ins, though, since all you need to do so is included with the Revit product installation itself.
Good luck and have fun migrating to the new version.
Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
and Revit Lookup 2022?
Same thing, coming asap... the disadvantage of a one-man-band... feel free to chip in and help.
Pull requests are more than welcome.
Thank you!
Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
Ya lo hice
Muchas gracias. La manera preferida de actualizar un proyecto asi es de iniciar un pull request, una solicitud de tiron, en GitHub. Pero ya es una ayuda tu zip.
Cordialmente,
Jeremy
Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
I now updated both the C# and VB Visual Studio Revit Add-in Templates for Revit 2022:
https://github.com/jeremytammik/VisualStudioRevitAddinWizard/releases/tag/2022.0.0.0
Please let me know how they work out for you and if you see anything to fix or enhance.
If you do, please submit a pull request for it in GiHub. Thank you!
Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open