Open AhmadKelany opened 1 year ago
@merriemcgaw This sounds like more of a visual studio issue and less winforms.
There is an internal issue: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1146329, and I also verified it, that page for the first time does take more time to load, compared to other pages, but no stop responding.
@Shyam-Gupta now that we have another repro this would be a good one to look into.
@merriemcgaw I captured PerfView traces and it appears that time is getting spent in following stack:
It doesn't appear to be in WinForms codebase.
I just stumbled upon this. It hangs for several minutes before eventually showing the list. A less patient user might easily conclude that it froze and kill the process.
I'm using Visual Studio Professional 2022 Version 17.8.3.
Environment
Microsoft Visual Studio Community 2022 Version 17.5.3 VisualStudio.17.Release/17.5.3+33516.290 Microsoft .NET Framework Version 4.8.04161
Installed Version: Community
Visual C++ 2022 00482-90000-00000-AA004 Microsoft Visual C++ 2022
ASP.NET and Web Tools 17.5.318.41597 ASP.NET and Web Tools
Azure App Service Tools v3.0.0 17.5.318.41597 Azure App Service Tools v3.0.0
Azure Functions and Web Jobs Tools 17.5.318.41597 Azure Functions and Web Jobs Tools
C# Tools 4.5.0-6.23128.14+651d32d8017cfcc60fcbd67383601fa9a3deb145 C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
Common Azure Tools 1.10 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
Extensibility Message Bus 1.4.3 (main@2a4517a) Provides common messaging-based MEF services for loosely coupled Visual Studio extension components communication and integration.
Microsoft JVM Debugger 1.0 Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines
Mono Debugging for Visual Studio 17.5.9 (11975e6) Support for debugging Mono processes with Visual Studio.
NuGet Package Manager 6.5.0 NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/
Razor (ASP.NET Core) 17.5.2.2316603+9f1b6856460af1e592d387ebef416eadddac453f Provides languages services for ASP.NET Core Razor.
SQL Server Data Tools 17.2.40119.0 Microsoft SQL Server Data Tools
Test Adapter for Boost.Test 1.0 Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.
Test Adapter for Google Test 1.0 Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.
TypeScript Tools 17.0.20105.2003 TypeScript Tools for Microsoft Visual Studio
Visual Basic Tools 4.5.0-6.23128.14+651d32d8017cfcc60fcbd67383601fa9a3deb145 Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
Visual F# Tools 17.5.0-beta.23053.5+794b7c259d9646a7eb685dad865aa27da7940a21 Microsoft Visual F# Tools
Visual Studio IntelliCode 2.2 AI-assisted development for Visual Studio.
VisualStudio.DeviceLog 1.0 Information about my package
VisualStudio.Mac 1.0 Mac Extension for Visual Studio
VSPackage Extension 1.0 VSPackage Visual Studio Extension Detailed Info
Xamarin 17.5.0.173 (d17-5@33e727c) Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.
Xamarin Designer 17.5.3.46 (remotes/origin/d17-5@e4dd80b2bb) Visual Studio extension to enable Xamarin Designer tools in Visual Studio.
Xamarin Templates 17.5.41 (ba80d05) Templates for building iOS, Android, and Windows apps with Xamarin and Xamarin.Forms.
Xamarin.Android SDK 13.2.0.0 (d17-5/797e2e1) Xamarin.Android Reference Assemblies and MSBuild support. Mono: 6dd9def Java.Interop: xamarin/java.interop/main@149d70fe SQLite: xamarin/sqlite/3.40.0@fdc1e34 Xamarin.Android Tools: xamarin/xamarin-android-tools/main@9f02d77
Xamarin.iOS and Xamarin.Mac SDK 16.2.0.5 (7738c90c9) Xamarin.iOS and Xamarin.Mac Reference Assemblies and MSBuild support.
.NET version
Did this work in a previous version of Visual Studio and/or previous .NET release?
Not sure.
Issue description
Selecteing Data UI Customization option causes Visual Studio to stop responding.
Steps to reproduce
Open Visual Studio Tools -> Options Expand Windows Forms Designer
As soon as clicking on the Data UI Customization option, visual studio stops responding indefinitely, I have to use Task Manager to kill its process.
Diagnostics
No response