When working with user controls at some point in the work, the studio starts to fly out when the GUI is loaded. Tell me what could be the reason. I have been suffering for the day, I can not continue working on the project.

enter image description here

enter image description here

    1 answer 1

    1. Run Command Prompt as administrator.
    2. Type the following commands, press Enter after each line.

    regsvr32 atl.dll cd C:\WINDOWS\eHome ehSched /unregServer ehSched /service ehRecvr /unregServer ehRecvr /service ehRec.exe /unregServer ehRec.exe /regserver ehmsas.exe /unregServer ehmsas.exe /regserver 

    or

    1.devenv.exe / safemode

    2.devenv.exe / resetskippkgs

    3.devenv.exe / installvstemplates

    4.devenv.exe / resetsettings

    5.devenv.exe / resetuserdata

    • I tried both options - it did not help. - Maxon