Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ole error code 0x80020009 Exception occured
Message
De
10/02/2003 12:24:01
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Ole error code 0x80020009 Exception occured
Divers
Thread ID:
00751485
Message ID:
00751485
Vues:
136
Hi all!

I have created 2 .exe files witch is a com .
The 2 files have only one class in the.
If I run /regserver on the second and launch an application witch
need to get info from this app I get the error in the title.

In MS KB there is one article about SET PROCEDURE TO ... ADDITIVE
but Im not using set procedure in my code??
I dont know if the problem is here:
In one off the apps I have this code:
PUBLIC oFoxServer

if client_server=1
oFoxServer=CREATEOBJECT("FoxServer.COMtest") && Local
else
oFoxServer=CREATEOBJECTEX(visclsid,servernavn) && remote
endif

In the other app I have:
PUBLIC oFoxServer

if client_server=1
oFoxServer=CREATEOBJECT("saiaether.ethernett") && Local
else
oFoxServer=CREATEOBJECTEX(visclsid,servernavn) && remote
endif



Any help??

Best regards
Per Simmersholm
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform