Event ID 1008 .Net Framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi at all

Since applying MS update KB829019 (Microsoft .NET Framework 2.0) on my
Exchange 2000 Server, I'm getting multiple Event ID 1008 errors in my
application log. Error reads as follows:
Event Type: Error
Event Source: Perflib
Event Category: None
Event ID: 1008
Date: 11/10/2005
Time: 1:34:03 PM
User: N/A
Computer: MAIL01
Description:
The Open Procedure for service "ASP.NET_2.0.50727" in DLL
"C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll" failed.
Performance data for this service will not be available. Status code
returned is data DWORD 0.
Data:
0000: b7 00 07 80 ·..€

This error is filling up my application log. Any assistance would be greatly
appreciated.
 
From a command prompt;

winmgmt /clearadap
winmgmt /resyncperf

may help.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/winmgmt.asp

You'll get these also if the service is not started. In this case disable
the counters.
http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/exctrlst-o.asp

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi at all
|
| Since applying MS update KB829019 (Microsoft .NET Framework 2.0) on my
| Exchange 2000 Server, I'm getting multiple Event ID 1008 errors in my
| application log. Error reads as follows:
| Event Type: Error
| Event Source: Perflib
| Event Category: None
| Event ID: 1008
| Date: 11/10/2005
| Time: 1:34:03 PM
| User: N/A
| Computer: MAIL01
| Description:
| The Open Procedure for service "ASP.NET_2.0.50727" in DLL
| "C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll" failed.
| Performance data for this service will not be available. Status code
| returned is data DWORD 0.
| Data:
| 0000: b7 00 07 80 ·..€
|
| This error is filling up my application log. Any assistance would be
greatly
| appreciated.
 
Hello,

It seems to me that there is some kind of corruption during the
Installation of 2.0. So suggest you to follow the steps given below:

Disable the perflib errors, use the Extensible Counter tool
(ExCtrlLst.exe) to disable the aspnet_perf.dll performance counters and
follow these steps:
· Start the Exctrlst.exe tool.

· Select the DLL (aspnet_perf.dll) ASP.NET and ASP.NET_2.0.50727.

· Click to clear the Performance Counters Enabled check box.
· Restart the computer.

You can also look at the folowing article.

http://support.microsoft.com/?id=828872

Lemme know in case you need more info on this issue.

Regards,
Rajni Pandey
 
I am having the same error fill up my logs.

What ended up working here? I tried Dan Patrick's suggestion of...
winmgmt /clearadap
winmgmt /resyncperf

but that didn't fix it.

Mike
 
Read on....

Disable the counter if you're not using it.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
I am having the same error fill up my logs.

What ended up working here? I tried Dan Patrick's suggestion of...
winmgmt /clearadap
winmgmt /resyncperf

but that didn't fix it.

Mike
 
Might have been the wrong counter.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I downloaded that app (Exctrlst.exe) and disabled the counter.
|
| Still goes on.
|
| Mike
 
You're welcome.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Yep, didn't notice there was mulitple of them.
|
| Disabled all.
|
| Thanks,
| Mike
|
 
Back
Top