Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
7k views
in .NET FTP by (200 points)
My local system contains both hole visual stuidos and frameworks 1.1 and 1.0

I am using .net frameworks 1.1 to develop the ftp apps. I am using this "edtftpnet-1.1.6.dll" dll to make the ftp work.

this application works great in my local system.

when I place this apps in production box i get error.

"Invalid PInvoke metadata format. "

My production box contains only the .net frameworks1.0 and 1.1

What else should i have to do to make this work done.

Pls help me....

4 Answers

0 votes
by (51.6k points)
This is most likely caused by the production system using .NET 1.0 to execute the application. Please ensure that you are using .NET 1.1.

This topic describes a similar problem.

- Hans (EDT Support)
0 votes
by (200 points)
Thanks alot Hans, Now how should I enforce my production box to use frameworks 1.1 instead of 1.0. Any thuoghts... Is there a way to do that.
0 votes
by (51.6k points)
Thanks alot Hans, Now how should I enforce my production box to use frameworks 1.1 instead of 1.0. Any thuoghts... Is there a way to do that.


You should be able to do it using an application configuration file. Have a look at this webpage.

- Hans (EDT Support)
0 votes
by (200 points)
:D Thank alot Hans. It worked great. all I have to do is change my config file.

Susheel.

Categories

...