Skip to content

Windows Forms Designer debugging in NetCore #4894

Discussion options

You must be logged in to vote

The issue is that your control designer runs a different process than devenv.exe because it needs to run on .NET Core, while Visual Studio runs on .NET Framework. To debug, do exactly as you did below. However, before adding your control from the designer, attach to the "DesignToolsServer.exe" process from the instance of Visual Studio that is doing the debugging.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SenthilKumaranRajan
Comment options

Answer selected by RussKie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4878 on May 11, 2021 14:32.