which to use??framework or compactframework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi.. i need to develope an application for a pocket pc.. using .net .
but which framework should i use... i came across an article saying that developing for smart devices should use compact framework... as i know compactframework is a subset for the framework... does is makes any difference if i use the framework to develope my application??

thks in advance for answering my query...

regards
iceman11
 
the difference is: "your program will not run"
so I suggest you use the compact framework :)

on the other hand if you target the compact framework it would likely run on
the desktop too!

iceman11 said:
hi.. i need to develope an application for a pocket pc.. using .net .
but which framework should i use... i came across an article saying that
developing for smart devices should use compact framework... as i know
compactframework is a subset for the framework... does is makes any
difference if i use the framework to develope my application??
 
You can only use the Compact Framework for developing applications targetted at the Pocket PC.
Reason enough to use the CF I think.
 
hi thks a lot for the information..



James said:
You can only use the Compact Framework for developing applications targetted at the Pocket PC.
Reason enough to use the CF I think.
 
Back
Top