pb 5.0 中自带的.net compact framework是1.0的。vs2005用的是2.0的。
因此我想生成印象时将2.0的.net framework包含进去。
于是安装了WinCEPB50-071231-Product-Update-Rollup-Armv4I.msi这个补丁。
在**catalog items中的Applications and Services Development 处有.net compact Framework 1.0 和2.0。其中1.0的显示为红叉。和手册中的一样。
生成映像后编译sdk时出现提示
It is recommedned that you build a run-time image before building an SDK.Otherwise,the build process for your SDK might not succeed.Do you want to continue?
这个提示的意思是建议重新编译生成一次你所要制作SDK依托的自制平台,不然后可能出错!
如果选YES ,那么最后可能给你送上3个errors:
所以我在编译映像时就去掉了.net compact Framework 1.0。
但是创建sdk时 在Development language界面 .net Compact Framework 又不让选择
请问这是什么原因,该如何修改啊。
把 PB左侧显示红“叉叉”的1.0项删除然后编译就没事了。
把红“叉叉”的去掉,把2.0的添加进去。可能是没有正确添加吧。