jeremytammik / RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
http://thebuildingcoder.typepad.com
MIT License
1.03k stars 294 forks source link

Error when using Revit Lookup in Revit 2023 #185

Closed LoRue656Plus10 closed 8 months ago

LoRue656Plus10 commented 8 months ago

I am getting an error when trying to use Lookup. I do not have Revit 2024, but my understanding is that the newest Lookup will work with all versions? If that is not the case, then it was not clear.
The error is:
'Could not load type: 'Autodesk.Revit.DB.EvaluatedParameter' from assembly 'RevitAPI', version=23.0.0.0, Culture=neutral, PublicKeyToken=null'.
So, it is looking for the Revit 2024 method which does not exist in 2023. Does this mean we should not be using Lookup v24? In the documentation, it clearly shows Revit 2023.1 being used. Also, when the addin was installed, it defaulted to the appdata addin folder '2024'. I ended up copying the files to my 2023 folder and it loaded. It was previously ignored even though it said the install was successful.

RevitLookup2024Error

Nice3point commented 8 months ago

Use the direct version for installation, and do not copy files for another Revit version https://github.com/jeremytammik/RevitLookup/issues/160

LoRue656Plus10 commented 8 months ago

Oh dang! Sorry about that. Thanks for getting back to me.