Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
18.2k views
in .NET FTP by
I just do this :

1- Add DLL referance
2- add using statments
using System.IO;
using com.enterprisedt.net.ftp;
3-decare it like this
FTPClient ftp = new FTPClient("applsrv2", 21);
4- run the form

the result is error says "Invalid PInvoke metadata format."

Nothing more.

Please any one can help in this.

Thanks,
Marei

14 Answers

0 votes
by (162k points)
You can create a VS project (easiest) or compile using command line tools (you'll need ant for this).

Anyway - ive done some research on getting VS to use the 1.1 framwork, but ill get back to you once ive tried a few things... In the mean while, how do recompile the dll for 1.0?
0 votes
by (340 points)
You can create a VS project (easiest) or compile using command line tools (you'll need ant for this).

I dont have C# installed in my vs installation... Is there maybe a precompiled DLL for 1.0 that i can download?
0 votes
by (162k points)
We don't support 1.0 directly except by recompiling. You can probably download the 1.0 compiler directly from Microsoft.

You can create a VS project (easiest) or compile using command line tools (you'll need ant for this).

I dont have C# installed in my vs installation... Is there maybe a precompiled DLL for 1.0 that i can download?
0 votes
by (340 points)
We don't support 1.0 directly except by recompiling. You can probably download the 1.0 compiler directly from Microsoft.

Ive got the compiler, but what would i type at the command line to compile it?

Categories

...