Script Error While Opening Services.msc

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm receiving the following error when trying to open the services console.
This may be affecting the Microsoft Update site as it won't download any
updates. Just says installation failed. Plus this may be affecting Access
2002. It gives an error "a problem occurred while microsoft access was
communicating with the OLE server or ActiveX control" when opened.

Any ideas? Thanks a bunch.

An Error has occurred in the script on this page.
Line 30
Char 12
Error Unspecified Error
Code 0
URL res://c:\windows\system32\mmcndmgr.dll/views.htm
 
Inoffensive said:
I'm receiving the following error when trying to open the services console.
This may be affecting the Microsoft Update site as it won't download any
updates. Just says installation failed. Plus this may be affecting Access
2002. It gives an error "a problem occurred while microsoft access was
communicating with the OLE server or ActiveX control" when opened.

Any ideas? Thanks a bunch.

An Error has occurred in the script on this page.
Line 30
Char 12
Error Unspecified Error
Code 0
URL res://c:\windows\system32\mmcndmgr.dll/views.htm

Copy that URL to your Address bar and click Go.
Then use View Source (Alt-V,c).

Assuming that opens in Notepad make sure that Word Wrap
is unchecked (Alt-o,W) and then that Status bar is checked (Alt-,V,S)
Then scroll down to line 30 column 12 (as specified by the error message).

When I do that in XPsp2 with mmcndmgr.dll
--a-- W32i DLL ENU 5.1.2600.2180 shp 1,192,960 08-04-2004
I see: ViewPanel.addBehavior("#default#mmcview");
Since that is in the OnLoad() function
my guess would be that your IE security settings are too tight.

DependencyWalker shows that that module has a DllRegisterServer
entry point so you could also try re-registering it. E.g. Run...
regsvr32 mmcndmgr.dll


Good luck

Robert Aldwinckle
---
 
Back
Top