Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
6.8k views
in .NET FTP by (840 points)
Hi,

I am getting dependency related issues after the web service has been deployed to the server. The web service consist of CompleteFTP.dll and log4net.dll as an assembly reference.

Check the file attached for more details. Please look into the issue ASAP as it is impacting my entire flow.

Thanks,
ErTanu

15 Answers

0 votes
by (161k points)
What are you trying to do with the CompleteFTPServer.dll?
0 votes
by (840 points)
I have purchased the complete FTP Version and using FTP Utilities in my web service for establishing secure ftp connection and performing other activities related to FTP like file creation, deletion etc. For these i have added the dll as assembly reference in my app. While building the project its being build successfully but after getting deployed when i hit the service, i am getting these error.
0 votes
by (161k points)
You are using the DLL to try to fetch or put files to another FTP server?
0 votes
by (840 points)
Yes.
"Could not load file or assembly 'CompleteFTPServer' or one of its dependencies. An attempt was made to load a program with an incorrect format."
At that point it is throwing above error.
0 votes
by (840 points)
Any Updates?

Am i missing some other dll to refer.
Currently i am using log4net and complete ftp dll's which i got when i ran the exe given for complete FTP by EDTFTPNET.
0 votes
by (161k points)
The CompleteFTPServer.dll is a component of our server - it isn't intended for use as a library to perform client FTP operations from within your .NET code.
0 votes
by (840 points)
So if i want to implement the ftp functionality from my .net code, What approach do i need to follow?
0 votes
by (840 points)
But, I am using the library in my test project for uploading the directory. The same library when i am using my project web service it's throwing the error any specific reason why it is working at one place but not at another.
0 votes
by (161k points)
It isn't supported using it in the way you are trying to - that's what http://www.enterprisedt.com/products/edtftpnetpro is for. You are probably missing some secondary DLLs.
0 votes
by (840 points)
As per our disussion in the link:
http://www.enterprisedt.com/forums/viewtopic.php?p=12675#12675

I have purchased CompleteFTP pro.
Now could you please tell me what exactly do i need to add in my project to fulfill my requirements.
From where can i get edtftpnet pro library from what i have purchased.

Categories

...