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?