Visual Studio crashes when calling the ShowToolTip at Design Time #12895
Labels
area-VSDesigner
Windows Forms out-of-proc designer related issues
waiting-author-feedback
The team requires more information from the author
Environment
Edition - Windows 11 Enterprise
Version - 23H2
OS build - 22631.4751
Visual Studio version -17.13.0 Preview 1.0
.NET version
.Netcore 6 , 7, 8 and 9
Did this work in a previous version of Visual Studio and/or previous .NET release?
No it doesn't work on previous Netcore releases.
Issue description
I am attempting call the ShowToolTip() method within a custom control's property setter. When I try to change the property value in the property window at DesignTime, Visual Studio crashes.
For your reference, I have attached a simple sample that replicates the issue.
Sample - RecorNavigationControlShowToolTip.zip
Steps to reproduce
1.Drag and Drop the CustomControl from the toolbox.
2.Change the value of the NativeCheck property to true.
Expected Behavior : - ToolTip show on the control
Observed Behavior : - VS crashes
Diagnostics
The text was updated successfully, but these errors were encountered: