question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Win11][.NETCore3.1]The project stops working when running Narrator and clicking the dropdown button several times on the propertyGrid control in runtime

See original GitHub issue

.NET Core Version:

  • .NET Core 3.1.22

Have you experienced this same bug with .NET Framework?:

  • No

Problem description: The application has stopped working when running Narrator and clicking the dropdown button several times on the propertyGrid control in runtime. 3 1_Win11_PropertyGrid_Crash

StopWorking

Expected behavior: Project and Narrator both work well.

Minimal repro:

  1. Create a .NET Core 3.1 Winforms project with ProeprtyGrid control added.
  2. Set the SelectedObject property to Form1.
  3. Build and run the project.
  4. Launch Narrator, then click the drop down button in the PropertyGrid control. or run the attached project and execute Step4.3.1CoreApp.zip

More Info:

  1. This issue can’t reproduce on win10.
  2. This issue can’t reproduce with .net5.0, .net6.0, .net7.0.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
merriemcgawcommented, Feb 17, 2022

@vladimir-krestov can you take a look at what the cause of the issue is? The big question I have is why you could repro it on .NET 5+ and @VinoWang01 could not. Also check out .NET Framework 4.8.1 and make sure we don’t have this issue there.

0reactions
NikitaSemenovAkveloncommented, Nov 9, 2022

Won’t fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enable nullability in CategoryGridEntry (#8121) · dotnet/winforms ...
NETCore3.1]The project stops working when running Narrator and clicking the dropdown button several times on the propertyGrid control in runtime #3816.
Read more >
How can you force the PropertyGrid to always show ...
For enums and other types, once selected the PropertyGrid will show a drop-down button to the right, indicating it can be clicked to...
Read more >
PropertyGrid Class (System.Windows.Forms)
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Inherited from...
Read more >
How to get response when click PropertyGrid
The answer is simple. The controls you click when working with PropertyGrid are not those exposed via Control.Controls .
Read more >
RadPropertyGrid custom dropdown editor not changing
Hello, I've got a custom editor for some PropertyGrid items that is displaying in the grid values correctly, and the subsequent drop down...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found