I had build os using bsp for mini-6410. os get installed and run successfully but when i run my simple c# application it gives me following error "MissingMethodException for "System.Windows.Forms" and application does not run/open. I checked the same application with the os images given in the cd, it runs successfully. What should be the problem? Please guide me the correct way if i am missing. Thanks in advance. Sumeet.
Application does not open in WinCE6
the error I got is MissingMethodException File or assembly name 'System Version = 2.0.0.0, Culture=neutral, PublicKeyToken=909DB8053D3322AC, or one of its dependencies was not found. Whats the meaning of this error? How to resolve this?
I have had this too, the error does not happen using the original NK.bin that came on the CD. The error only happens for me when I try and run the friendlyarm demo for the buttons. My own VC++ application does not invoke the error. To resolve you need to make sure that the necessary component is not excluded from your platform build. I don't know which one it is though, Just expand all the platform tree and look at ones "Excluded from build" right click and try including, then resysgen and try your app again, good luck!
Hello Mustafa, I tried both .net2.0 and .net3.5 Sometimes i get following error msg: Error MissingMethodException This application requires a newer version of the Microsoft .net Compact Framework than the version installed on the device. I built my image by including .net3.5 from catlog items but no use. where i am doing wrong?
What functions are available, such as the content of the project.. my project .net 3.5 , sql compact3.5 vs....
Dear Sumeet and mustafa I have same problem when i run my simple c# application it gives me following error "MissingMethodException for "System.Windows.Forms" MissingMethodException File or assembly name 'System Version = 2.0.0.0, Culture=neutral, PublicKeyToken=909DB8053D3322AC, or one of its dependencies was not found. If you got the answer then please suggest me what to do? Best regards Mrudula
Hello Mrudula, The problem is .net version I think. try using VS2008 and select .net framework 3.5. this may solve your problem.
I also have this kind of problem...... After I make experimental, this is what I found. my application is based on .net2.0. the OS board have .net2.0 installed and .net3.5 installed together. The problem disappeared when I installed only the .net2.0. It seem like .net2.0 and .net3.5 cannot installed together why? I don't understand this! I need to put .net2.0 and .net3.5 together so that if application based on .net3.5 launched, It can handle it.