简体   繁体   English

.net紧凑框架2.0和windows嵌入式标准

[英].net compact framework 2.0 and windows embedded standard

Will the applications written in .net CF 2.0 run on windows embedded standard OS? 用.net CF 2.0编写的应用程序是否可以在Windows嵌入式标准操作系统上运行? Thank you! 谢谢!

It depends. 这取决于。 CF assemblies are retargetable, so the full framework (which is what comes on Embedded Standard) can theoretically run them. CF程序集是可重定向的,因此完整的框架(嵌入式标准版本的内容)理论上可以运行它们。 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. 也就是说,如果程序集使用任何特定于CE的东西(比如P / Invoking coreddl.dll),那么它在尝试这些操作时就会失败。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM