VS 2022 Prof Install form not functional

Justin Tunbridge 0 Reputation points
2024-01-31T17:59:21.2433333+00:00

Installation of VS 2022 and cannot view designer files properly. Behavior is also impacting VS forms i.e. tools/options left menu pane is selectable looks normal but right pane is out of scale and all options not selectable/unable to change. We run dpi unaware, installed VS 2022 Preview and runs fine. User's image

devenv /ResetSetting had no effect.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 30,936 Reputation points Microsoft External Staff
    2024-02-01T06:24:59.1466667+00:00

    Hi @Justin Tunbridge, 

    Welcome to Microsoft Q&A! 

    Are you using the latest VS2022 version 17.8.6? 

    It may be due to scaling limitations of the Windows Forms Designer on HDPI monitors. 

    When you work in the designer, you can use the DevEnv.exe tool to restart the Visual Studio as DPI-unaware:

    Select Tools > Command Line > Developer Command Prompt > enter devenv /noScale

    If you are not working in the designer, you can close and reopen the Visual Studio to return to DPI-aware again. 

    For more information, please refer to: Fix HDPI/scaling issues with Windows Forms Designer in Visual Studio

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.