- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All - I'm encountering an issue launching Revit 2023 via Visual Studio when pyRevit is installed. The RevitAddonManifest.cs (in pyRevit) seems to expect the field <AddInId>, which some plugins do not have - they have a <ClientId> instead.
I am on a machine with several versions of Revit installed (2020 - 2023), and it is possible that...
1. The AddIn files I have are out-of-date or invalid
2. Something about the Visual Studio + PyRevit combination is attempting to load inappropriate files (e.g. 2020 plugins when launching 2023)
Didn't find any relevant results w/ a simple internet search, so my question is do <ClientId> and <AddInId> correspond in the .addin file? As in, is AddInId the up-to-date field, and ClientId is one from a previous version of Revit, or do they serve separate purposes?
I think that'll help me narrow down what my problem actually is w/ the VS + pyRevit launch. The first two files reporting an error are the 2020 Autodesk.BatchPrint.addin & Autodesk.WorksharingMonitor.addin, and I currently don't know if this is valid behavior (loading a 2020 plugin into 2023), or if pyRevit is making some sort of mistake in its assumptions.
Solved! Go to Solution.