Microsoft Management Console

S

Sam

Whether from the Control Panel or from Start > Run, MMC
gives the following error: "MMC cannot create a node
manager. Make sure the file mmcndmgr.dll is registered."
What's going on here and how do I fix it ?
 
D

Dave Patrick

From the "Run" box try registering;

regsvr32 %windir%\system32\mmcndmgr.dll

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
Microsoft Certified Professional [Windows 2000]
http://www.microsoft.com/protect


:
| Whether from the Control Panel or from Start > Run, MMC
| gives the following error: "MMC cannot create a node
| manager. Make sure the file mmcndmgr.dll is registered."
| What's going on here and how do I fix it ?
 
S

Sam

Dave:

Tried this but it came back with LoadLibrary
("C:\WINNT\system32\mmcndmgr.dll") failed - The specified
library could not be found.
The dll is in system32. Puzzled on why it cannot find it.

Sam
 
D

Dave Patrick

You didn't post the code but it may mean that a dependant dll is missing and
or unregistered.

INFO: How Regsvr32.exe Registers and Unregisters COM DLLs
http://support.microsoft.com/default.aspx?kbid=207132

Explanation of Regsvr32 Usage and Error Messages
http://support.microsoft.com/default.aspx?kbid=249873

You can run depends.exe against the DLL to check dependencies.

You'll find depends.exe within
\SUPPORT\TOOLS\SUPPORT.CAB
on your Windows 2000 install CD-Rom

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
Microsoft Certified Professional [Windows 2000]
http://www.microsoft.com/protect


:
| Dave:
|
| Tried this but it came back with LoadLibrary
| ("C:\WINNT\system32\mmcndmgr.dll") failed - The specified
| library could not be found.
| The dll is in system32. Puzzled on why it cannot find it.
|
| Sam
 

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