Issue with RevitAddInUtility for Revit 2025-2026 and customized installer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Here I am again with a very old problem coming back (please see https://forums.autodesk.com/t5/revit-api-forum/issue-with-revitaddinutility-for-revit-2019-and-custo...
I am migrating my Revit plugins to versions 2025 and 2026 of the API, and I am struggling with the update of the deployment part in Visual Studio.
My setup project uses another project called "RegisterRevitAddin" to write/delete needed manifest files at the required locations for each installed Revit version, using the RevitAddInUtility DLL (please see this link). So as I've been doing for the last 8 years without any problem, I've changed the reference to RevitAddInUtility to use the new 2026 version, and made a few changes in my custom actions' code to support Revit 2025 & 2026 manifest registrations. Then I've successfully recompiled both projects and tried to execute the installer on my machine. I have the following error : "Error 1001. Unable to load file or assembly 'RevitAddInUtility, Version=26.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependancies. The specified file could not be found."
Again the only difference I see between 2024 and 2025-2026 versions of the DLL is the "processorArchitecture" tag when adding the reference in the C# project : for 2024 it is "MSIL", for 2025 and 2026 it is "AMD64".
Could you please provide us the "MSIL" compil version of the 2026 RevitAddInUtility DLL ?
Thanks for your help.