Frage

I wish to use OpenNetCf. However, the device that I am using is on .NET CF 2.0. I tried using the Appsetting class to store configuration files however it spits an exception error that it needs newer version. How do i solve this?

(Upgrading to .NET 3.5 CF is not possible as of the moment.)

Thanks

War es hilfreich?

Lösung

Rebuild the SDF targeting 2.0. A vast majority of the code is 2.0-compliant. I think it's only in the networking stuff that we moved to 3.5-dependent coding using LINQ.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top