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

    D Offline
    D Offline
    Daniel Pfeffer
    wrote on last edited by
    #3

    I've ported a moderately-sized C++ project to it (a C++-only version of WinFract); it seems stable so far.

    If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack. --Winston Churchill

    1 Reply Last reply
    0
    • A Albert Holguin

      Given the choice between latest and greatest and older tried and true, when it comes to IDEs I always go with something a little older. The bugs have been worked out and it's in a more solid state.

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

      Yes! One generation behind, always... that is safe. I don't waste time (money) debugging their stuff. I let the early adopters do that for me. I'd rather finish my project and go home on time.

      A G 2 Replies Last reply
      0
      • A Albert Holguin

        Given the choice between latest and greatest and older tried and true, when it comes to IDEs I always go with something a little older. The bugs have been worked out and it's in a more solid state.

        S Offline
        S Offline
        Slacker007
        wrote on last edited by
        #5

        :thumbsup:

        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

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

          I recently moved from VS2010 to VS2013 - I would recommend VS2013, so far I have had no problems and it is a big improvement on 2010. The beauty is that we can open 2010 projects in 2013 change them and then reopen them in 2010 if we want to(2013 does not 'convert' the project to 2013).

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

          ― Christopher Hitchens

          Sander RosselS 1 Reply Last reply
          0
          • A Albert Holguin

            Given the choice between latest and greatest and older tried and true, when it comes to IDEs I always go with something a little older. The bugs have been worked out and it's in a more solid state.

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

            Usually I'd agree, but 2010 is a little too tried and true. I've worked with 2010 for five years and I love it, but I'm missing out on a lot of stuff that I'm using in 2013 (CE, privately). I expected some issues with 2015, but not a constant crashing while typing plain old HTML (currently even Notepad does it better than VS2015!)... I mean, this stuff was tested, right...?

            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 M A 3 Replies Last reply
            0
            • G GuyThiebaut

              I recently moved from VS2010 to VS2013 - I would recommend VS2013, so far I have had no problems and it is a big improvement on 2010. The beauty is that we can open 2010 projects in 2013 change them and then reopen them in 2010 if we want to(2013 does not 'convert' the project to 2013).

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

              ― Christopher Hitchens

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

              Yeah, 2013 is great. I use the Community Edition for private stuff. Unfortunately that wasn't an option at work, so I got to pick 2010 or 2015. 2010 was a bit to old for my taste. Been using it for five years and I love it, but I'm missing out on good stuff that's in 2013. So I decided to go for 2015, but I didn't expect it to fail as even a simple HTML editor...

              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

                R Offline
                R Offline
                RedDk
                wrote on last edited by
                #9

                Sander Rossel wrote:

                Notepad++

                Completely off topic, at the risk of hijacking a thread here, I tried this application once on the box I'm using to type this now, way back when ... and I recall the "copy/cut/paste" in-kind hijacked the clipboard functionality of numerous other apps that I ran side-by-side. Confirm? (oops) Confirm?

                Sander RosselS A 2 Replies Last reply
                0
                • R RedDk

                  Sander Rossel wrote:

                  Notepad++

                  Completely off topic, at the risk of hijacking a thread here, I tried this application once on the box I'm using to type this now, way back when ... and I recall the "copy/cut/paste" in-kind hijacked the clipboard functionality of numerous other apps that I ran side-by-side. Confirm? (oops) Confirm?

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

                  Never had troubles with cut/copy/paste and Notepad++...

                  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
                  • Sander RosselS Sander Rossel

                    Usually I'd agree, but 2010 is a little too tried and true. I've worked with 2010 for five years and I love it, but I'm missing out on a lot of stuff that I'm using in 2013 (CE, privately). I expected some issues with 2015, but not a constant crashing while typing plain old HTML (currently even Notepad does it better than VS2015!)... I mean, this stuff was tested, right...?

                    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
                    Albert Holguin
                    wrote on last edited by
                    #11

                    Sander Rossel wrote:

                    I mean, this stuff was tested, right...?

                    :laugh: Good one! I'd only take a newer IDE IF there are things that I'm missing that I need, otherwise, it's just not worth dealing with other people's bugs. Let someone else find them.

                    1 Reply Last reply
                    0
                    • P Pualee

                      Yes! One generation behind, always... that is safe. I don't waste time (money) debugging their stuff. I let the early adopters do that for me. I'd rather finish my project and go home on time.

                      A Offline
                      A Offline
                      Albert Holguin
                      wrote on last edited by
                      #12

                      :laugh: yep... I have enough work, I don't need to make more for myself

                      1 Reply Last reply
                      0
                      • R RedDk

                        Sander Rossel wrote:

                        Notepad++

                        Completely off topic, at the risk of hijacking a thread here, I tried this application once on the box I'm using to type this now, way back when ... and I recall the "copy/cut/paste" in-kind hijacked the clipboard functionality of numerous other apps that I ran side-by-side. Confirm? (oops) Confirm?

                        A Offline
                        A Offline
                        Albert Holguin
                        wrote on last edited by
                        #13

                        I'm using it now... no issues with that.

                        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

                          D Offline
                          D Offline
                          DrABELL
                          wrote on last edited by
                          #14

                          I was thinking of VS2015, but decided to postpone the upgrade till the dust settles. Currently using VS2013 for both win/web dev and pretty much satisfied by its overall performance/features.

                          Life is 2short 2remove USB safely

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

                            Usually I'd agree, but 2010 is a little too tried and true. I've worked with 2010 for five years and I love it, but I'm missing out on a lot of stuff that I'm using in 2013 (CE, privately). I expected some issues with 2015, but not a constant crashing while typing plain old HTML (currently even Notepad does it better than VS2015!)... I mean, this stuff was tested, right...?

                            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
                            Mycroft Holmes
                            wrote on last edited by
                            #15

                            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 1 Reply Last reply
                            0
                            • D DrABELL

                              I was thinking of VS2015, but decided to postpone the upgrade till the dust settles. Currently using VS2013 for both win/web dev and pretty much satisfied by its overall performance/features.

                              Life is 2short 2remove USB safely

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

                              Yeah, I wouldn't trade 2013 for 2015.

                              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

                              D 1 Reply Last reply
                              0
                              • Sander RosselS Sander Rossel

                                Yeah, I wouldn't trade 2013 for 2015.

                                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

                                D Offline
                                D Offline
                                DrABELL
                                wrote on last edited by
                                #17

                                True.

                                Life is 2short 2remove USB safely

                                1 Reply Last reply
                                0
                                • Sander RosselS Sander Rossel

                                  Usually I'd agree, but 2010 is a little too tried and true. I've worked with 2010 for five years and I love it, but I'm missing out on a lot of stuff that I'm using in 2013 (CE, privately). I expected some issues with 2015, but not a constant crashing while typing plain old HTML (currently even Notepad does it better than VS2015!)... I mean, this stuff was tested, right...?

                                  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
                                  Alexander DiMauro
                                  wrote on last edited by
                                  #18

                                  Sander Rossel wrote:

                                  I mean, this stuff was tested, right...?

                                  By 'tested', if you mean 'Works on My Machine', then, yes, it was 'tested'. ;)

                                  I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone - Bjarne Stroustrup The world is going to laugh at you anyway, might as well crack the 1st joke! My code has no bugs, it runs exactly as it was written.

                                  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
                                    Ygnaiih
                                    wrote on last edited by
                                    #19

                                    Thanks for the heads up. Still using 2010 and Notepad++. Love Notepad++ for things like Python and testing JavaScript.

                                    1 Reply Last reply
                                    0
                                    • Sander RosselS Sander Rossel

                                      Yeah, 2013 is great. I use the Community Edition for private stuff. Unfortunately that wasn't an option at work, so I got to pick 2010 or 2015. 2010 was a bit to old for my taste. Been using it for five years and I love it, but I'm missing out on good stuff that's in 2013. So I decided to go for 2015, but I didn't expect it to fail as even a simple HTML editor...

                                      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
                                      #20

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

                                      Sander RosselS G 2 Replies 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

                                        J Offline
                                        J Offline
                                        Jfid
                                        wrote on last edited by
                                        #21

                                        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 1 Reply Last reply
                                        0
                                        • P Pualee

                                          Yes! One generation behind, always... that is safe. I don't waste time (money) debugging their stuff. I let the early adopters do that for me. I'd rather finish my project and go home on time.

                                          G Offline
                                          G Offline
                                          Gary Huck
                                          wrote on last edited by
                                          #22

                                          Indeed. I do the same with hardware as well.

                                          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