I am porting an app over from an XP to a 2003 server which has the same version of VB6 installed. However, when I try to compile, I get errors on both the "left" keyword and the icFTP in the following code:frmMain.Inet1.Protocol = icFTP. It is missing the msxml5 library, but I'm afraid of registering that dll for fear of interfering w/other apps depending on the existing msxml3 dll already there.
Any ideas? Thanks.