|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, February 07, 2012 6:00 AM
Points: 3,
Visits: 0
|
|
try this first go to c:\windows\system32\wbem run the below command
mofcomp "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof". for sql server 2008
mofcomp "C:\Program Files\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof". for sql server 2005
EX: { C:\WINDOWS\system32\wbem>mofcomp "C:\program files\microsoft sql server\90\share d\sqlmgmproviderxpsp2up.mof" Microsoft (R) 32-bit MOF Compiler Version 5.2.3790.3959 Copyright (c) Microsoft Corp. 1997-2001. All rights reserved. Parsing MOF file: C:\program files\microsoft sql server\90\shared\sqlmgmprovider xpsp2up.mof MOF file has been successfully parsed Storing data in the repository... Done! }
try to open congiguration manager will work..
if not still..
Copy the file: "framedyn.dll" from folder: "C:\WINDOWS\system32\wbem" TO folder: "C:\WINDOWS\system32" . it maybe works~
|
|
|
|