Re: Event ID 1008



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.

.



Relevant Pages