.net compact framework 2.0 and windows embedded standard

陌路散爱 提交于 2019-12-12 01:27:04

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!