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. WTF with Visual Studio 2012

WTF with Visual Studio 2012

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studiodesignquestion
30 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.
  • A AspDotNetDev

    It's actually a new form of "security" required by the US government — part of the global war on hacking. You are not allowed to proceed with software development until a background check is performed. If you attempt to circumvent this one-way "dialog", you will be blocked and the background check may be delayed.

    Thou mewling ill-breeding pignut!

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

    It can of course be circumvented by providing your bank routing and account numbers.

    Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

    1 Reply Last reply
    0
    • V Vasudevan Deepak Kumar

      Today frequently I seeing a dialog like 'Waiting for background operation to complete ...' and this blocks the UI with a modal dialog. Did a M$ developer put a ! before isBackground and pushed (inadvertently) a patch to everyone?

      Vasudevan Deepak Kumar Personal Homepage BRAINWAVE/1.0 Status-Code: 404 Status-Text: The requested brain could not be found. It may have been deleted or never installed.
      --Brisingr Aerowing

      D Offline
      D Offline
      Dave Calkins
      wrote on last edited by
      #11

      so it hasn't changed much from VS2010 I see :)

      V 1 Reply Last reply
      0
      • L Lost User

        Hmmm. Not sure if you are referring to the notification for the designer window but that is not actually waiting for it to complete. It is modal but once you click OK you can do what you want, and that is what it is informing you of (the designer is still loading). The fact that the designer has not loaded is fine, they will load it in the background while you continue your work (even on the UI). It actually is a very nice feature IMO, although I do not need to be reminded of it every-time it occurs.

        Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

        V Offline
        V Offline
        Vasudevan Deepak Kumar
        wrote on last edited by
        #12

        Collin, It is the Html Source window. I seldom switch to designer mode.

        Vasudevan Deepak Kumar Personal Homepage BRAINWAVE/1.0 Status-Code: 404 Status-Text: The requested brain could not be found. It may have been deleted or never installed.
        --Brisingr Aerowing

        L 1 Reply Last reply
        0
        • D Dave Calkins

          so it hasn't changed much from VS2010 I see :)

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #13

          Dave Calkins wrote:

          so it hasn't changed much from VS2010 I see :)

          Except for the dark blue to gray color, I don't see any good improvements in the IDE.

          Vasudevan Deepak Kumar Personal Homepage BRAINWAVE/1.0 Status-Code: 404 Status-Text: The requested brain could not be found. It may have been deleted or never installed.
          --Brisingr Aerowing

          D 1 Reply Last reply
          0
          • V Vasudevan Deepak Kumar

            Today frequently I seeing a dialog like 'Waiting for background operation to complete ...' and this blocks the UI with a modal dialog. Did a M$ developer put a ! before isBackground and pushed (inadvertently) a patch to everyone?

            Vasudevan Deepak Kumar Personal Homepage BRAINWAVE/1.0 Status-Code: 404 Status-Text: The requested brain could not be found. It may have been deleted or never installed.
            --Brisingr Aerowing

            R Offline
            R Offline
            Ravi Bhavnani
            wrote on last edited by
            #14

            "Waiting for" actually means "UI blocked because I'm waiting for". /ravi

            My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

            1 Reply Last reply
            0
            • T TheGreatAndPowerfulOz

              Yeah, I've seen that too. WTF! It's in the effing background!!!. Why should the UI be hosed for a background task???!!?? :mad:

              If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
              You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
              Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein

              D Offline
              D Offline
              Dave Calkins
              wrote on last edited by
              #15

              That's like asking, why does Windows file explorer hang when I'm trying to access an unresponsive remote server? Who cares if its unresponsive, the whole UI shouldn't freeze up! :)

              1 Reply Last reply
              0
              • V Vasudevan Deepak Kumar

                Today frequently I seeing a dialog like 'Waiting for background operation to complete ...' and this blocks the UI with a modal dialog. Did a M$ developer put a ! before isBackground and pushed (inadvertently) a patch to everyone?

                Vasudevan Deepak Kumar Personal Homepage BRAINWAVE/1.0 Status-Code: 404 Status-Text: The requested brain could not be found. It may have been deleted or never installed.
                --Brisingr Aerowing

                E Offline
                E Offline
                Emmanuel Medina
                wrote on last edited by
                #16

                I sometimes get that when selecting a line of code and deleting... seems kinda retarded

                If you think you can do a thing or think you can't do a thing, you're right - Henry Ford Emmanuel Medina Lopez

                1 Reply Last reply
                0
                • L Lost User

                  Yeah now that I think about it what I am referring to is not even a modal window. Odd that you are seeing this. Are you using some add-ins that are not traditional?

                  Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

                  Richard DeemingR Offline
                  Richard DeemingR Offline
                  Richard Deeming
                  wrote on last edited by
                  #17

                  Collin Jasnoch wrote:

                  Are you using some add-ins that are not traditional?

                  I don't think so; just R# 7, GhostDoc, Productivity Power Tools, VSCommands, Web Essentials, Image Optimizer and SHFB. I suspect the clipboard problem was network latency; LogMeIn tries to synchronize the local and remote clipboard, so the copy operation will hang until the remote server responds.


                  "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                  "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                  L 1 Reply Last reply
                  0
                  • Richard DeemingR Richard Deeming

                    Collin Jasnoch wrote:

                    Are you using some add-ins that are not traditional?

                    I don't think so; just R# 7, GhostDoc, Productivity Power Tools, VSCommands, Web Essentials, Image Optimizer and SHFB. I suspect the clipboard problem was network latency; LogMeIn tries to synchronize the local and remote clipboard, so the copy operation will hang until the remote server responds.


                    "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

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

                    I am not familiar with LogMeIn, but that could be. I do know that resharper can kill performance if you turn on certain features as well.

                    Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

                    1 Reply Last reply
                    0
                    • V Vasudevan Deepak Kumar

                      Dave Calkins wrote:

                      so it hasn't changed much from VS2010 I see :)

                      Except for the dark blue to gray color, I don't see any good improvements in the IDE.

                      Vasudevan Deepak Kumar Personal Homepage BRAINWAVE/1.0 Status-Code: 404 Status-Text: The requested brain could not be found. It may have been deleted or never installed.
                      --Brisingr Aerowing

                      D Offline
                      D Offline
                      Dave Calkins
                      wrote on last edited by
                      #19

                      I read that with VS2012, building native C++ applications, you can no longer target Windows XP. That basically makes it a non-starter imo - still have customers which need to use XP. Plus, its hard to see what big improvements would actually drive using it anyway. Honestly, what could possibly be in the runtime library that would make it unable to run on XP. If there's some new feature XP doesn't have, then gracefully degrade and disable that. There's my rant :)

                      J 1 Reply Last reply
                      0
                      • V Vasudevan Deepak Kumar

                        Collin, It is the Html Source window. I seldom switch to designer mode.

                        Vasudevan Deepak Kumar Personal Homepage BRAINWAVE/1.0 Status-Code: 404 Status-Text: The requested brain could not be found. It may have been deleted or never installed.
                        --Brisingr Aerowing

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

                        Are you using add-ins?

                        Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

                        V 1 Reply Last reply
                        0
                        • L Lost User

                          Are you using add-ins?

                          Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

                          V Offline
                          V Offline
                          Vasudevan Deepak Kumar
                          wrote on last edited by
                          #21

                          No Collin. It is the brand new installation of Visual Studio 2012.

                          Vasudevan Deepak Kumar Personal Homepage BRAINWAVE/1.0 Status-Code: 404 Status-Text: The requested brain could not be found. It may have been deleted or never installed.
                          --Brisingr Aerowing

                          L 1 Reply Last reply
                          0
                          • V Vasudevan Deepak Kumar

                            No Collin. It is the brand new installation of Visual Studio 2012.

                            Vasudevan Deepak Kumar Personal Homepage BRAINWAVE/1.0 Status-Code: 404 Status-Text: The requested brain could not be found. It may have been deleted or never installed.
                            --Brisingr Aerowing

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

                            That is quite odd an unfortunate then. I have not had such issues, nor had I heard of any until your post. And I alone with all members of my team and some colleagues with in different companies tend to all have more than 3 instances open at the same time.

                            Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

                            1 Reply Last reply
                            0
                            • D Dave Calkins

                              I read that with VS2012, building native C++ applications, you can no longer target Windows XP. That basically makes it a non-starter imo - still have customers which need to use XP. Plus, its hard to see what big improvements would actually drive using it anyway. Honestly, what could possibly be in the runtime library that would make it unable to run on XP. If there's some new feature XP doesn't have, then gracefully degrade and disable that. There's my rant :)

                              J Offline
                              J Offline
                              Joe Woodbury
                              wrote on last edited by
                              #23

                              You can with Update 1 (the latest update, Update 2, includes Update 1) It's still an excruciating product to use, so I don't. However .NET 4.5 doesn't support XP.

                              V D 4 Replies Last reply
                              0
                              • J Joe Woodbury

                                You can with Update 1 (the latest update, Update 2, includes Update 1) It's still an excruciating product to use, so I don't. However .NET 4.5 doesn't support XP.

                                V Offline
                                V Offline
                                Vasudevan Deepak Kumar
                                wrote on last edited by
                                #24

                                Joe Woodbury wrote:

                                XP

                                For XP, I believe only Extended Support End Date is still active.

                                Vasudevan Deepak Kumar Personal Homepage BRAINWAVE/1.0 Status-Code: 404 Status-Text: The requested brain could not be found. It may have been deleted or never installed.
                                --Brisingr Aerowing

                                D 1 Reply Last reply
                                0
                                • J Joe Woodbury

                                  You can with Update 1 (the latest update, Update 2, includes Update 1) It's still an excruciating product to use, so I don't. However .NET 4.5 doesn't support XP.

                                  D Offline
                                  D Offline
                                  Dave Calkins
                                  wrote on last edited by
                                  #25

                                  I didn't know that. If they do allow native C++/MFC code to be built and run on XP using VS2012, then it might be doable. I'll look into the update you referred to. Lack of .NET 4.5 on XP isn't a problem as the code I'm talking about doesn't use it, but good to keep that in mind.

                                  1 Reply Last reply
                                  0
                                  • V Vasudevan Deepak Kumar

                                    Joe Woodbury wrote:

                                    XP

                                    For XP, I believe only Extended Support End Date is still active.

                                    Vasudevan Deepak Kumar Personal Homepage BRAINWAVE/1.0 Status-Code: 404 Status-Text: The requested brain could not be found. It may have been deleted or never installed.
                                    --Brisingr Aerowing

                                    D Offline
                                    D Offline
                                    Dave Calkins
                                    wrote on last edited by
                                    #26

                                    Yes, but it doesn't change the fact that some customers are still running XP and so the code needs to run on XP. If VS2012 compiled native C++ code won't run on XP, then its a non-starter, even if XP is only extended support. However, from the previous reply it sounds like this isn't true and with an update the code will run on XP. Guess I need to go look into that update.

                                    1 Reply Last reply
                                    0
                                    • J Joe Woodbury

                                      You can with Update 1 (the latest update, Update 2, includes Update 1) It's still an excruciating product to use, so I don't. However .NET 4.5 doesn't support XP.

                                      D Offline
                                      D Offline
                                      Dave Calkins
                                      wrote on last edited by
                                      #27

                                      I found the below. Good news! Honestly I can't believe they even shipped VS2012 without this, but hey at least they updated it! Good for them and it means VS2012 is now an option for those doing C++ development that still need to support XP. http://blogs.msdn.com/b/somasegar/archive/2012/11/26/visual-studio-2012-update-1-now-available.aspx[^]

                                      1 Reply Last reply
                                      0
                                      • J Joe Woodbury

                                        You can with Update 1 (the latest update, Update 2, includes Update 1) It's still an excruciating product to use, so I don't. However .NET 4.5 doesn't support XP.

                                        D Offline
                                        D Offline
                                        Dave Calkins
                                        wrote on last edited by
                                        #28

                                        Do you know if its possible to install VS2012 without installing .NET 4.5? I don't have a need for .NET 4.5 development, but I'm wondering if its a dependency of VS2012 itself or if its just needed for .NET development? If its not required I'd prefer to install VS2012 without .NET 4.5 for other reasons. Specifically, we use Xoreax Incredibuild for distributed compiles and if you install .NET 4.5 on a machine you can't initiate builds which use XP machines as helpers (since .NET 4.5 won't run on XP and the way Incredibuild does remote processes means the XP machine will try and load the .NET from the initiating machine).

                                        J 1 Reply Last reply
                                        0
                                        • D Dave Calkins

                                          Do you know if its possible to install VS2012 without installing .NET 4.5? I don't have a need for .NET 4.5 development, but I'm wondering if its a dependency of VS2012 itself or if its just needed for .NET development? If its not required I'd prefer to install VS2012 without .NET 4.5 for other reasons. Specifically, we use Xoreax Incredibuild for distributed compiles and if you install .NET 4.5 on a machine you can't initiate builds which use XP machines as helpers (since .NET 4.5 won't run on XP and the way Incredibuild does remote processes means the XP machine will try and load the .NET from the initiating machine).

                                          J Offline
                                          J Offline
                                          Joe Woodbury
                                          wrote on last edited by
                                          #29

                                          VS2012 requires .NET 4.5. However, you can target previous versions of .NET in your projects.

                                          D 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