-
Notifications
You must be signed in to change notification settings - Fork 989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form is not responding after clicking on Button then close Form #6794
Comments
@Lydia-Shi - When your application becomes unresponsive, what happens if you then click Stop Debugging in VS? I might be seeing the same or a similar issue in my environment. If I try to stop debugging once the application becomes unresponsive, I get the Stop Debugging In Progress dialog popup and I must click the Stop Now button to force stop the debugging session. |
@willibrandon After stopping debugging in VS, the following window is displayed. |
@tommcdon is investigating this issue. Will update the thread as soon as we have a solution. |
Note that I already reported this bug in dotnet/runtime#65664. |
@Lydia-Shi would you mind trying to disable Intellitrace in Visual Studio to see if it works around the issue? I believe that this issue is actually a Visual Studio problem and is tracked on Devdiv internal bug #'s 1495188 and 1495179. |
Closing as duplicate of dotnet/runtime#65664. |
@tommcdon Yes, it's a workaround, after disabling Intellitrace, this issue will not occur. |
.NET Core Version:
.NET 7.0.100-preview.3.22153.22
Have you experienced this same bug with .NET Framework?:
No
Problem description:
Form is not responding after clicking on button then close Form.
Expected behavior:
Form and VS all work well.
Minimal repro:
More info:
The text was updated successfully, but these errors were encountered: