简体   繁体   English

我在winCE中得到System.MissingMethodException-C#

[英]i get System.MissingMethodException in winCE - C#

what this exception: 这个异常是什么:

System.MissingMethodException was unhandled Message: File or assembly name 'System.Windows.Forms, Version=3.5.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC', or one of its dependencies, was not found. 未处理System.MissingMethodException消息:找不到文件或程序集名称'System.Windows.Forms,版本= 3.5.0.0,区域性=中性,PublicKeyToken = 969DB8053D3322AC'或其依赖项之一。

how i can fix it ? 我该如何解决?

thank's in advance 提前致谢

This usually happens when you reference an assembly that has not been deployed to the device. 当您引用尚未部署到设备的部件时,通常会发生这种情况。 Is the .Net compact framework version 3.5 installed on your device? 您的设备上是否安装了.Net Compact Framework 3.5版?

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

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