MMC cannot open the file C:\WINNT\system32\eventvwr.msc. This may be because the files do not exist, is not an MMC console, or was created by a later version of MMC. This may also be because you do not have sufficient access rights to the file.
After a bit of Googling, the solution was simple:
RUN: regsvr32 C:\Windows\system32\msxml3.dll (as admin)
1 comment:
your mmc version is not compliant with snapins on the same OS?
The DLL was not registered. I've seen that fix before for other applications.
Post a Comment