Geeks to Go Forums: MMC Cannot Open the file... - Geeks to Go Forums

Jump to content

i Need a geek? Geeks to Go offers free, quality tech support -- in terms anyone can understand. Volunteers are waiting to help, friendly, technology experts who have knowledge to share, and enjoy helping others. Feel free to browse the site as a guest. However, you must log in to reply to existing topics, or start a new topic of your own. Joining allows you to enjoy all this forum has to offer. Learn more in our Welcome Guide. What are you waiting for? Click here to join for free today!
  • (3 Pages)
  • +
  • 1
  • 2
  • 3

MMC Cannot Open the file...

#16 User is offline   Paper Assassin 

  • Member
  • PipPip
  • Group: Member
  • Posts: 41
  • Joined: 12-June 05
  • Operating System:Win XP

Posted 18 February 2006 - 08:46 PM

Yeah, that was one of the first things I did. The files are definitely there.
0

#17 User is offline   gerryf 

  • Retired Staff
  • Group: Retired Staff
  • Posts: 11,365
  • Joined: 18-March 05
  • Operating System:windows 98, xp, 2000, linux

Posted 18 February 2006 - 11:20 PM

what happens if you type

start > run
mmc C:\Windows\System32\devmgmt.msc
<enter>
?
0

#18 User is offline   Paper Assassin 

  • Member
  • PipPip
  • Group: Member
  • Posts: 41
  • Joined: 12-June 05
  • Operating System:Win XP

Posted 19 February 2006 - 03:29 AM

I get the same old error message:

MMC cannot open the file...This may be because the file does not exist...etc.
0

#19 User is offline   Fenor 

  • Trusted Tech
  • Group: Tech Staff
  • Posts: 5,181
  • Joined: 01-September 05
  • Operating System:Windows Vista Ultimate 64-bit

Posted 19 February 2006 - 03:41 AM

(This fix will require you to have your Win XP CD)

Open Explorer and go to the Windows\inf folder.
Locate the srchasst.inf file.
Right click it and select Install.

If it asks for the path for msgr3en.dll, and you don't have your Windows XP CD, type in the following

C:\WINDOWS\ServicePackFiles\i386

Then reboot and then try to access the Device Manager.

NOTE: The Windows\inf folder is a hidden folder. You can adjust your Explorer Folder Options (View tab) to Show hidden files and folders

Fenor

This post has been edited by Fenor: 19 February 2006 - 03:43 AM

0

#20 User is offline   Paper Assassin 

  • Member
  • PipPip
  • Group: Member
  • Posts: 41
  • Joined: 12-June 05
  • Operating System:Win XP

Posted 20 February 2006 - 01:39 AM

Installed and rebooted, but still no effect.
0

#21 User is offline   gerryf 

  • Retired Staff
  • Group: Retired Staff
  • Posts: 11,365
  • Joined: 18-March 05
  • Operating System:windows 98, xp, 2000, linux

Posted 21 February 2006 - 06:45 AM

if you type s
start > run
mmc
<enter>

does a blank mmc open?
0

#22 User is offline   Paper Assassin 

  • Member
  • PipPip
  • Group: Member
  • Posts: 41
  • Joined: 12-June 05
  • Operating System:Win XP

Posted 21 February 2006 - 08:25 PM

I think so. Under "Console Root" it says "There are no items to show in this view."
0

#23 User is offline   gerryf 

  • Retired Staff
  • Group: Retired Staff
  • Posts: 11,365
  • Joined: 18-March 05
  • Operating System:windows 98, xp, 2000, linux

Posted 22 February 2006 - 07:42 AM

Ok

start > run
mmc
<enter>

In the empty console,

FILE > ADD/REMOVE SNAP-INS

click ADD

Select DEVICE MANAGER

ADD button, FINISH button, CLOSE button, then OK button

In the console, you should see Device Manager

FILE > SAVE AS, click the DESKTOP button on the left and save it as devmgmt.msc

Now close the mmc

on your desktop, double click devmgmt.msc

Does it open? Device manager?
0

#24 User is offline   Paper Assassin 

  • Member
  • PipPip
  • Group: Member
  • Posts: 41
  • Joined: 12-June 05
  • Operating System:Win XP

Posted 22 February 2006 - 11:26 PM

Everything is good until I try to save it. An error message pops up:

MMC cannot save the console.
0

#25 User is offline   gerryf 

  • Retired Staff
  • Group: Retired Staff
  • Posts: 11,365
  • Joined: 18-March 05
  • Operating System:windows 98, xp, 2000, linux

Posted 23 February 2006 - 06:37 AM

OK, interesting...since msc files are really only xml files, I'm going to take a shot here and guess something is wrong there instead of with the management console

start > run
RegSvr32 MSXML.DLL
<enter>

repeat with the following
RegSvr32 MSXML2.DLL
RegSvr32 MSXML3.DLL

report any errors

If all three report success , try

start > run
devmgmt.msc
<enter>

again
0

#26 User is offline   Paper Assassin 

  • Member
  • PipPip
  • Group: Member
  • Posts: 41
  • Joined: 12-June 05
  • Operating System:Win XP

Posted 23 February 2006 - 09:11 PM

I guess you're on the right track. The first two files succeeded. But on the third file I get this:

Loadlibrary (mxsml3.dll) failed - a DLL initialization routine failed.
0

#27 User is offline   gerryf 

  • Retired Staff
  • Group: Retired Staff
  • Posts: 11,365
  • Joined: 18-March 05
  • Operating System:windows 98, xp, 2000, linux

Posted 24 February 2006 - 06:26 AM

some sort of support file is missing, i think

http://www.microsoft.com/downloads/details...&DisplayLang=en

download the above, reinstalling the msxml parser

try again
0

#28 User is offline   Paper Assassin 

  • Member
  • PipPip
  • Group: Member
  • Posts: 41
  • Joined: 12-June 05
  • Operating System:Win XP

Posted 25 February 2006 - 03:23 AM

Finally!! Everything seems to work now. Even device manager (or any of the msc programs for that matter) seem to work fine now. Thanks very much.
0

#29 User is offline   gerryf 

  • Retired Staff
  • Group: Retired Staff
  • Posts: 11,365
  • Joined: 18-March 05
  • Operating System:windows 98, xp, 2000, linux

Posted 25 February 2006 - 08:02 AM

great news!

Yes, well, all msc files are really just xml directions for the Microsoft Management Console--device manager, diskmanagment, services, event viewer....you can open them up in notepad to see what I mean

They are not programs

Once we nailed down that MMC would open, but none of the *.msc files would open, we could get on the right track

Sorry it took so long. This is a very, very rare problem and those are harder to identify. We probably would have gotten it sooner if the machine was in front of us

Between Keith, Fenor and I we were bound to stumble over the answer eventually.
0

#30 User is offline   Barbarosa 

  • New Member
  • Pip
  • Group: Member
  • Posts: 1
  • Joined: 15-May 08
  • Operating System:Window Server 2003 EE R2

Posted 15 May 2008 - 05:38 AM

GREAT. Helped me too. Thank you.
0

Share this topic:


  • (3 Pages)
  • +
  • 1
  • 2
  • 3

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Advertisements do not imply our endorsement of that product or service. Join to remove all ads. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm. However, we do not guarantee that they are accurate and they are to be used at your own risk. All trademarks mentioned on this page are the property of their respective owners.

© Geeks to Go, Inc. | All Rights Reserved | Privacy Policy | Advertising | Contact | Link to us