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?
精彩评论