You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to place a KryptonStatusStrip in a Form fails with the error:
System.NullReferenceException: Object reference not set to an instance of an object.
at ComponentFactory.Kripton.Toolkit.KryptonStatusStrip.OnRendererChanged(EventArgs e)
at System.Windows.Forms.ToolStrip.set_Renderer(ToolStripRenderer value)
at System.Windows.Forms.ToolStrip.set_RendererMode(ToolStripRendererMode value)
at System.Windows.Forms.StatusStrip..ctor()
at ComponentFactory.Krypton.Toolkit.KryptonStatusStrip..ctor()
To Reproduce
Steps to reproduce the behavior:
Create blank Windows Forms project
Install Krypton.Toolkit via NuGet
Drag KryptonStatusStrip to Form
See error
If there is any additional info you need please ask
NuGet installed Krypton.Toolkit version 5.500.2005 EDIT: added Toolkit version
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to place a KryptonStatusStrip in a Form fails with the error:
To Reproduce
Steps to reproduce the behavior:
If there is any additional info you need please ask
NuGet installed Krypton.Toolkit version 5.500.2005
EDIT: added Toolkit version
The text was updated successfully, but these errors were encountered: