473,396 Members | 1,918 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

massive problems with my machine?

After my laptop crapped out, I had to resort to my desktop as a backup.
The problems I have experienced are

- the computer powers off and restarts without warning. It powers off.
Not a blue screen of death, but it powers off

- When it restarts, (this does not necessarily follow the previous
issue), it runs chkdisk and finds all kinds of problems.

Now unto the relevance to this group.

- I have seen IIS errors that I had never seen
- Upon running some .NET code, I get an error complaining about some
assembly missing. the assembly name looks quite random (erwet_iuuq.dll
missing, for example)
- VS.Net keeps crashing, asking me for a debug option which includes
using VS.NET. Debug VS.NEt using VS.NET?

One would think reinstalling the OS. But how do you explain the
computer POWERING OFF out of the blue?

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #1
3 1159
> One would think reinstalling the OS. But how do you explain the
computer POWERING OFF out of the blue?
How do I explain your computer powering off and misbehaving? Here's a small
list of possibilities:

1. Bad Hardware (not likely, but possible)
2. Virus
3. Trojan Horse
4. Worm
5. Bad disk Sector (ScanDisk will fix, probably, but some files might be
missing)
6. Accident while programming with pointers (VERY unlikely in this case)
7. Power Surge corrupted disk (ScanDisk might fix, but some files would be
missing)
8. Act of God (EXTREMELY unlikely ;-) )

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"David Cho" <pr********@yahoo.com> wrote in message
news:ea*************@TK2MSFTNGP15.phx.gbl... After my laptop crapped out, I had to resort to my desktop as a backup.
The problems I have experienced are

- the computer powers off and restarts without warning. It powers off.
Not a blue screen of death, but it powers off

- When it restarts, (this does not necessarily follow the previous
issue), it runs chkdisk and finds all kinds of problems.

Now unto the relevance to this group.

- I have seen IIS errors that I had never seen
- Upon running some .NET code, I get an error complaining about some
assembly missing. the assembly name looks quite random (erwet_iuuq.dll
missing, for example)
- VS.Net keeps crashing, asking me for a debug option which includes
using VS.NET. Debug VS.NEt using VS.NET?

One would think reinstalling the OS. But how do you explain the
computer POWERING OFF out of the blue?

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 19 '05 #2
Actually, since youmentioned that chkdsk is showing errors, number 5 is the
most likely candidate. You will probably have to reinstall your OS, as some
of the files seem to be gone now. The quickest solution would be to do a new
OS install, and choose to format the drive during the install. The format
will mark all bad sectors so that they won't be re-used. If your Hard drive
is over 5 years old, it's probably time to get a new one.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:eY**************@TK2MSFTNGP14.phx.gbl...
One would think reinstalling the OS. But how do you explain the
computer POWERING OFF out of the blue?


How do I explain your computer powering off and misbehaving? Here's a
small list of possibilities:

1. Bad Hardware (not likely, but possible)
2. Virus
3. Trojan Horse
4. Worm
5. Bad disk Sector (ScanDisk will fix, probably, but some files might be
missing)
6. Accident while programming with pointers (VERY unlikely in this case)
7. Power Surge corrupted disk (ScanDisk might fix, but some files would be
missing)
8. Act of God (EXTREMELY unlikely ;-) )

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"David Cho" <pr********@yahoo.com> wrote in message
news:ea*************@TK2MSFTNGP15.phx.gbl...
After my laptop crapped out, I had to resort to my desktop as a backup.
The problems I have experienced are

- the computer powers off and restarts without warning. It powers off.
Not a blue screen of death, but it powers off

- When it restarts, (this does not necessarily follow the previous
issue), it runs chkdisk and finds all kinds of problems.

Now unto the relevance to this group.

- I have seen IIS errors that I had never seen
- Upon running some .NET code, I get an error complaining about some
assembly missing. the assembly name looks quite random (erwet_iuuq.dll
missing, for example)
- VS.Net keeps crashing, asking me for a debug option which includes
using VS.NET. Debug VS.NEt using VS.NET?

