当前位置: 代码迷 >> Windows Mobile >> 关于windows mobile6.5中Gestures的有关问题
  详细解决方案

关于windows mobile6.5中Gestures的有关问题

热度:231   发布时间:2016-04-25 08:04:46.0
关于windows mobile6.5中Gestures的问题!
未处理 System.TypeLoadException
  Message="未能从程序集“Microsoft.WindowsMobile.Gestures, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”中加载类型“Microsoft.WindowsMobile.Gestures.GestureRecognizer”。"
  StackTrace:
  位于 System.Windows.Forms.Control.OnClick()
  位于 System.Windows.Forms.Button.OnClick()
  位于 System.Windows.Forms.ButtonBase.WnProc()
  位于 System.Windows.Forms.Control._InternalWnProc()
  位于 Microsoft.AGL.Forms.EVL.EnterMainLoop()
  位于 System.Windows.Forms.Application.Run()
  位于 Desct.Program.Main()


我用的VS05+wm6.5开发的,为什么会出现这种问题呢?

------解决方案--------------------
.net compact framework 的版本问题吧,用最新的看看。
------解决方案--------------------
Microsoft.WindowsMobile.Gestures,好像默认是不带这个库的
  相关解决方案