Unknown error in mmcndmgr.dll

T

tthunder

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
 
W

Wesley Vogel

regsvr32 mmcndmgr.dll
(*** not working ***)

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
 
W

Wesley Vogel

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
 

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