我的启动过程在CE7设备上引发了一些模糊错误,但CE6或Windows Mobile没有。这是在设备启动后第一次启动应用程序时引发的,但不会启动任何后续应用程序。
我得到了其中几个错误,所有错误都与菜单项相关的活动有关。
正在执行的代码非常基本:
Menu.MenuItem[1].enabled = true;
System.Exception: Exception
at Microsoft.AGL.Common.MISC.HandleAr(PAL_ERROR ar)
at System.Windows.Forms.MenuItem._SetInfo(AGL_MENUITEMINFO& mnueinfo)
at System.Windows.Forms.MenuItem.set_Enabled(Boolean value)
at Plugins.Mail.Form.EnableKeys(Boolean enabled)
at Plugins.Mail.Mail2.set_KeysEnabled(Boolean value)
at Plugins.Mail.Mail2.Subscribe()