Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Msxml problem
Message
De
13/02/2013 12:52:43
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Msxml problem
Divers
Thread ID:
01565920
Message ID:
01565920
Vues:
72
I have what appears to be a permissions issue.

The application links to a URL and posts lines of data in a format agreed by the web host.
Lparameters mstrURL, dataline
objhttp = CREATEOBJECT("MSXML2.XMLHTTP.4.0")
WITH objhttp
	TRY 
     	.open("POST", mstrURL,.f.)
		.setRequestHeader("Content-Type", "application/x-www-form-urlencoded")



                       .Send(dataline)
ENDWITH
This works fine in the IDE but when I run the compiled exe objhttp.send returns Error 1429
OLE IDispatch exception code 0 from msxml4.dll: The system cannot locate the resource specified.

Running the exe as administrator has no effect.

Any advice would be greatly appreciated.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform