.net c# console glitch

  • Thread starter Thread starter bhagyamesh
  • Start date Start date
B

bhagyamesh

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

Thanks in Advance.
 
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?
 
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?

operating system:WINDOWS XP WIN 2002, SP2, .NET FRAMEWORK 2.0
 
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?

IT DOESNT SHOWS ANY MESSAGES, AUTOMATICALLY GETS RESTART.
 
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
 
[...]
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.
 
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.

yes, this is happening with all console applications.
 
[...]

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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top