Port back to .Net CF 1.0 (from 2.0)

  • Thread starter Thread starter cyberco
  • Start date Start date
C

cyberco

My application seems to depend on .Net CF 2.0, but I would like to get
rid of that dependency. In Visual Studio 2005, how can I check which
part of the code depends on 2.0? And how can I revert my project back
to .Net CF 1.0?
 
Change the project file (with Notepad or similar) to use CF 1.0 and
recompile. The compiler will then let you know what parts depend on CF 2.0.
 
Back
Top