Message 1 of 2
Automapper version, Rhino inside in Revit 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I developed Grasshopper plugin for Rhino 8 and using automapper.dll which is working fine in the regular GH environment.
In Revit 2025 within the “Rhino inside Revit” environment it doesn't work properly.
it seems issue is caused by that Revit already uses the Automapper (however Version 10). This is quite an old version of the Automapper and actually dedicated to .NET 4.8 while Rhino 8 (8.21) is dedicated for .NET 8 (where Automapper v10 can't be used probably, which is a bit of a paradox situation).
Therefor the question:
Is there any chance that the version of the Automapper used for Revit (2025) will be updated?
(e.g. version 13 or 14 would be great)