未处理 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,好像默认是不带这个库的