Just-In-Time Errors [Please Help]

  • Thread starter Thread starter Tiraman
  • Start date Start date
T

Tiraman

Hi ,

i m getting the following errors under the eventlog while i m trying to run
some class that i wrote.
at the first i got an error about the just-in-time : access denied and i
added the permissions as i read in some article but this
didn't help to so i disable the JIT from the IDE properties and then i got
those errors .

please advice.

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1000
Date: 07/16/2004
Time: 11:48:33
User: N/A
Computer: XXX
Description:
aspnet_wp.exe (PID: 2616) stopped unexpectedly.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1000
Date: 07/16/2004
Time: 12:01:47
User: N/A
Computer: XXX
Description:
aspnet_wp.exe (PID: 1152) stopped unexpectedly.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.



Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 07/16/2004
Time: 11:53:34
User: N/A
Computer: XXX
Description:
The description for Event ID ( 0 ) in Source ( .NET Runtime ) 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:
..NET Runtime version 1.1.4322.573- aspnet_wp.exe - Common Language Runtime
Debugging Services:
Application has generated an exception that could not be handled.

Process id=0xc2c (3116),
Thread id=0xc5c (3164).

Click OK to terminate the application.
Click CANCEL to debug the application..
 
Check if the Remote Registry service is disabled on the host computer
and make sure you are in the Administrator group of the machine hosting
the event file.

Failing that just a guess but I think you need to reinstall the
framework.

________________________________

From: Tiraman [mailto:[email protected]]
Sent: Friday, July 16, 2004 2:49 PM
To: microsoft.public.dotnet.framework
Cc: microsoft.public.dotnet.languages.vb
Subject: Just-In-Time Errors [Please Help]



Hi ,

i m getting the following errors under the eventlog while i m trying to
run
some class that i wrote.
at the first i got an error about the just-in-time : access denied and i
added the permissions as i read in some article but this
didn't help to so i disable the JIT from the IDE properties and then i
got
those errors .

please advice.

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1000
Date: 07/16/2004
Time: 11:48:33
User: N/A
Computer: XXX
Description:
aspnet_wp.exe (PID: 2616) stopped unexpectedly.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1000
Date: 07/16/2004
Time: 12:01:47
User: N/A
Computer: XXX
Description:
aspnet_wp.exe (PID: 1152) stopped unexpectedly.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.



Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 07/16/2004
Time: 11:53:34
User: N/A
Computer: XXX
Description:
The description for Event ID ( 0 ) in Source ( .NET Runtime ) 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:
..NET Runtime version 1.1.4322.573- aspnet_wp.exe - Common Language
Runtime
Debugging Services:
Application has generated an exception that could not be handled.

Process id=0xc2c (3116),
Thread id=0xc5c (3164).

Click OK to terminate the application.
Click CANCEL to debug the application..
 
Back
Top