Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Visual Studio Survey!

Visual Studio Survey!

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studioquestion
17 Posts 12 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P PIEBALDconsult

    I doubt I've ever seen that, but I would wait.

    Richard Andrew x64R Offline
    Richard Andrew x64R Offline
    Richard Andrew x64
    wrote on last edited by
    #3

    Have you ever designed a Winforms form? Do you use a recent version of Visual Studio?

    The difficult we do right away... ...the impossible takes slightly longer.

    P 1 Reply Last reply
    0
    • Richard Andrew x64R Richard Andrew x64

      Have you ever designed a Winforms form? Do you use a recent version of Visual Studio?

      The difficult we do right away... ...the impossible takes slightly longer.

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #4

      Richard Andrew x64 wrote:

      Have you ever designed a Winforms form?

      Yes, several times, not often, and not particularly complex -- though at least one with custom controls.

      Richard Andrew x64 wrote:

      Do you use a recent version of Visual Studio?

      Define "recent". ;P VS 2015 for sure.

      Richard Andrew x64R 1 Reply Last reply
      0
      • P PIEBALDconsult

        Richard Andrew x64 wrote:

        Have you ever designed a Winforms form?

        Yes, several times, not often, and not particularly complex -- though at least one with custom controls.

        Richard Andrew x64 wrote:

        Do you use a recent version of Visual Studio?

        Define "recent". ;P VS 2015 for sure.

        Richard Andrew x64R Offline
        Richard Andrew x64R Offline
        Richard Andrew x64
        wrote on last edited by
        #5

        OK :laugh: Yes I think VS 2015 was before they instituted the out of process designer.

        The difficult we do right away... ...the impossible takes slightly longer.

        S P 2 Replies Last reply
        0
        • Richard Andrew x64R Richard Andrew x64

          OK :laugh: Yes I think VS 2015 was before they instituted the out of process designer.

          The difficult we do right away... ...the impossible takes slightly longer.

          S Offline
          S Offline
          StarNamer work
          wrote on last edited by
          #6

          I think it was 2017 which introduced async extensions which presumably meant a lot of other internal stuff was also made async so every so often it "hangs" while doing it's own thing then suddenly comes back to life as if to say "Oh! You actually wanted to do some editing?" :-D FYI, if it says, or if I notice, I usually wait for it to wake up before continuing.

          P 1 Reply Last reply
          0
          • S StarNamer work

            I think it was 2017 which introduced async extensions which presumably meant a lot of other internal stuff was also made async so every so often it "hangs" while doing it's own thing then suddenly comes back to life as if to say "Oh! You actually wanted to do some editing?" :-D FYI, if it says, or if I notice, I usually wait for it to wake up before continuing.

            P Offline
            P Offline
            PIEBALDconsult
            wrote on last edited by
            #7

            Yeah, I'd wait for it. Ideally, you should be able to turn that feature off and have it just take its time as usual. I'm trying to think if the SSIS/BIDS designer was similar to that. I often had to wait for it, but I get paid the same.

            1 Reply Last reply
            0
            • Richard Andrew x64R Richard Andrew x64

              How many people actually continue working when Visual Studio says, "You can continue working while the designer is loading in the background?" I know I don't. I'm in the zone, coding marvelous features, and then suddenly it comes to a screeching halt. I can't continue working because the designer is not loaded yet. Geez. :rolleyes:

              The difficult we do right away... ...the impossible takes slightly longer.

              H Offline
              H Offline
              HobbyProggy
              wrote on last edited by
              #8

              Well, so far i just accepted that in 90% of cases the designer will die. So i code a bit more, wait for the confirmation it died and the restart visual studio or rebuild in hope to fix the designer.

              Rules for the FOSW ![^]

              MessageBox.Show(!string.IsNullOrWhiteSpace(_signature)
              ? $"This is my signature:{Environment.NewLine}{_signature}": "404-Signature not found");

              1 Reply Last reply
              0
              • Richard Andrew x64R Richard Andrew x64

                How many people actually continue working when Visual Studio says, "You can continue working while the designer is loading in the background?" I know I don't. I'm in the zone, coding marvelous features, and then suddenly it comes to a screeching halt. I can't continue working because the designer is not loaded yet. Geez. :rolleyes:

                The difficult we do right away... ...the impossible takes slightly longer.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #9

                The message actually means that you have time to go outside and sweep the back yard. :laugh:

                1 Reply Last reply
                0
                • Richard Andrew x64R Richard Andrew x64

                  How many people actually continue working when Visual Studio says, "You can continue working while the designer is loading in the background?" I know I don't. I'm in the zone, coding marvelous features, and then suddenly it comes to a screeching halt. I can't continue working because the designer is not loaded yet. Geez. :rolleyes:

                  The difficult we do right away... ...the impossible takes slightly longer.

                  D Offline
                  D Offline
                  dandy72
                  wrote on last edited by
                  #10

                  Richard Andrew x64 wrote:

                  "You can continue working while the designer is loading in the background?"

                  Knowing MS, I always read that as "you *can*, but probably *shouldn't*". Pet peeve: When VS crashes, and the next time you restart, it prompts you whether you want to reload a given set of files from Folder A, or its backup from Folder B. And you have no idea how they differ. If there's a screen that needs a Diffs view, it's that one.

                  1 Reply Last reply
                  0
                  • Richard Andrew x64R Richard Andrew x64

                    How many people actually continue working when Visual Studio says, "You can continue working while the designer is loading in the background?" I know I don't. I'm in the zone, coding marvelous features, and then suddenly it comes to a screeching halt. I can't continue working because the designer is not loaded yet. Geez. :rolleyes:

                    The difficult we do right away... ...the impossible takes slightly longer.

                    G Offline
                    G Offline
                    Gary R Wheeler
                    wrote on last edited by
                    #11

                    I've never used the WPF Designer, and I've been developing for WPF since Visual Studio 2008. They're slow, buggy, and add arbitrary Margin and Padding values to everything. In my experience, the only way to get a nicely flowing UI is to use hand-crafted XAML.

                    Software Zen: delete this;

                    T 1 Reply Last reply
                    0
                    • Richard Andrew x64R Richard Andrew x64

                      How many people actually continue working when Visual Studio says, "You can continue working while the designer is loading in the background?" I know I don't. I'm in the zone, coding marvelous features, and then suddenly it comes to a screeching halt. I can't continue working because the designer is not loaded yet. Geez. :rolleyes:

                      The difficult we do right away... ...the impossible takes slightly longer.

                      S Offline
                      S Offline
                      Stepan Hakobyan
                      wrote on last edited by
                      #12

                      I always wait. I think it started to show up when they introduced out-of-process designer in VS for WinForms.

                      1 Reply Last reply
                      0
                      • Richard Andrew x64R Richard Andrew x64

                        How many people actually continue working when Visual Studio says, "You can continue working while the designer is loading in the background?" I know I don't. I'm in the zone, coding marvelous features, and then suddenly it comes to a screeching halt. I can't continue working because the designer is not loaded yet. Geez. :rolleyes:

                        The difficult we do right away... ...the impossible takes slightly longer.

                        M Offline
                        M Offline
                        MSBassSinger
                        wrote on last edited by
                        #13

                        Which designer? Windows Forms or XAML? I have not had a problem continuing my work on the rare occasions I get a message like that in WinForms. I don't use the XAML designer, since it does support Xamarin, MAUI, WinUI, etc.

                        1 Reply Last reply
                        0
                        • G Gary R Wheeler

                          I've never used the WPF Designer, and I've been developing for WPF since Visual Studio 2008. They're slow, buggy, and add arbitrary Margin and Padding values to everything. In my experience, the only way to get a nicely flowing UI is to use hand-crafted XAML.

                          Software Zen: delete this;

                          T Offline
                          T Offline
                          tbim
                          wrote on last edited by
                          #14

                          I second this. Compare a before and after of the XAML if you use the designer to change anything. The change usually generates a crap-ton of XAML - or did several years ago, the last time I tried to use it. I do everything in XAML manually within the actual XAML.

                          Mike

                          1 Reply Last reply
                          0
                          • Richard Andrew x64R Richard Andrew x64

                            How many people actually continue working when Visual Studio says, "You can continue working while the designer is loading in the background?" I know I don't. I'm in the zone, coding marvelous features, and then suddenly it comes to a screeching halt. I can't continue working because the designer is not loaded yet. Geez. :rolleyes:

                            The difficult we do right away... ...the impossible takes slightly longer.

                            C Offline
                            C Offline
                            charlieg
                            wrote on last edited by
                            #15

                            vs2022 is irritating the heck out of me. Why is VSCode so liked - simplicity. VS2022 has so many dang options, features, etc it's ridiculous. The default installation should have 10% of what they are showing. Under file: 19 options Edit: 23 View: 33 etc. Even help is out of control. I watched a few tutorials on Resharper and said no way...

                            Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.

                            1 Reply Last reply
                            0
                            • Richard Andrew x64R Richard Andrew x64

                              OK :laugh: Yes I think VS 2015 was before they instituted the out of process designer.

                              The difficult we do right away... ...the impossible takes slightly longer.

                              P Offline
                              P Offline
                              Peter Adam
                              wrote on last edited by
                              #16

                              This article has few words about the out-of-process designer and compatibility: [WinForms in a 64-Bit world - our strategy going forward - .NET Blog](https://devblogs.microsoft.com/dotnet/winforms-designer-64-bit-path-forward/)

                              Richard Andrew x64R 1 Reply Last reply
                              0
                              • P Peter Adam

                                This article has few words about the out-of-process designer and compatibility: [WinForms in a 64-Bit world - our strategy going forward - .NET Blog](https://devblogs.microsoft.com/dotnet/winforms-designer-64-bit-path-forward/)

                                Richard Andrew x64R Offline
                                Richard Andrew x64R Offline
                                Richard Andrew x64
                                wrote on last edited by
                                #17

                                Thanks for the article. I did happen to read that article when trying to research a problem that I'm having with the out-of-process designer!

                                The difficult we do right away... ...the impossible takes slightly longer.

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups