DCOM Configuration warning->how to fix it

  • Thread starter Thread starter nithin.papdeja
  • Start date Start date
N

nithin.papdeja

Hi all,

I am getting a

"DCOM Configuration Warning" for my COM.exe server

The CLSID {87F1BCC3-0779-46c7-BF37-0EB4A6123333},item C:\program
files
\Server\Myserver.exe and title MysrvAPI class
has the named value AppID,but is not recorded under \
\HKEY_CLASSES_ROOT
\AppId.Do you wish to record it?


If you press "yes" and record it.next time when we open the "DCOM
Config" we should not get this warning but everytime i am opening the
"DCOM Config" i am getting this warning


Can anyone please tell me how to fix it

My system OS is Windows XP,running on administrator privileges and it
is a 32 bit com.exe server

thanks in adavnce,
Nithin
 
Hi all,

I am getting a

"DCOM Configuration Warning" for my COM.exe server

The CLSID {87F1BCC3-0779-46c7-BF37-0EB4A6123333},item C:\program
files
\Server\Myserver.exe and title MysrvAPI class
has the named value AppID,but is not recorded under \
\HKEY_CLASSES_ROOT
\AppId.Do you wish to record it?

If you press "yes" and record it.next time when we open the "DCOM
Config" we should not get this warning but everytime i am opening the
"DCOM Config" i am getting this warning

Can anyone please tell me how to fix it

My system OS is Windows XP,running on administrator privileges and it
is a 32 bit com.exe server

thanks in adavnce,
Nithin

What do you see in event log relatively to you warning?

Did you have it registered properly, i'e:

regsvr32 /i MyPersonalDllHell.dll
 
Back
Top