Using and distributing compact framework on PC.

  • Thread starter Thread starter OlleGoop
  • Start date Start date
O

OlleGoop

Compact framework is used on memory constrained devices but is it possible to
develop c# software against compact framework on PC? If possible, what
redistributable size are we talking about?

I have a case where download filesize matters significantly so require
customers to download 35Mb .net framework is not an option. Will have to do
it in C++ otherwise but C# would have been nicer.
 
Unfortunately no - the CF runtimes won't run under XP/Vista. The XPe guys
would love it if it would and have been asking for it since the first
release.
 
Back
Top