Using the Revit Connector with Newer Revit Versions (2025, 2026…)

Hi,

I’d like to share a workaround to use the Revit connector with newer versions (2025, 2026, etc.).

If you already have the Revit 2024 connector installed, navigate to:

%programdata%\Autodesk\Revit\Addins\[Revit version year]\

Copy the RevitOmniPlugin.addin file and paste it into the corresponding folder for the newer Revit version (e.g., 2026). Then open the file in a text editor and update the following line:

"C:\Users\xxx\AppData\Local\ov\pkg\revit-connector-202.1.2503\Revit2024\RevitOmniPlugin.dll"

Replace “Revit2024” with the target Revit version year.

Next, go to:

C:\Users\xxx\AppData\Local\ov\pkg\revit-connector-202.1.2503\

Duplicate the Revit2024 folder and rename the copy to match the newer Revit version (e.g., Revit2026).

You should now be able to use the connector with the newer version of Revit.

this is awesome, thanks for sharing @jeromelwk !

Thanks for the great tip