Click here to Skip to main content
15,887,350 members

Comments by GhostEx (Top 4 by date)

GhostEx 9-Jun-11 6:47am View    
I found that all of DCOM Component on Windows7 can't be accessed from remote computer, even the system-built-in DCOM components. Is Windows7 disabled DCOM by default?
GhostEx 9-Jun-11 4:23am View    
Deleted
Does "your clsid references your appid" mean like this?

MYDOMAPP.rgs file:
HKCR
{
NoRemove AppID
{
{7AA28EDE-49D0-4DC1-95AD-3E697CBBED90} = s 'TestGetOSVerV2'
'TestGetOSVerV2.EXE'
{
val AppID = s {7AA28EDE-49D0-4DC1-95AD-3E697CBBED90}
}
}
}

CLSID rgs file:
HKCR
{
TestGetOSVerV2.TestGetOsVersionV2.1 = s 'TestGetOsVersionV2 Class'
{
CLSID = s '{A4823774-CDC7-4161-8C76-BA93344402E5}'
}
TestGetOSVerV2.TestGetOsVersionV2 = s 'TestGetOsVersionV2 Class'
{
CLSID = s '{A4823774-CDC7-4161-8C76-BA93344402E5}'
CurVer = s 'TestGetOSVerV2.TestGetOsVersionV2.1'
}
NoRemove CLSID
{
ForceRemove {A4823774-CDC7-4161-8C76-BA93344402E5} = s 'TestGetOsVersionV2 Class'
{
ProgID = s 'TestGetOSVerV2.TestGetOsVersionV2.1'
VersionIndependentProgID = s 'TestGetOSVerV2.TestGetOsVersionV2'
ForceRemove 'Programmable'
LocalServer32 = s '%MODULE%'
val AppID = s '{7AA28EDE-49D0-4DC1-95AD-3E697CBBED90}' //appid should be refered here ???
'TypeLib' = s '{F7B530C2-403A-4072-9835-B18803D3B165}'
}
}
}
GhostEx 9-Jun-11 2:32am View    
If possible, would you please have a look at this question about famous 0x80070005 of DCOM ?
http://www.codeproject.com/Questions/208555/DCOM-80070005-Error-On-Windows-7

Best regards to you :)
GhostEx 9-Jun-11 2:21am View    
Thanks a lot for your particular reply. I will try it ~ :)