Application close

  • Thread starter Thread starter Pupo
  • Start date Start date
P

Pupo

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
 
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\Microsoft.NET\Framework 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/)
 
Back
Top