初级玩家

- 贡献度
- 0
- 金元
- 680
- 积分
- 68
- 精华
- 0
- 注册时间
- 2016-8-22
|
最下面显示的错误是这个
追踪到无法处理的异常:
异常:
详情:
在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。 (异常来自 HRESULT:0x80070459)
完整调试信息:
System.ArgumentOutOfRangeException: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。 (异常来自 HRESULT:0x80070459)
在 System.Runtime.InteropServices.Marshal.PtrToStructureHelper(IntPtr ptr, Object structure, Boolean allowValueClasses)
在 System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr ptr, Type structureType)
在 System.Windows.Forms.UnsafeNativeMethods.PtrToStructure(IntPtr lparam, Type cls)
在 BrightIdeasSoftware.ObjectListView.HandleReflectNotify(Message& m)
在 BrightIdeasSoftware.ObjectListView.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
正在执行线程 (0)
怎么破,求帮助,谢谢啦!!
|
|