You are missing your program ID, or have your parameters in the incorrect order. Please check your .VBR file for correct parameters
CREATEOBJECTEX(cCLSID | cPROGID, cComputerName [, cIID])
> Hi,
>
> I can create remote object(COM) with createobject() in my program. The remote COM object is written in vfp6.
> It works.
>
> if I try createobjectex() I get this error:
> 0x80080005:Server Execution Failed
>
> the program line:
> osvr=createobjectex('{79BA35A7-606C-11D7-8EC6-0000C096998A}','192.168.0.4')
>
>
> client machine: W95 DCOM95
> server machine: W98 DCOM98
>
> Any idea?
>
> hantom