Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.1k views
in .NET FTP by (160 points)
I try use library edtFTPnet/Compact from http://www.enterprisedt.com/products/ed ... cence.html

I use Microsoft Visual C# 2005 with .NET Compact Framework v2 sp2.

But I have two error in my program:

Error 1 The type 'System.ComponentModel.Component' is defined in an assembly that is not referenced. You must add a reference to assembly 'System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. D:\FTP\1\DeviceApplication1\Form1.cs 36 13 DeviceApplication1


Error 2 The type 'System.Xml.Serialization.IXmlSerializable' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Xml, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. D:\FTP\1\DeviceApplication1\Form1.cs 36 13 DeviceApplication1


If I try download System.Xml (version 1.1.4322.573) and System.dll (version 1.1.4322.573) from Internet and link with my project, my project compling without errors, but I can't run it in my device with WM5 (.NET Compact Framework v2 sp2, I tried also .NET Compact Framework v3.5).

How I can solve my problem?

2 Answers

0 votes
by (160 points)
Sorry, I understand my problem.

I try use http://www.enterprisedt.com/products/ed ... rview.html for Compact Framework v2 sp2.

Why FTPS don't development in http://www.enterprisedt.com/products/ed ... cence.html ?

Can't I try use library System.dll and system.xml.dll in Compact Framework v2 sp2.

How?
0 votes
by (162k points)
I'm not sure I understand you here. Can you explain in more detail what you think the problem is here?

Categories

...