
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I've got my first addin (and C# project) built and it works pretty well for some users, but not for others.
The attached image shows the error that some users are getting. The error was in Revit 2015, and the addin was built with the RevitAPI.dll and RevitAPIUI.dll from that version. Set to copy local false on both.
Every machine that this was tested on was checked for all Autodesk updates. The .NET framework was up to date on these machines as well.
So it seems to me that, for whatever reason, the AddIn is having difficulty finding the "ShowTitle" bool method that I used on schedule placement.
Both computers that this didn't work on had Revit 2014, 2015, and 2016. Most of them do not have 2014, but there was one machine I tested where the addin worked and 2014 was installed.
At a loss here about what's wrong. Any help would be greatly appreciated.
Solved! Go to Solution.