问题
Will the applications written in .net CF 2.0 run on windows embedded standard OS? Thank you!
回答1:
It depends. CF assemblies are retargetable, so the full framework (which is what comes on Embedded Standard) can theoretically run them. That said, if the assembly uses any CE-specific stuff (like P/Invoking coreddl.dll) then it's going to fail when it tries those operations.
来源:https://stackoverflow.com/questions/5902064/net-compact-framework-2-0-and-windows-embedded-standard