Visual Studio is Interactable and Becomes Unresponsive When Displaying a Custom Form via UITypeEditor using ShowDialog() in a .NET Core Client-Server approach #13366
Labels
area-VSDesigner
Windows Forms out-of-proc designer related issues
waiting-author-feedback
The team requires more information from the author
Environment
Microsoft Visual Studio Professional 2022 (64-bit) - Current
Version 17.13.6
.NET version
.NET80 and .NET90
Did this work in a previous version of Visual Studio and/or previous .NET release?
No response
Issue description
When displaying a custom form for the UITypeEditor using ShowDialog() within the server project of a client-server approach, the form is successfully shown but fails to prevent interaction with Visual Studio. Consequently, Visual Studio becomes unresponsive until the form is closed, at which point responsiveness is restored. This issue is specific to .NET Core and does not occur in .NET Framework.
Code to show the form:
We would appreciate any guidance or suggestions on resolving this issue, particularly in restricting interactions with Visual Studio and addressing the unresponsiveness.
Demo sample:
CustomControlLibrary_WithSample.zip
Issue replication video:
VS_Interactable_Unresponsive.mp4
Steps to reproduce
Expected Behavior:
Visual Studio should not be interactable and should not become unresponsive, like the .NET Framework.
Observed Behavior:
Visual Studio remains interactable and becomes unresponsive.
Diagnostics
The text was updated successfully, but these errors were encountered: