Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xmltocursor problems

Status
Not open for further replies.

aliw

Programmer
Joined
Apr 22, 2003
Messages
3
Location
RO
Hi all
Maybe my problem is not a Vfp one, but is related to.
I have a .xml file and i want to transform it into a .dbf one.

Syntax i use is :
Code:
  xmltocursor('evidenta.xml','evid',512)          
                &&&&& ('evidenta.xml' is my file and 'evid' the new cursor)



The error is : "msxml3.dll: The system cannot locate the resource specified"

I mention that before that, i run: regsvr32 msxml3.dll
The system message was : 'DllRegisterServer in msxml3.dll succeeded'

I used 'dependency walker' and everything is ok there.

Pls help me !

Ty, Costin Alina

Costin Alina
Wolfsoft Company, Pitesti, Romania
 
Thanks for you ideea, but all this things are done.
I have installed the packet from microsft with msxml4.dll with sp2.

If i don't have installed msxml3.dll the error i get is :
"OLE error code 0x800401f3:Invalid class string"

After regsvr32 msxml3.dll the error :
"msxml3.dll: The system cannot locate the resource specified"

Ty , i'm waiting for suggestions pls

Costin Alina
Wolfsoft Company, Pitesti, Romania
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top