473,805 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

system reboot (crash) after .NET program closes

We (My team and I) are currently developing an application that works fine
on 3 of our dev machines, but our 4th is having a problem. It's an old P3
733Mhz with 192MB RAM and running XP Pro. It runs the program we're
developing just fine, until it tries to close. About 60-70% of the time, it
will reboot the system unexpectedly. It reboots without delay, it appears
that the program's main window is still opened at the moment it reboots, but
in stepping through the code, we found that it is actually rebooting AFTER
all .NET code in the project is done executing.

Has anyone seen or heard anything related to this type of problem with .NET?
We're basically just looking for suggestions for things to try at this
point. Any help is appreciated,

Chris
Nov 22 '05 #1
3 1556
<ciach>

did you try to run any other .NET app(maybe simple HelloWorld) on this
computer ??
XP Pro ...

maybe it is not 'couse of you program but OS (some other programs are
installed, or virus)

pozdrawiam
Przemek Sulikowski
Nov 22 '05 #2
> did you try to run any other .NET app(maybe simple HelloWorld) on this
computer ??
A very good question, and one that I forgot to answer in my original post.
Yes, all other .NET apps run just fine on this computer.
maybe it is not 'couse of you program but OS (some other programs are
installed, or virus)


Unlikely. This machine just installed Windows a few days ago. This also
happened before the format (incidently, this is the actual reason for the
format in the first place).

Chris

Nov 22 '05 #3
maybe it is not 'couse of you program but OS (some other programs are
installed, or virus)


Unlikely. This machine just installed Windows a few days ago. This also
happened before the format (incidently, this is the actual reason for the
format in the first place).

it seems to be some kind of hardware error
maybe RAM or CPU are broken
try run application which use more resources than OS(maybe some game or
Office or few
small app) and see what hapens
pozdrawiam
Przemek Sulikowski
Nov 22 '05 #4

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

Similar topics

3
392
by: Chris LaJoie | last post by:
We (My team and I) are currently developing an application that works fine on 3 of our dev machines, but our 4th is having a problem. It's an old P3 733Mhz with 192MB RAM and running XP Pro. It runs the program we're developing just fine, until it tries to close. About 60-70% of the time, it will reboot the system unexpectedly. It reboots without delay, it appears that the program's main window is still opened at the moment it reboots,...
17
3804
by: Carmen Wai | last post by:
Hello: I would like to know whether there is any different in installing Postgresql on the Linux system with file system of EXT2 or EXT3. I have two machines with idential OS (Red Hat 7.3 install with postgresql 7.3.4) but with different file system, 1 is EXT2 and the other is EXT3. When I insert 10,000 records to the two machines, I found that the machine with EXT2 insert much quicker than the other with EXT3. Is postgresqk perform...
1
43992
by: Tim Marshall | last post by:
I've just received a new computer with Win XP Version 5.1.2600. I want to have Access 2003 and Access 97 running on this, so I did some googling on cdma and it seems I must install these versions of Access "sequentially", ie, A97, first. When I use the Office 97 installation cd, pick my choices, I end up, at the end of the installation, an error telling me the system.mdw could not be created. When I click OK on this, the installer...
2
4035
by: Lenin Torres | last post by:
Hi everybody I have an Union Query that works fine. I used this query as the RecordSource for a Form. That Form is used as a subform in another form. Everything works fine, except for the "Filter by form" feature. When the user tries to use Filter by form a messagebox is displayed: "There are too many controls in this form to perform a filter by form", after that,when the user exit the Filter by Form mode, Access crash, displaying a...
1
1384
by: Jefferson Cowart | last post by:
I've got a C# program that seems to be adept at preventing the system from rebooting. If it is running when you tell the system to reboot it closes and then somehow stops the reboot from happening. Once the program has quit you can reboot the system just fine. The basic structure of the program is a loop that goes through a number of Windows forms. I have posted the code for the core loop at http://pages.pomona.edu/~jcc02003/CoreLoop.txt. If...
5
8128
by: Ty Moffett | last post by:
I'm using a queue to hold a series of strings that are complete command line arguments to start the silent/unattended installation of various pieces of software. Here is some sample code. 1 Dim myProcess as New Process 2 myProcess.EnableRaiseEvents = True 3 myProcess.StartInfo.Filename = myQ.Dequeue ' The string value in this instance is "c:\windowsXP-KB824146-x86-ENU.exe /u /n /z" 4 Do Until (myProcess.HasExited = True) 5 Loop
20
1487
by: djc | last post by:
I get this *intermittently* on a utility I am working on. I don't know whats going on but here are a few points about it: - using VS 2005, running on xp sp2 - program uses multiple threadpool threads - only happens when built with the 'release' configuration (no debug flag, compiler optimizations in effect) - no problems in debug config here is the error: Unhandled Exception: System.AccessViolationException: Attempted to read or write...
12
5603
by: benjamin.krulewitch | last post by:
I'm debugging an issue with a C program that causes the computer to crash, and I'm attempting to log information immediately before the crash occurs. I us my BKprintLog function (see below) to write information into a log file. The problem is, i'm not confident that information i write to the log gets saved onto the hard drive before the crash occurs. My understanding of hard drives and OS are that because hard drives are so slow,...
3
1700
by: cj | last post by:
My program shuts itself down and reboots the pc it's running on at 2:00am twice a week and has been doing so without fail for over a year. But twice in the past month it's been found running in the AM with an unhandled exception on the screen. As best I can tell this exception occurs while it's trying to reboot the pc. This has me thinking it might be nice to have it do a reboot whenever it has an unhandled exception but then again I'm...
10
3082
by: Zytan | last post by:
I made a program using the Timer class, and I start the timer with Timer.Start(), but don't stop it with Timer.Stop(), and I assumed this was ok, but, Process Explorer informs me, after running it about 10 or 20 times: --------------------------- Process Explorer --------------------------- The .NET performance counters on this system are corrupt. Run Exctrlst from the Microsoft Windows Resource Kit to repair them.
0
9596
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10613
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
7649
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5544
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4327
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3846
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.