How to manually reload the Visual Studio designer for WPF

前端 未结 9 1763
广开言路
广开言路 2020-12-23 13:17

Is there any way to force the WPF designer to reload or refresh, without rebuilding the entire project or solution?

If there\'s an error, I get an option in the desi

9条回答
  •  暖寄归人
    2020-12-23 13:46

    You can add this to the Tools menu in Visual Studio.

    Once configured, use Tools..XAML Designer Restart:

    Alt+T then L

    I tried configuring it for Alt+T then X but this clashed with Tools..Choose ToolboX Items.

    Update

    These days, I prefer to just hit Ctrl+Shift+Esc to bring up the process manager, then X to skip to XDesProc.exe then Delete to kill the rogue process(es).

提交回复
热议问题