[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

MgmtClassGen Problem - COM Object Not Valid or Registered

Earl Damron

1/18/2003 4:29:00 PM

Hi All.

When I run MgmtClassGen per the examples I've found, I always get

Errors Occured!!!! Reason : COM object with CLSID
{EB87E1BD-3233-11D2-AEC9-00C04FB68820} is either not valid or not
registered.

I also get errors when I try to generate classes via Server Explorer within
VS.NET.

Have I failed to install something? I'm running W2K SP3. VS.NET is up to
date according to Help -> Check for Updates.

Thanks

Earl



2 Answers

(Xin Tian[MSFT])

1/24/2003 1:40:00 PM

0

Hi Earl,

It looks like you just hit a known issue, a KB may be published later for
this.

it is because the {EB87E1BD-3233-11D2-AEC9-00C04FB68820} which used by WMI
is overwritten.
Simply use register %SystemDir%\wbem\wbemcomn.dll again should solve it.

However you need test to see if the above is really the cause of the
problem you found.

Best regards,
xintian
VS.NET, Visual C++
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.
Got .Net? http://www.got...





(Xin Tian[MSFT])

1/24/2003 2:16:00 PM

0

Hi Earl,

I replied the duplicate post in dotnet.framework queue,

Best regards,
xintian
VS.NET, Visual C++
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.
Got .Net? http://www.got...