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. Piece of @$#(*&!^ VS2015...

Piece of @$#(*&!^ VS2015...

Scheduled Pinned Locked Moved The Lounge
htmlasp-netcomannouncement
33 Posts 19 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.
  • Sander RosselS Sander Rossel

    So I started a new project at work. We're still running on VS2010, but we were planning to upgrade with VS2015. Just my luck that my project started pretty much on the release date of VS2015. I was given a choice, go with all the new tech in VS2015 or stay in the jurassic 2010. I choose 2015. Piece of crap crashes randomly when typing some HTML and Knockout (in a Razor file). I now find myself copy-pasting code to Notepad++, making my changes and copy-pasting it back into VS2015 :sigh:

    Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

    Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

    Regards, Sander

    J Offline
    J Offline
    johnbergman2
    wrote on last edited by
    #23

    In my experience, VS2015 has been pretty stable, most of the issues I encountered, even in 2013 could be attributed to extensions. Sander, what extensions do you have loaded?

    Sander RosselS 1 Reply Last reply
    0
    • Sander RosselS Sander Rossel

      So I started a new project at work. We're still running on VS2010, but we were planning to upgrade with VS2015. Just my luck that my project started pretty much on the release date of VS2015. I was given a choice, go with all the new tech in VS2015 or stay in the jurassic 2010. I choose 2015. Piece of crap crashes randomly when typing some HTML and Knockout (in a Razor file). I now find myself copy-pasting code to Notepad++, making my changes and copy-pasting it back into VS2015 :sigh:

      Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

      Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

      Regards, Sander

      S Offline
      S Offline
      Steve Naidamast
      wrote on last edited by
      #24

      I understand your pain... I have just posted an essay that describes my own experiences of simply trying to upgrade from VS 2013 SP3 to VS 2013 SP5. Please see... http://blackfalconsoftware.wordpress.com/ I believe you will find a kindred spirit...

      Steve Naidamast Black Falcon Software, Inc. blackfalconsoftware@outlook.com

      1 Reply Last reply
      0
      • M Mycroft Holmes

        Sander Rossel wrote:

        I mean, this stuff was tested, right

        WTF do you think YOU are doing, haven't you reported the bug(s) yet, tcha you can't get good help these days!

        Never underestimate the power of human stupidity RAH

        P Offline
        P Offline
        patbob
        wrote on last edited by
        #25

        This was a long time ago, but the last time I was on a team that reported a compiler(!) bug to Microsoft, it didn't get fixed. After chasing the support person for a while, they finally admitted that they'd been able to confirm the bug, but had been told by the developers to back off because they were too busy getting the next release out to worry about our compiler bug. We ended up having to work around their bug to get our release out. Every time I'm tempted to report a bug to MS I remember that experience, and refrain from wasting my time.

        We can program with only 1's, but if all you've got are zeros, you've got nothing.

        1 Reply Last reply
        0
        • J johnbergman2

          In my experience, VS2015 has been pretty stable, most of the issues I encountered, even in 2013 could be attributed to extensions. Sander, what extensions do you have loaded?

          Sander RosselS Offline
          Sander RosselS Offline
          Sander Rossel
          wrote on last edited by
          #26

          Nothing, it's a clean install. I added some "packages" with NuGet, but that's mostly a bunch of JavaScript and CSS files in my solution. So nothing weird going on there.

          Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

          Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

          Regards, Sander

          1 Reply Last reply
          0
          • J Jfid

            No surprises here. When was the last time they released something that wasn't a train wreck? I just installed windows 10 only to find out LiveMail is a flaming bag of *@#! too. Microsoft's sun is setting...they will soon be as irrelevant to software as IBM is to hardware. Bummer too (I based a career around these kids) :((

            Jephre

            Sander RosselS Offline
            Sander RosselS Offline
            Sander Rossel
            wrote on last edited by
            #27

            Jfid wrote:

            When was the last time they released something that wasn't a train wreck?

            *Looks up the Windows 7 release date* 2009, so about 6 years ago ;)

            Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

            Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

            Regards, Sander

            1 Reply Last reply
            0
            • M milo xml

              What's the good stuff in 2013? I'm stuck with 2010 and haven't played with anything new in a while.

              Sander RosselS Offline
              Sander RosselS Offline
              Sander Rossel
              wrote on last edited by
              #28

              I couldn't say right from the top of my head. It's just a better overall experience. I guess intellisense for HTML and JavaScript is a lot better. Editor just works a bit better. There's a few new options. I'm sure you can find some articles comparing version x to version y though. Funny how I like 2013, but I can't really say why :laugh:

              Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

              Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

              Regards, Sander

              M 1 Reply Last reply
              0
              • Sander RosselS Sander Rossel

                So I started a new project at work. We're still running on VS2010, but we were planning to upgrade with VS2015. Just my luck that my project started pretty much on the release date of VS2015. I was given a choice, go with all the new tech in VS2015 or stay in the jurassic 2010. I choose 2015. Piece of crap crashes randomly when typing some HTML and Knockout (in a Razor file). I now find myself copy-pasting code to Notepad++, making my changes and copy-pasting it back into VS2015 :sigh:

                Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

                Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

                Regards, Sander

                A Offline
                A Offline
                Ashraf Sabry
                wrote on last edited by
                #29

                I had similar experience. I downloaded VS2015 and tried it for a couple of days, faced its sluggish performance, some random crashes, and some weirdnesses of the JS editor, so I reverted back to VS2013. A disappointing experience it was.

                1 Reply Last reply
                0
                • M milo xml

                  What's the good stuff in 2013? I'm stuck with 2010 and haven't played with anything new in a while.

                  G Offline
                  G Offline
                  GuyThiebaut
                  wrote on last edited by
                  #30

                  The two big things that made a difference are: The ability to select a dark theme so that I can have the background in black - takes me back to my speccy days ;). Secondly the ALt-F12 funtionality to peak at a method - it opens a second small split screen under your selection and even allows you to amend the original method. This second ability is a huge time saver where in 2010 you had to navigate away to look at a method you can now see it directly under your code. There are probably lots of other useful features however these two are the two that have so far helped me the most.

                  “That which can be asserted without evidence, can be dismissed without evidence.”

                  ― Christopher Hitchens

                  M 1 Reply Last reply
                  0
                  • Sander RosselS Sander Rossel

                    So I started a new project at work. We're still running on VS2010, but we were planning to upgrade with VS2015. Just my luck that my project started pretty much on the release date of VS2015. I was given a choice, go with all the new tech in VS2015 or stay in the jurassic 2010. I choose 2015. Piece of crap crashes randomly when typing some HTML and Knockout (in a Razor file). I now find myself copy-pasting code to Notepad++, making my changes and copy-pasting it back into VS2015 :sigh:

                    Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

                    Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

                    Regards, Sander

                    Y Offline
                    Y Offline
                    Yortw
                    wrote on last edited by
                    #31

                    Sad. I've been using VS2015 even in pre-release and it's been very stable for me, but then I'm not working on web projects (no HTML/knockout etc. for me)... so that may be why you've got a different experience. I will say it feels a bit slower. Not for typing, but a lot of the right click/refactoring style stuff seems to take a little bit longer to display new menus/apply the changes etc.

                    1 Reply Last reply
                    0
                    • Sander RosselS Sander Rossel

                      I couldn't say right from the top of my head. It's just a better overall experience. I guess intellisense for HTML and JavaScript is a lot better. Editor just works a bit better. There's a few new options. I'm sure you can find some articles comparing version x to version y though. Funny how I like 2013, but I can't really say why :laugh:

                      Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

                      Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

                      Regards, Sander

                      M Offline
                      M Offline
                      milo xml
                      wrote on last edited by
                      #32

                      Thanks!

                      1 Reply Last reply
                      0
                      • G GuyThiebaut

                        The two big things that made a difference are: The ability to select a dark theme so that I can have the background in black - takes me back to my speccy days ;). Secondly the ALt-F12 funtionality to peak at a method - it opens a second small split screen under your selection and even allows you to amend the original method. This second ability is a huge time saver where in 2010 you had to navigate away to look at a method you can now see it directly under your code. There are probably lots of other useful features however these two are the two that have so far helped me the most.

                        “That which can be asserted without evidence, can be dismissed without evidence.”

                        ― Christopher Hitchens

                        M Offline
                        M Offline
                        milo xml
                        wrote on last edited by
                        #33

                        Thanks! Unfortunately, I'll probably be stuck going with 2015 when/if I get to upgrade.

                        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