- Unknown error in mmcndmgr.dll
- Posted by tthunder@gmx.de on April 5th, 2006
Hi @all,
After installing Service Pack 2, there is a tricky problem on my
system. I cannot start "services.msc". (I cannot show and modify my
services => control panel "services")
I have googled about 6 hours now, but I havn't found a solution to my
problem.
The error message:
Internet explorer script error
Line: 30
Char: 12
Error: (German - but meaning: unknown error)
URL: res://c:\windows\system32\mmcndmgr.dll/views.htm
Locking at this file I found the following lines:
function OnLoad()
{
ViewPanel.addBehavior("#default#mmcview"); // <-- Line 30
MMCEvents.ConnectTo(external.Document.Application) ;
UpdateState();
}
I tried:
regsvr32 mmcndmgr.dll
(*** not working ***)
setting all security settings to "very low"
(*** not working ***)
What to do now?
Greetings,
Kirsten
- Posted by Wesley Vogel on April 5th, 2006
What's the error message?
Some times you have to unregister a dll file and then register it.
Start | Run | Paste this in the box:
regsvr32 /u mmcndmgr.dll
Hit your Enter key.
You should see a message telling if it unregistered or not.
Start | Run | Paste this in the box:
regsvr32 mmcndmgr.dll
Hit your Enter key.
You should see a message telling if it registered or not.
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:1144246613.216881.72140@u72g2000cwu.googlegro ups.com,
tthunder@gmx.de <tthunder@gmx.de> hunted and pecked:
- Posted by tthunder@gmx.de on April 5th, 2006
After getting some other strange errors in IE (no download possible) I
tried the following script from http://iefaq.info
http://iefaq.info/index.php?action=a...=14&artlang=de
It's great!!!
And works!
- Posted by Wesley Vogel on April 5th, 2006
Since I know about thirty German words, I'll have to take your word for it.
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:1144262859.618823.28660@i39g2000cwa.googlegro ups.com,
tthunder@gmx.de <tthunder@gmx.de> hunted and pecked: