Port back to .Net CF 1.0 (from 2.0)

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?
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top