nice3point.revit.toolkit causes window forms to fail in Revit 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've recently explored using awesome nice3point.revit.toolkit to resolve my dll conflict problems in Revit 2025. This appears to fix the issue, however as my addins contain both WPF and WinForms for legacy tools, it appears that the toolkit is causing an issue with the latter.
My addin loads, however when I look to open a winforms dialog I will receive something similar to the below when debugging in Visual Studio.
System.MissingMethodException: 'Method not found: 'Void System.Windows.Forms.Control.set_Font(System.Drawing.Font)
Different forms will receive slightly different errors, but all are missing methods within System.Windows.Forms. The assemblies are present within my framework dependencies, and visible in designer mode.
Has anyone else experienced this issue with the nice3point.revit.toolkit, although on my todo list, I hadn't planned on having to rewrite all my winforms windows in wpf quite so soon.
Any thoughts would be welcome. Thanks