newbie programmerz
newbie programmerz

Reputation: 419

AppSetting OpenNetCf for .NET CF 2.0

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

Upvotes: 1

Views: 157

Answers (1)

ctacke
ctacke

Reputation: 67198

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.

Upvotes: 1

Related Questions