Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 0x8002801d
Message
De
04/11/1998 06:06:41
 
 
À
03/11/1998 22:08:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00154018
Message ID:
00154277
Vues:
18
>>I developed a custom OLE server in VFP 6.0. I copy the files MyOLEServer.dll, MyOLEServer.VBR a target machine, run the regsvr32 command and all it´s ok, but when i try to execute one command of my class, show me the error 0x8002801d. I try this with VFP 5.0a and all it´s ok. Some idea?. Thank you.
>
>
>Do you have the latest DCOM installed on both machines?

Ye , i think because in the two machines i have installed the Visual Studio 6.0.
I try to register the OLE server manually. I tried with a simple ole class and occurs the same:

define class Customer as custom olepublic
nCode = 0
cName = space(50)
function GetName
local lcString
lcString = "Name"
return lcString

enddefine
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform