Event ID 1008

  • Thread starter George Schneider
  • Start date
G

George Schneider

Ever since instaling .Net version 2.0 I'm seeing some starnge issues in my
event logs. I receive Event ID 1008 with a source of Perflib and the
following 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.
Performace data for this service will not be available. Status code returned
is data DWORD 0.

This is filling up the log every second or so.

The only think I could find was in Microsoft Knowledgebase article 944746
but this i s related to .Net Framework 1.0 installed not 2.0 but could this
be the same fix?
 
M

Miles Li [MSFT]

Hello,

Thanks for the post.

Yes, this KB 944746 hotfix only can be applied to the system with .NET
Framework 1.0. For the error on the system with .NET Framework 2.0, you may
refer to the following methods:

1. To stop the perflib 1008 errors, the customer can choose to
disable the ASP.NET Counters by renaming the ASPNet_Perf.dll file on the
system.

2. To attempt fix these errors follow the steps:

A) Unregister a couple of DLLs using the following commands and
restart the machine:

regsvr32 /u %windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll

regsvr32 /u %windir%\System32\mscoree.dll

B) If in case you fail to unregister these files successfully
and still the issue continues then run the following command in a sequence
so as to uninstall and install all the ASP .NET Versions for v1.1 and v2.0
Frameworks:

(Implement the following commands in the folders v1.1* and v2.0* under
%Windir%\Microsoft.NET\Framework, sequentially)



aspnet_regiis.exe -ua

aspnet_regiis.exe -i

Then restart the computer to check how it works.

Hope it helps.


Sincerely,
Miles Li

Microsoft Online Partner Support
Microsoft Global Technical Support Center

Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

Miles Li [MSFT]

Hello,

How are things going? I'm writing to see if you have been able to test the
solution I provided in my previous email. If you have any concerns, please
let me know. I look forward to hearing from you.

Sincerely,
Miles Li

Microsoft Online Partner Support
Microsoft Global Technical Support Center

Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
B

Becky Weaver

Miles Li said:
Hello,

Thanks for the post.

Yes, this KB 944746 hotfix only can be applied to the system with .NET
Framework 1.0. For the error on the system with .NET Framework 2.0, you may
refer to the following methods:

1. To stop the perflib 1008 errors, the customer can choose to
disable the ASP.NET Counters by renaming the ASPNet_Perf.dll file on the
system.

2. To attempt fix these errors follow the steps:

A) Unregister a couple of DLLs using the following commands and
restart the machine:

regsvr32 /u %windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll

regsvr32 /u %windir%\System32\mscoree.dll

B) If in case you fail to unregister these files successfully
and still the issue continues then run the following command in a sequence
so as to uninstall and install all the ASP .NET Versions for v1.1 and v2.0
Frameworks:

(Implement the following commands in the folders v1.1* and v2.0* under
%Windir%\Microsoft.NET\Framework, sequentially)



aspnet_regiis.exe -ua

aspnet_regiis.exe -i

Then restart the computer to check how it works.

Hope it helps.


Sincerely,
Miles Li

Microsoft Online Partner Support
Microsoft Global Technical Support Center

Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Top