Event ID 1008 .Net Framework

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.
 
D

Dave Patrick

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.
 
R

rajni_pandey

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
 
M

Mike

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
 
D

Dave Patrick

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
 
D

Dave Patrick

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
 
D

Dave Patrick

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
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top