I have just recently upgraded to the latest version of WinForms (2022.2.622.40), along with upgrading from .net 4.6 to 4.7.2 to take advantage of High DPI updates.
When I start my application, is simply goes away without reporting any error.
When I look at the Windows Event Viewer Application Logs I see the following error:
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentNullException
at Telerik.WinControls.
at Telerik.WinControls.UI.
at Telerik.WinControls.
at Telerik.WinControls.RadItem..
at Telerik.WinControls.UI.
at Telerik.WinControls.UI.
at Telerik.WinControls.UI.
at Telerik.WinControls.
at Telerik.WinControls.
at AGD.Cobalt.ScenarioTool.
at AGD.Cobalt.ScenarioTool.
at AGD.Cobalt.ScenarioTool.
I'm running on Windows 11, and have merged all dll's together using ILmerge (if t
I should add that my form has a single RadPictureBox with a small image loaded from the project resource but has defaults for SvgImage. DefaultImage and DefaultSvgImage
Any ideas? is there a workaround ?
Thanks in advance
Toby