紧凑框架 3.5 应用程序无法在 Windows Mobile 6.1 上运行
不过可以让compact Framework 2.0程序运行。
手机上安装了compact 3.5???
however can get compact framework 2.0 program to run.
compact 3.5 is installed on phone???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不认为所有 Windows Mobile 6.1 手机都预装了 3.5 版本。 您可以通过读取注册表项来检测安装了哪个版本的紧凑框架:
I don't think that all Windows Mobile 6.1 phones come with 3.5 version preinstalled. You can detect which version of the compact framework is installed by reading a registry key:
CF 3.5 是 OEM 安装的一个选项,而不是必需的,因此它可能不在您的手机上。 运行 \Windows 文件夹中的 cgacutil.exe 以使其报告所有已安装的版本。
CF 3.5 was an option for OEMs to install, not a requirement, so it's probably not on your phone. Run cgacutil.exe in the \Windows folder to get it to report all of the versions installed.
如果您的手机没有 NETCF 3.5,此 Microsoft 网页显示(我认为)您可以在 WM6 设备上安装 NETCF 3.5:
NET Compact Framework 3.5 Redistributable
(您的问题很不清楚;我不确定您是否在说设备已安装 NETCF 3.5,或者您询问是否已安装。)
If your phone doesn't have NETCF 3.5, this Microsoft web page says (I think) you can install NETCF 3.5 on your WM6 device:
NET Compact Framework 3.5 Redistributable
(Your question is very unclear; I'm not sure if you're saying the device already has NETCF 3.5 installed, or you are asking if it is.)