Message 1 of 2
Could not load file or assembly from Nuget package

Not applicable
06-06-2021
07:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have installed a NuGet package (NumericUpDownLib) on a Revit-Addin project , it works in designer view and I also have tested the package in a separate WPF application and it works just fine. however, when I load the addin and run the command I get this error
Could not load file or assembly 'NumericUpDownLib, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
A copy of the dll is placed in the same folder as addin.dll , so why revit do not load this dependency ?
thanks for your help