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.04k stars 295 forks source link

2025.0.8 - Can't Load Assembly #265

Closed ttiefenbach closed 1 week ago

ttiefenbach commented 1 week ago

After installing 2025.0.8, I get an error that RevitLookup can't load assembly "Nice3point.Revit.Toolkit." It references version 2025.0.1.0, and that dll exists in the Addins\RevitLookup folder: image image

I tried both single-user and multi-user installers and both have the same message.

2025.0.7 works as expected.

Nice3point commented 1 week ago

@ttiefenbach https://github.com/jeremytammik/RevitLookup/releases/tag/2025.0.8

Therefore, if your other plugins use Nice3point.Revit.Toolkit, it must be updated to version [2025.0.1](https://github.com/Nice3point/RevitToolkit/releases/tag/2025.0.1), which introduces this feature

Probably you have an addin with an old version of Nice3point.Revit.Toolkit installed. It's the only one restriction for the 2025 version

ttiefenbach commented 1 week ago

I found the offending addin and disabled it. RevitLookup 2025.0.8 works as expected now. Since I didn't create the other addin, I'll have to wait till that gets updated. Thanks!