开发者

i get System.MissingMethodException in winCE - C#

开发者 https://www.devze.com 2022-12-11 07:42 出处:网络
what this exception: System.MissingMethodException was unhandled Message: File or assembly name \'System.Windows.Forms, Version=3.5.0开发者_运维问答.0, Culture=neutral, PublicKeyToken=969DB8053D3322A

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.

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消