Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Msxml problem
Message
From
13/02/2013 12:52:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Msxml problem
Miscellaneous
Thread ID:
01565920
Message ID:
01565920
Views:
70
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.
Next
Reply
Map
View

Click here to load this message in the networking platform