简体   繁体   English

在XP Embedded中运行.NET CF 3.5程序时出错

[英]Error running .NET CF 3.5 program in XP Embedded

I cannot run an application made for .net compact framework 3.5 in a POS with windows XP Embedded SP3, the error shown is "Unable to find a version of the runtime to run this application" so I checked over and over again and confirmed the .net compact framework 3.5 is installed and that the application uses this framework. 我无法在Windows XP Embedded SP3的POS中运行为.net Compact Framework 3.5制作的应用程序,显示的错误是“无法找到运行该应用程序的运行时版本”,因此我反复检查并确认了。 NET Compact Framework 3.5已安装,并且应用程序使用此框架。 How can I make the application run? 如何使应用程序运行?

Thanks in advance!! 提前致谢!!

The .net compact framework is for WinCE or Windows Embedded Compact. .net紧凑框架适用于WinCE或Windows Embedded Compact。 Windows XP Embedded is a striped Version of Windows XP and you should use normal .net instead of .net compact. Windows XP Embedded是Windows XP的带区卷版本,您应该使用普通的.net而不是.net compact。 But I think you can run .net compact applications with full .net framework as long as they only access the shared parts of both frameworks. 但是我认为,只要它们只访问两个框架的共享部分,就可以在完整的.net框架中运行.net紧凑型应用程序。 So try installing full .net framework. 因此,请尝试安装完整的.net框架。

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

相关问题 在WebBrowser .NET CF 3.5中禁用上下文菜单 - Disable Context Menu in WebBrowser .NET CF 3.5 从运行WiN CE 6设备的C#.net CF 3.5向IBM Websphere MQ发送消息的最佳方法 - Best way to send message to IBM Websphere MQ from C# .net CF 3.5 running WiN CE 6 devices 如何调试在Windows CE 6的.NET CF 3.5 WinForms应用程序中调用Application.Exit()后发生的致命错误? - How to debug a fatal error that happens after calling Application.Exit() in .NET CF 3.5 WinForms application for Windows CE 6? 在.Net CF 3.5上使用Websocket的解决方案 - Solution to use Websocket on .Net CF 3.5 如何在.NET CF 3.5中使用UnmanagedFunctionPointerAttribute - How to use UnmanagedFunctionPointerAttribute in .NET CF 3.5 使用VB.NET和CF3.5的Control.Invoke造成问题 - Trouble with Control.Invoke using VB.NET and CF3.5 尽管已在.NET CF 3.5的WM 6.5上成功发送消息,但SoapHttpClientProtocol仍引发ConnectFailure - SoapHttpClientProtocol throws ConnectFailure despite having successfully sent message on WM 6.5 with .NET CF 3.5 将.NET CF 3.5移植到3.9-SQLCE呢? - Porting .NET CF 3.5 to 3.9 - What about SQLCE? .NET CF WebService ObjectDisposedException - .NET CF WebService ObjectDisposedException Visual Studio 2008.Net CF 3.5 - 无法导入 SSH.NET 库 - Visual Studio 2008 .Net CF 3.5 - Can't import SSH.NET library
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM