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. I'm In Hell

I'm In Hell

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studiowpfdata-structures
42 Posts 21 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.
  • C Christian Graus

    VS2008 is utter rubbish.

    Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

    realJSOPR Online
    realJSOPR Online
    realJSOP
    wrote on last edited by
    #13

    I never had a problem with it when working in something other than a WPF project, but in this case, I agree.

    "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
    -----
    "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

    1 Reply Last reply
    0
    • C Christopher Duncan

      I don't know if there's a fix in here somewhere, but I remember that back in the good old days of VC++ 6, it would occasionally get squirrely, and the fix was to delete the .ncb file and restart. The ncb would get regenerated, and then life was good again. Apparently there was a periodic corruption in the file which the IDE didn't take kindly to. Given that Visual Studio is actually Visual Basic with some extras shoved in, I don't know if there's a parallel here, but it might be worth looking into.

      Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

      realJSOPR Online
      realJSOPR Online
      realJSOP
      wrote on last edited by
      #14

      I think the modern-day equivalent is to delete the SUO file. I'm gonna try it when I get to work today...

      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
      -----
      "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

      C 1 Reply Last reply
      0
      • realJSOPR realJSOP

        The IDE crashes almost every time I right click on the "Properties" tree item in my WPF project. By "Crashes", I mean, the program just shuts down without so much as a whimper.

        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
        -----
        "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

        P Offline
        P Offline
        Peter Somos
        wrote on last edited by
        #15

        Deleting the suo file usually fixes this ... for some time

        L realJSOPR 2 Replies Last reply
        0
        • P Peter Somos

          Deleting the suo file usually fixes this ... for some time

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

          I've hit odd problems in design view with VS2005, I'll try that next time it happens Thanks.

          Visit http://www.notreadytogiveup.com/[^] and do something special today.

          1 Reply Last reply
          0
          • realJSOPR realJSOP

            Dario Solera wrote:

            I bet that is a stack overflow

            I bet it's a pain in the ass.

            Dario Solera wrote:

            Don't you have a copy of Expression Blend?

            Not at work, but this isn't a designer problem.

            "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
            -----
            "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

            M Offline
            M Offline
            Mustafa Ismail Mustafa
            wrote on last edited by
            #17

            John Simmons / outlaw programmer wrote:

            Not at work, but this isn't a designer problem.

            Yep. Its bad engineering.

            If the post was helpful, please vote! Current activities: Book: The Gods Themselves by Isaac Asimov Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

            1 Reply Last reply
            0
            • C Christopher Duncan

              The inevitable result of a product with no competition.

              Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

              M Offline
              M Offline
              Mustafa Ismail Mustafa
              wrote on last edited by
              #18

              [voice of the vultures from the jungle book] Now don't start that again! I actually agree with you wholeheartedly.

              If the post was helpful, please vote! Current activities: Book: The Gods Themselves by Isaac Asimov Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

              1 Reply Last reply
              0
              • D Dario Solera

                Well, no, only the WPF designer. The whole thing is very stable in my experience. Maybe I'm just lucky.

                If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Photos/CP Flickr Group - ScrewTurn Wiki

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

                Dario Solera wrote:

                Well, no, only the WPF designer.

                And it's support (or lack thereof) for updating a service reference in a Silverlight assembly. See this[^] post. /ravi

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

                1 Reply Last reply
                0
                • P Peter Somos

                  Deleting the suo file usually fixes this ... for some time

                  realJSOPR Online
                  realJSOPR Online
                  realJSOP
                  wrote on last edited by
                  #20

                  That worked for now, but I'm sure I'll have to do it again in an hour or so. BTW, I've only seen reports of this problem on Vista64 machines (coincidentally, that's what I have on this box).

                  "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                  -----
                  "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                  P 1 Reply Last reply
                  0
                  • realJSOPR realJSOP

                    The IDE crashes almost every time I right click on the "Properties" tree item in my WPF project. By "Crashes", I mean, the program just shuts down without so much as a whimper.

                    "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                    -----
                    "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                    C Offline
                    C Offline
                    Chris Maunder
                    wrote on last edited by
                    #21

                    I think 'crashes' is the wrong term here. 'Runs and Hides' is probably better.

                    cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP

                    C 1 Reply Last reply
                    0
                    • realJSOPR realJSOP

                      The IDE crashes almost every time I right click on the "Properties" tree item in my WPF project. By "Crashes", I mean, the program just shuts down without so much as a whimper.

                      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                      -----
                      "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                      W Offline
                      W Offline
                      wout de zeeuw
                      wrote on last edited by
                      #22

                      Had I mentioned yet that Win Forms is much nicer? ;P

                      Wout

                      J 1 Reply Last reply
                      0
                      • realJSOPR realJSOP

                        The IDE crashes almost every time I right click on the "Properties" tree item in my WPF project. By "Crashes", I mean, the program just shuts down without so much as a whimper.

                        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                        -----
                        "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                        J Offline
                        J Offline
                        Jerry Hammond
                        wrote on last edited by
                        #23

                        John Simmons / outlaw programmer wrote:

                        The IDE crashes almost every time I right click on the "Properties" tree item in my WPF project. By "Crashes", I mean, the program just shuts down without so much as a whimper.

                        That's what happens as you get older. :)

                        The world is a stage and most of us are desperately unrehearsed. —Sean O’Casey, Playwright

                        1 Reply Last reply
                        0
                        • realJSOPR realJSOP

                          I think the modern-day equivalent is to delete the SUO file. I'm gonna try it when I get to work today...

                          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                          -----
                          "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                          C Offline
                          C Offline
                          Christopher Duncan
                          wrote on last edited by
                          #24

                          Sounds about right. As I recall, it was a big honking binary file, so this may do the trick. Let me know if it works. Thus far I've been able to avoid WPF, but as Yoda would say, "Always in motion is the future." (A tip of the Force to our UK brethren celebrating Star Wars day).

                          Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                          1 Reply Last reply
                          0
                          • C Chris Maunder

                            I think 'crashes' is the wrong term here. 'Runs and Hides' is probably better.

                            cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP

                            C Offline
                            C Offline
                            Christopher Duncan
                            wrote on last edited by
                            #25

                            I thought that was the Developer reaction upon hearing that WPF just entered the room...

                            Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                            1 Reply Last reply
                            0
                            • C Christian Graus

                              VS2008 is utter rubbish.

                              Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

                              N Offline
                              N Offline
                              Nemanja Trifunovic
                              wrote on last edited by
                              #26

                              Christian Graus wrote:

                              VS2008 is utter rubbish.

                              Really? I use it only for native code debugging and that part works just fine.

                              Programming Blog utf8-cpp

                              1 Reply Last reply
                              0
                              • D Dario Solera

                                Well, no, only the WPF designer. The whole thing is very stable in my experience. Maybe I'm just lucky.

                                If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Photos/CP Flickr Group - ScrewTurn Wiki

                                J Offline
                                J Offline
                                Judah Gabriel Himango
                                wrote on last edited by
                                #27

                                I must be lucky too. I do get crashes occassionally in the Windows Forms designer. Apart from that, it's steady eddy.

                                Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon Judah Himango

                                1 Reply Last reply
                                0
                                • C Christopher Duncan

                                  The inevitable result of a product with no competition.

                                  Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                                  J Offline
                                  J Offline
                                  Judah Gabriel Himango
                                  wrote on last edited by
                                  #28

                                  Heh. Hence your rant the other week. You have a point.

                                  Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon Judah Himango

                                  1 Reply Last reply
                                  0
                                  • W wout de zeeuw

                                    Had I mentioned yet that Win Forms is much nicer? ;P

                                    Wout

                                    J Offline
                                    J Offline
                                    Judah Gabriel Himango
                                    wrote on last edited by
                                    #29

                                    I wouldn't say that. We have had WinForms designer issues since VS2003. It's slightly better in 2008, but we still get designer crashes.

                                    Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon Judah Himango

                                    1 Reply Last reply
                                    0
                                    • C Christopher Duncan

                                      I don't know if there's a fix in here somewhere, but I remember that back in the good old days of VC++ 6, it would occasionally get squirrely, and the fix was to delete the .ncb file and restart. The ncb would get regenerated, and then life was good again. Apparently there was a periodic corruption in the file which the IDE didn't take kindly to. Given that Visual Studio is actually Visual Basic with some extras shoved in, I don't know if there's a parallel here, but it might be worth looking into.

                                      Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                                      A Offline
                                      A Offline
                                      Anna Jayne Metcalfe
                                      wrote on last edited by
                                      #30

                                      When I was still at Sonardyne we had real issues with stability of the VC6 IDE - it quite simply doesn't handle large codebases (96 projects at the time IIRC) well, and would crash something like 50% of the time you opened the workspace. Deleting the .ncb file didn't help - we reckon the flaw was in the Class View itself.

                                      Anna :rose: Having a bad bug day? Tech Blog | Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"

                                      C 1 Reply Last reply
                                      0
                                      • A Anna Jayne Metcalfe

                                        When I was still at Sonardyne we had real issues with stability of the VC6 IDE - it quite simply doesn't handle large codebases (96 projects at the time IIRC) well, and would crash something like 50% of the time you opened the workspace. Deleting the .ncb file didn't help - we reckon the flaw was in the Class View itself.

                                        Anna :rose: Having a bad bug day? Tech Blog | Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"

                                        C Offline
                                        C Offline
                                        Christopher Duncan
                                        wrote on last edited by
                                        #31

                                        Yeah, the most I've ever had in terms of projects in one solution, VC++ or VS, is 8 or 10. I get the distinct impression that MS has never tested the IDE with large numbers of projects. All that "eating their own dog food" propaganda aside, you can bet their internal build process is some sort of batch system. If their own devs had to deal with the instabilities that we cope with on a daily basis, it would be fixed in a heartbeat. Maybe we should start an Internet campaign to send the VS team thousands of bags of Purina Dog Chow. :cool:

                                        Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                                        A P 2 Replies Last reply
                                        0
                                        • C Christopher Duncan

                                          Yeah, the most I've ever had in terms of projects in one solution, VC++ or VS, is 8 or 10. I get the distinct impression that MS has never tested the IDE with large numbers of projects. All that "eating their own dog food" propaganda aside, you can bet their internal build process is some sort of batch system. If their own devs had to deal with the instabilities that we cope with on a daily basis, it would be fixed in a heartbeat. Maybe we should start an Internet campaign to send the VS team thousands of bags of Purina Dog Chow. :cool:

                                          Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                                          A Offline
                                          A Offline
                                          Anna Jayne Metcalfe
                                          wrote on last edited by
                                          #32

                                          Christopher Duncan wrote:

                                          Yeah, the most I've ever had in terms of projects in one solution, VC++ or VS, is 8 or 10. I get the distinct impression that MS has never tested the IDE with large numbers of projects. All that "eating their own dog food" propaganda aside, you can bet their internal build process is some sort of batch system.

                                          I can well imagine. We're up to 26 projects in our main codebase now, so I'm crossing my fingers we don't run into any of those sort of problems here!

                                          Christopher Duncan wrote:

                                          If their own devs had to deal with the instabilities that we cope with on a daily basis, it would be fixed in a heartbeat. Maybe we should start an Internet campaign to send the VS team thousands of bags of Purina Dog Chow.

                                          Now that sounds like a plan... :evil grin:

                                          Anna :rose: Having a bad bug day? Tech Blog | Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"

                                          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