473,657 Members | 2,538 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Application close

Hi
Using some parts of program i receive a error popup that windows need to
close application.
I installed dotnet on windows xp pro sp2. If i see event viewer i find two
generic errors:

Event Type: Error
Event Source: Microsoft Development Environment
Event Category: None
Event ID: 1000
Date: 06/10/2004
Time: 16.53.08
User: N/A
Computer: LAP
Description:
The description for Event ID ( 1000 ) in Source ( Microsoft Development
Environment ) cannot be found. The local computer may not have the necessary
registry information or message DLL files to display messages from a remote
computer. You may be able to use the /AUXSOURCE= flag to retrieve this
description; see Help and Support for details. The following information is
part of the event: devenv.exe; 7.10.3077.0; kernel32.dll; 5.1.2600.2180;
0001eb33.

Event Type: Error
Event Source: Application Error
Event Category: None
Event ID: 1000
Date: 06/10/2004
Time: 15.59.40
User: N/A
Computer: LAP
Description:
Faulting application devenv.exe, version 7.10.3077.0, faulting module
kernel32.dll, version 5.1.2600.2180, fault address 0x0001eb33.

I'm looking for a solution Can help me?
Tia Pupo
Nov 18 '05 #1
1 1577
You could try this
There is known bug in the Development environment, when inheriting some kind of classes. Not sure if Windows forms or regular classes. I think it was fixed in one of the service packs.

Also, it could be a versioning problem between different framework installations and the IDE.

Try:
-Applying latest service packs. if this doesn't help:
-Remove the whole .net installation. Make sure no multiple .net frameworks are in C:\WINNT\Micros oft.NET\Framewo rk and re-install again.

Hi
Using some parts of program i receive a error popup that windows need to
close application.
I installed dotnet on windows xp pro sp2. If i see event viewer i find two
generic errors:

Event Type: Error
Event Source: Microsoft Development Environment
Event Category: None
Event ID: 1000
Date: 06/10/2004
Time: 16.53.08
User: N/A
Computer: LAP
Description:
The description for Event ID ( 1000 ) in Source ( Microsoft Development
Environment ) cannot be found. The local computer may not have the necessary
registry information or message DLL files to display messages from a remote
computer. You may be able to use the /AUXSOURCE= flag to retrieve this
description; see Help and Support for details. The following information is
part of the event: devenv.exe; 7.10.3077.0; kernel32.dll; 5.1.2600.2180;
0001eb33.

Event Type: Error
Event Source: Application Error
Event Category: None
Event ID: 1000
Date: 06/10/2004
Time: 15.59.40
User: N/A
Computer: LAP
Description:
Faulting application devenv.exe, version 7.10.3077.0, faulting module
kernel32.dll, version 5.1.2600.2180, fault address 0x0001eb33.

I'm looking for a solution Can help me?
Tia Pupo


User submitted from AEWNET (http://www.aewnet.com/)
Nov 19 '05 #2

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

Similar topics

0
1830
by: MDB | last post by:
I have a strange problem. I recently made the leap from VB6 to VB.NE I built a simple test Windows application with 2 forms that logs into an Accounting system using its COM control. The reference to the accounting program is something like this Dim AccpacSession As New AccpacCOMAPI.AccpacSessio AccpacSession.Init("", "AR", "AR1100", "51A" AccpacSession.Open("ADMIN", "ADMIN", "SAMINC", System.DateTime.Now, 0, "" This works in VB6 and...
0
1161
by: Laszlo Szijarto | last post by:
I have an app which moves around between a series of forms. I don't want to keep the forms open but hidden. I need to close them as I switch back and forth from one form to another. Unfortunately, if I start up my app with Application.Run(new formLogin()), for example, as soon as the formLogin gets closed, the whole app exits. Yet, if I start up as follows: (new formLogin()).Show(); Application.Run();
6
20067
by: orekin | last post by:
Hi There I have been trying to come to grips with Application.Run(), Application.Exit() and the Message Pump and I would really appreciate some feedback on the following questions .. There are quite a few words in this post but the questions are actually quite similar and should be fairly quick to answer ... (1) What is Happening with the Threads
1
5490
by: Alpha | last post by:
I have a Window based application that shows up still running in the task manager when I close it. It reaches the "this.close" statement and then it stops at the "}" at the section of the following code after the "Application.Run(new VMSMain());": static void Main() { Application.Run(new VMSMain()); }
4
3627
by: Alpha | last post by:
I have a window Application. this.close(); doesn't stop and close my application when I get an error. Instead it continues trying to execute the following codes. What code do I need to the application to exit where it catches the exception and close down the application? Thanks, Alpha conDB = new SqlConnection(conStr); try
22
2240
by: Shelby | last post by:
Hi, I used System.Windows.Forms.Application.DoEvents() in a loop to handle user click close button . Private Sub btnclose_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnclose.Click Me.Close() System.Windows.Forms.Application.Exit End Sub
9
16111
by: SeC | last post by:
Hi. Is there any way to detect if application is being killed by 'End Process' via Task Manager ?
8
3327
by: Rodrigo Juarez | last post by:
Hi I'm using Visual Studio 2005 with visual basic, developing winforms applications I'm adding try catch blocks for error handling and I want to close the application when I got an error. Closing the form is not enough because there is a lot of forms open TIA Rodrigo Juarez
1
2906
by: CodeSeeker | last post by:
I have an application, which uses pop3 to read the messages from the mailbox, and it has been working fine for so many year. We recently have started changing this application to use java mail IMAP 4 instead of Pop3. Primary reason for that :- Is we want to better meet out SLA, so we have decided to go with the 2 instances of this application, and hence decided to use IMAP4 to concurrently accessing the mailboxes via IMAP4. My issues:- Now...
9
21386
by: Andy | last post by:
Just noticed something interesting in the above. If you have your program file set to "Compact on Close" in access 2007 (which is desirable when you have a larger program that frequently needs compacting), if you use the following code on an "Exit Application" type button, the compacting on close won't fire: Application.Quit acQuitSaveNone however, if you use:
0
8324
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,...
1
8513
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,...
1
6176
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
5642
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
4173
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
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2742
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
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1733
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.