[环境]Windows 7 / Windows Server 2008 [现象]在文件夹浏览器中不能显示图片缩略图. [错误信息]查系统日志,有如下消息:“模块shimgvw.dll已加载,但找不到入口点DllRegisterServer.(The module shimgvw.dll was loaded but the entry-point DllRegisterServer was not found.)”. [解决办法]打开Windows资源管理器,点击进入: 组织 > 文件夹和搜索选
错误提示: “System.Reflection.AmbiguousMatchException”类型的异常在 mscorlib.dll 中发生,但未在用户代码中进行处理. 发现不明确的匹配. 问题原由: 1)因为自己写DTO类继承了EntityDto<long>,且含有以下Id属性 . public new long Id { get; set; } 2)在转化时有两个Id,JSON.EncodeToEntity不知道该如何匹配. 处理结果: 自己写的DTO类不需要继承EntityDto&l