且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Windows Mobile应用程序错误

更新时间:2022-06-25 03:44:27

之前,谢谢我最近看到了一条非常相似的消息,从Windows Mobile 6.1升级到6.5的设备基本上表现出非常相似的行为.该设备是HTC Touch Pro2.我的表单上有一个日历控件,一个标准的移动控件,它崩溃了.我删除了日历,它工作正常.

下一个问题是我得到了MethodAccessException,将私有方法更改为公共方法,并且可以正常工作. IMO对此没有任何解释!

我不确定.NETCF和Windows Mobile 6.5是否没有问题.

我知道这可能根本没有帮助,但是我想我会分享经验的.
I saw a very similar message recently, basically a device that was upgraded from Windows Mobile 6.1 to 6.5 exhibited very similar behaviour. The device was a HTC Touch Pro 2. I had a calendar control on my form, a standard mobile control, it crashed. I removed the calendar, it worked fine.

Next issue was I got an MethodAccessException, changed a private method to a public method and it worked. IMO there was no explanation for that one!

I''m not sure there aren''t some problems with .NETCF and Windows Mobile 6.5.

I know this may not be helpful at all, but I thought I would share the experience.