Hi

I am developing application using visual studio 2008.

http://msdn.microsoft.com/en-us/libr...=VS.85%29.aspx

if (SUCCEEDED(hResult))
{
hResult = pLoader->LoadService(L"10.0.3.74", &pService);
}

I got sample code from above site. while execute this program it
throws error "E_ACCESSDENIED". I hope this is related to user
credential issue. But my machine is running Vista OS also i have full
admin rights.

Any body have sample code for VDS client ?

Since i verified my registry path for DCOM is enabled HKLM\Software
\Microsoft\Ole

Pls advise me

Reg
Venki