.net c# console glitch

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bhagyamesh@gmail.com

    .net c# console glitch

    dear sir/madam,
    AS I START TO DEBUG ANY PROGRAM IN C# CONSOLE, PC GETS RESTART.
    PLZ HELP ME OUT.

    Thanks in Advance.
  • Roger Frost

    #2
    Re: .net c# console glitch

    <bhagyamesh@gma il.comwrote in message
    news:3ca2ba62-5b39-46c0-963b-2082bd60a223@i7 g2000prf.google groups.com...
    dear sir/madam,
    AS I START TO DEBUG ANY PROGRAM IN C# CONSOLE, PC GETS RESTART.
    PLZ HELP ME OUT.
    >
    Thanks in Advance.
    Need more details: Operating system (version/SP?), debug program or
    development environment (version)?

    Any error messages or memory dumps?

    Is it just a restart (where programs close one by one and your prompted for
    unsaved data, etc.) or is it a crash?

    --
    Roger Frost
    "Logic Is Syntax Independent"

    Comment

    • bhagyamesh@gmail.com

      #3
      Re: .net c# console glitch

      On Mar 11, 1:20 pm, "Roger Frost" <fros...@hotmai l.comwrote:
      <bhagyam...@gma il.comwrote in message
      >
      news:3ca2ba62-5b39-46c0-963b-2082bd60a223@i7 g2000prf.google groups.com...
      >
      dear sir/madam,
          AS I START TO DEBUG ANY PROGRAM IN C# CONSOLE, PC GETS RESTART.
      PLZ HELP ME OUT.
      >
      Thanks in Advance.
      >
      Need more details: Operating system (version/SP?),  debug program or
      development environment (version)?
      >
      Any error messages or memory dumps?
      >
      Is it just a restart (where programs close one by one and your prompted for
      unsaved data, etc.) or is it a crash?
      >
      --
      Roger Frost
      "Logic Is Syntax Independent"
      operating system:WINDOWS XP WIN 2002, SP2, .NET FRAMEWORK 2.0

      Comment

      • bhagyamesh@gmail.com

        #4
        Re: .net c# console glitch

        On Mar 11, 1:20 pm, "Roger Frost" <fros...@hotmai l.comwrote:
        <bhagyam...@gma il.comwrote in message
        >
        news:3ca2ba62-5b39-46c0-963b-2082bd60a223@i7 g2000prf.google groups.com...
        >
        dear sir/madam,
            AS I START TO DEBUG ANY PROGRAM IN C# CONSOLE, PC GETS RESTART.
        PLZ HELP ME OUT.
        >
        Thanks in Advance.
        >
        Need more details: Operating system (version/SP?),  debug program or
        development environment (version)?
        >
        Any error messages or memory dumps?
        >
        Is it just a restart (where programs close one by one and your prompted for
        unsaved data, etc.) or is it a crash?
        >
        --
        Roger Frost
        "Logic Is Syntax Independent"
        IT DOESNT SHOWS ANY MESSAGES, AUTOMATICALLY GETS RESTART.

        Comment

        • Marc Gravell

          #5
          Re: .net c# console glitch

          IT DOESNT SHOWS ANY MESSAGES, AUTOMATICALLY GETS RESTART.- Hide quoted text -

          anything interesting in the event log? blue-screen? or just reboot?

          It seems a bit too deterministic to be a hardware issue, but I
          wouldn't rule it out... it could just be that you OS is hosed...
          either way, it doesn't look good.

          Marc

          Comment

          • Roger Frost

            #6
            Re: .net c# console glitch

            >[...]
            >
            operating system:WINDOWS XP WIN 2002, SP2, .NET FRAMEWORK 2.0

            That doesn't answer all of my questions, but it's a start....


            So what you're saying is this is happening with _all_ of your console
            applications while debugging on WinXP _and_ Win2K boxes...


            You stumped me, but I'll do some looking around.


            --
            Roger Frost
            "Logic Is Syntax Independent"

            Comment

            • bhagyamesh@gmail.com

              #7
              Re: .net c# console glitch

              On Mar 11, 2:58 pm, "Roger Frost" <fros...@hotmai l.comwrote:
              [...]
              >
              operating system:WINDOWS XP WIN 2002, SP2, .NET FRAMEWORK 2.0
              >
              That doesn't answer all of my questions, but it's a start....
              >
              So what you're saying is this is happening with _all_ of your console
              applications while debugging on WinXP _and_ Win2K boxes...
              >
              You stumped me, but I'll do some looking around.
              >
              --
              Roger Frost
              "Logic Is Syntax Independent"
              yes, this is happening with all console applications.

              Comment

              • Roger Frost

                #8
                Re: .net c# console glitch

                <bhagyamesh@gma il.comwrote in message
                news:16081eca-605b-473a-9106-24f93df10ae9@s1 2g2000prg.googl egroups.com...
                On Mar 11, 2:58 pm, "Roger Frost" <fros...@hotmai l.comwrote:
                >[...]
                >
                yes, this is happening with all console applications.

                Personally, I like Marc's hosed OS theory. You said it happens during
                debugging, so I guess it doesn't happen when just running a release
                version... if it does (but its really worth a try anyway) reinstall your
                framework.



                --
                Roger Frost
                "Logic Is Syntax Independent"

                Comment

                • Mike

                  #9
                  Re: .net c# console glitch

                  I whole heartedly agree with Marc on this one, random reboots are a
                  reasonably common error with xp systems especially ones lacking maintenance,
                  easy fix would be to burn your projects to a dvd and give yourself a nice
                  clean format, if the problem still persists after this, and you can run
                  your backed up projs on another machine, then you know its a hardware
                  problem, and they're not so easy to find and fix (switching round RAM dims,
                  testing components in other machines, replacing expensive equipment...)
                  Hopefully this is not the case and a format will fix your problems, you'll
                  just need to spend a few hours to reinstall all of your apps.
                  Good luck

                  Mike Powell
                  Ramuseco ltd .NET Consulting

                  "Marc Gravell" <marc.gravell@g mail.comwrote in message
                  news:fa291f60-dc84-489f-b471-768542466c47@f6 3g2000hsf.googl egroups.com...
                  >IT DOESNT SHOWS ANY MESSAGES, AUTOMATICALLY GETS RESTART.- Hide quoted
                  >text -
                  >
                  anything interesting in the event log? blue-screen? or just reboot?
                  >
                  It seems a bit too deterministic to be a hardware issue, but I
                  wouldn't rule it out... it could just be that you OS is hosed...
                  either way, it doesn't look good.
                  >
                  Marc

                  Comment

                  Working...