Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am new to Revit addins, not to coding. I have gone through just about every tutorial and forum I could find, and have not discovered a solution.
My HelloWorld.dll builds fine and Revit opens with no error. However, when I go to execute the addin, I get a ClassPath not found error. I am suspecting there is a 2024 Revit version mismatch with DotNet version 8. I have recreated this app about 3 times from scratch, and always the same error.
I am using <namespace>.<classname> in my manifest and have implemented the IExternalCommand interface. No code errors.
Revit 2024
DotNet version 8
Solved! Go to Solution.