Smart library - deployment problem on windows 2000

Hello,

I evaluate smart FTP library (Smart FTP FTP Library v1.5.4.1). I use the library in Navision Attain. Everything works fine on my development environment (XP SP2).

I try to deploy my development on my test computer. I register sfftplib.dll on this computer using regsvr32 (WIN2000).

When I call a function using smartFTP library in Navision on this computer, Navision seems to be killed (the program exit very fast). I receive no warning, no error message. I have an event in the windows event viewer (full description at the end of the message).

When I launch the same function with the debugger option in Navision on the same computer, the function performs completely without error !

Thanks in advance for your help,
David

Event Type: Information
Event Source: DrWatson
Event Category: None
Event ID: 4097
Date: 31/08/2005
Time: 16:53:23
User: N/A
Computer: BEHERORDFC01
Description:
The application, , generated an application error The error occurred on 08/31/2005 @ 16:53:23.078 The exception generated was c0000005 at address 005AC7D7 (<nosymbols>)

Hm. Interesting.

Did you try to use a different ftp connection class?
sfFTPLib.FTPConnectionSTA instead of sfFTPLib.FTPConnectionMTA or vice versa.

Regards,
-Mat

Thanks for your very fast answer, it seems to work now with FTPConnectionSTA.

Navision Attain + Smart FTP FTPConnectionMTA + XP = OK
Navision Attain + Smart FTP FTPConnectionMTA + 2000 = ERROR

Navision Attain + Smart FTP FTPConnectionSTA + XP = OK
Navision Attain + Smart FTP FTPConnectionSTA + 2000 = OK

We have a last test to proceed on the customer site. I think that it will be OK. Next, we should choose your library.

Thanks again,
David