473,761 Members | 10,057 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Application Load Error ( 0xC0000005)

Hello All,
I have an app that is running throughout my company with one
exception.

Recently, one employee started throwing exception 0xC0000005 on
startup. Specifically, it's crashing out during the load process.

In testing I compiled a simple "Hello World" app in C#. Even that app
fails to load.

Since the app doesn't even load, I can't use the EventLog or
Application's log to trap any errors.

I'm not very familiar with the .NET debugging apps.

Can someone give suggestion on how to begin troubleshooting this?

Thanks,
-tomas

Feb 23 '07 #1
5 5983
"Tomas Vera" <taveraREMOVE@s bcglobal REMOVE.netwrote in message
news:07******** *************** *********@4ax.c om...
Hello All,
I have an app that is running throughout my company with one
exception.

Recently, one employee started throwing exception 0xC0000005 on
startup. Specifically, it's crashing out during the load process.

In testing I compiled a simple "Hello World" app in C#. Even that app
fails to load.

Since the app doesn't even load, I can't use the EventLog or
Application's log to trap any errors.

I'm not very familiar with the .NET debugging apps.

Can someone give suggestion on how to begin troubleshooting this?

Thanks,
-tomas

If you get this Access Violation running a simple console application, I would suggest you
to re-install the run time.

Willy.
Feb 23 '07 #2
IIRC, that is the same error you will get if the system does not have the
..NET Framework installed on it.

--
Adam Clauss

"Tomas Vera" <taveraREMOVE@s bcglobal REMOVE.netwrote in message
news:07******** *************** *********@4ax.c om...
Hello All,
I have an app that is running throughout my company with one
exception.

Recently, one employee started throwing exception 0xC0000005 on
startup. Specifically, it's crashing out during the load process.

In testing I compiled a simple "Hello World" app in C#. Even that app
fails to load.

Since the app doesn't even load, I can't use the EventLog or
Application's log to trap any errors.

I'm not very familiar with the .NET debugging apps.

Can someone give suggestion on how to begin troubleshooting this?

Thanks,
-tomas

Feb 23 '07 #3
Doh!!
I was hoping that it wouldn't come to that.
Do I need to un-install the run time first? Or will dotnetfx prompt to
"repair" the current installation?

Thanks,
-tomas

On Fri, 23 Feb 2007 18:25:40 +0100, "Willy Denoyette [MVP]"
<wi************ *@telenet.bewro te:
>"Tomas Vera" <taveraREMOVE@s bcglobal REMOVE.netwrote in message
news:07******* *************** **********@4ax. com...
>Hello All,
I have an app that is running throughout my company with one
exception.

Recently, one employee started throwing exception 0xC0000005 on
startup. Specifically, it's crashing out during the load process.

In testing I compiled a simple "Hello World" app in C#. Even that app
fails to load.

Since the app doesn't even load, I can't use the EventLog or
Application' s log to trap any errors.

I'm not very familiar with the .NET debugging apps.

Can someone give suggestion on how to begin troubleshooting this?

Thanks,
-tomas


If you get this Access Violation running a simple console application, I would suggest you
to re-install the run time.

Willy.
Feb 23 '07 #4
On Fri, 23 Feb 2007 12:14:18 -0600, "Adam Clauss" <ca*****@tamu.e du>
wrote:
>IIRC, that is the same error you will get if the system does not have the
.NET Framework installed on it.
This user has been running my app for almost a year now.
I'll try the re-install mentioned in the other reply and see if that
helps.

Thanks,
-tomas

Feb 23 '07 #5
..NET Installer fails. Can't re-install the Framework.
Somethings amiss......

On Fri, 23 Feb 2007 18:25:40 +0100, "Willy Denoyette [MVP]"
<wi************ *@telenet.bewro te:
>"Tomas Vera" <taveraREMOVE@s bcglobal REMOVE.netwrote in message
news:07******* *************** **********@4ax. com...
>Hello All,
I have an app that is running throughout my company with one
exception.

Recently, one employee started throwing exception 0xC0000005 on
startup. Specifically, it's crashing out during the load process.

In testing I compiled a simple "Hello World" app in C#. Even that app
fails to load.

Since the app doesn't even load, I can't use the EventLog or
Application' s log to trap any errors.

I'm not very familiar with the .NET debugging apps.

Can someone give suggestion on how to begin troubleshooting this?

Thanks,
-tomas


If you get this Access Violation running a simple console application, I would suggest you
to re-install the run time.

Willy.
Feb 23 '07 #6

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

Similar topics

4
6680
by: Benji Luong | last post by:
I just installed IIS 5.1 that came with XP Pro. When I want to browse localstart.asp, this page loads up. How do I resolve this? Thanks so much! HTTP 500.100 - Internal Server Error - ASP error Internet Information Services
0
1405
by: Kaveri | last post by:
Hi, I'm working with Data Sets and testing my application with multiple browser Instances. In the Application I'm merging diff datasets into a consolidated one and then displaying. This works fine for very small no of records.But if I increase the no of records I'm getting a Server Application unavailable Error. which on seeing the Application Event Log states that error occured due to insufficient RAM Memory. I'm already testing with...
5
2789
by: Ken Cox [Microsoft MVP] | last post by:
MS has posted this here: http://www.asp.net/faq/ms03-32-issue.aspx Fix for: 'Server Application Unavailable' Error after Applying Security Update for IE ------------------------------------------------------------------------------- -
5
2110
by: Kim Nørby Andersen | last post by:
Hello there I am lost. i receive the output in the bottom, from a site that runs excellently on our development server, but dies on the customer. We have had a first version running at the customer, did some changes, recompiled, zipped and sent it back to them, but then it screwed up. As a part of the debugging process, the ASP.NET has been set to run as SYSTEM, and all folders described in...
4
1626
by: Frank Walsh | last post by:
Hi, I'm experiencing a problem when my asp.net 1.1 application starts. It appears that when the application has not been used for 12 hours or so...I experience a much longer load time then if the application was loaded recently. I attempted to do some research on the subject and found a few sites that talk about pre-compiling, which i attempted to do, however it doesn't look like this helps if your application is unloaded do to...
1
1403
by: alan | last post by:
I've try to deploy my application by using Setup Wizard. But after I build the setup application, it got a error said "unrecoverable error!". I don't know what's the problem. In order to the what problem is it, I open a new project and just use one form, use one text box and one button and try to deploy by setup wizard. Finally it also said "unrecoverable error!". What's wrong with it? It's just a simple application, why it got this...
2
3048
by: Lucas Tam | last post by:
Without writing try/catch statements is there a way to have a global error handler in VB.NET? In ASP.NET there is an application level error handler inside Global.asax, but is there something similar for VB.NET winform programs? Thanks! -- Lucas Tam (REMOVEnntp@rogers.com) Please delete "REMOVE" from the e-mail address when replying.
1
1293
by: David Lozzi | last post by:
Howdy, What do your recommend for web application load testing? I know VS 2005 has it in the Team version but I have the Pro version currently. I found www.loadtestingtool.com, which i'm testing now and i like, but wondering if there are better apps out there.... Thanks! David lozzi
4
1751
by: =?Utf-8?B?SmFzb24gUmljaG1laWVy?= | last post by:
Is there a way to catch an application configuration error on startup? I have written a windows service. If there is an error in the configuration file (such as invalid xml) the exception is thrown before the OnStart method is invoked. Is there a way to catch this exception? Thank you, Jason Richmeier
0
9521
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9945
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9900
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9765
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8768
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7324
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
6599
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
5214
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...
1
3863
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

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.