One would think reinstalling the OS. But how do you explain the
computer POWERING OFF out of the blue?

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Nov 19 '05 #3
Kevin has provides a good list of possible reasons. That
would be the short list. Without details, one can only
speculate. IOW your first step, long before trying to fix
anything, is to get the basic facts. What does Device Manager
and the system (event) log report? Did you execute
comprehensive hardware diagnostics provided free by a
responsible computer manufacturer? If he is not so
responsible, then you must download those diagnostics from
component manufacturers and third party sources. Especially
important are the results of memory and disk drive
diagnostics.

Now we move on to verifying integrity of subsystems. The
one subsystem that can cause all of you symptoms is the power
supply system - including power off for no reason. It is a
system of three components; not just a power supply.
Integrity can be confirmed in but two minutes as demonstrated
in two previous posts: "Computer doesnt start at all" in
alt.comp.hardware on 10 Jan 2004 at
http://tinyurl.com/2t69q
"I think my power supply is dead" in alt.comp.hardware on 5
Feb 2004 at
http://tinyurl.com/yvbw9

Two articles that provide useful pictures (but no reason to
disconnect power supply as shown) are:
http://techrepublic.com.com/5102-10586-5566528.html
www.ochardware.com/articles/psuvolt/psuvolt.html

Your voltages must measure in the upper 3/4 limits as
provided in chart in that second discussion "I think my
power..."

Having confirmed power supply integrity and then done same
with hardware diagnostics, only then move on to software
suspects. But this being most important. Do not try to fix
anything - especially software - until the specific defective
hardware is identified or until hardware integrity is
confirmed. Rushing to fix things can result in more damage
and a more complex problem.

David Cho wrote:
After my laptop crapped out, I had to resort to my desktop as a backup.
The problems I have experienced are

- the computer powers off and restarts without warning. It powers off.
Not a blue screen of death, but it powers off

- When it restarts, (this does not necessarily follow the previous
issue), it runs chkdisk and finds all kinds of problems.

Now unto the relevance to this group.

- I have seen IIS errors that I had never seen
- Upon running some .NET code, I get an error complaining about some
assembly missing. the assembly name looks quite random (erwet_iuuq.dll
missing, for example)
- VS.Net keeps crashing, asking me for a debug option which includes
using VS.NET. Debug VS.NEt using VS.NET?

One would think reinstalling the OS. But how do you explain the
computer POWERING OFF out of the blue?

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: nasht | last post by:
Hi, I'm trying to make a newsletter application in php (using mail() ). This application is supposed to look in a MySQL database and generate a list of emails and first names. Then it should...
14
by: Jim Hubbard | last post by:
Are you up to speed on the difficulties in using the 1.1 .Net framework? Not if you are unaware of the 1,596 issues listed at KBAlertz (http://www.kbalertz.com/technology_3.aspx). If you are...
5
by: Dan Smith | last post by:
When I try to create a new C# Web Reference in Visual Studio 2003, I get an error message "The proxy settings on this computer are not configured correctly for web discovery. ..." This web...
0
by: Luiz Miranda | last post by:
Hi I need to access a unmanaged DLL from my ASP.NET page. This DLL (a "true" DLL, not a COM DLL) is a database manager with 2 DLLs and 1 .EXE (no interface). If I try to access this DLL from...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
1
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
78
by: Robert Baer | last post by:
The homepage i have had up and seemingly working is: http://oil4lessllc.com/ However, the validator has so many complaints, and being so incompetent, i have no clue as to how to fix it all. Would...
11
by: Paul Sijben | last post by:
I am stumped by the following problem. I have a large multi-threaded server accepting communications on one UDP port (chosen for its supposed speed). I have been profiling the code and found...
3
by: Earl Anderson | last post by:
One of the users in our departmental db has Read/Write permissions to a particular form. He was able to access and edit the form at will until 2 weeks ago. His current problem was that he was not...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.