Version 3.5.6
[+] Add Runtime info Editor Tool(RuntimeEditor.exe).
[+] Assemblies Panel: Select All/UnSelect All .
[*] Adjust obfuscation behaviour.
[*] Fixed Declarative Obfuscation handle issue(ObfuscationAttribute on Assembly).
[*] Fixed Progress bug when Obfuscation.
[*] Other UI Improves.
Version 3.5.5
[*] Fixed managed resource encryption issue.(affect v3.54)
[*] Improved compatibility (Windows 7 SP1)
http://www.dnguard.net/downloads.aspx
Version 3.3.0 (November 02, 2009)
[*] Improved compatibility (Windows 7).
[*] Internal protection improvements.
[+] Add Support for .Net Framework 4.0 (VS2010) beta 2.
针对windows7 32位和64位系统进行了更新。
支持.Net Framework 4.0 beta2 32位和64位版本。
http://www.dnguard.net/downloads.aspx
Version 3.2.8 (Aug 31, 2009)
[*] Fixed a Generic Type handle issue.
[*] Fixed a c++ mixed image handle issue.
[*] Fixed live update can't detect minor updates.
[*] Fixed output path check issue.
[*] Minor bugs fixed.
Version 3.2.5 (June 22, 2009)
[*] Fixed .Net Framework 3.5 SP1 X64 Platform support issue .
[*] Improved compatibility .
[*] Improved Trial License manager.
Version 3.2.2 (April 18, 2009)
[*] Fixed Assemblies without using System.Object can't run after protected .
[*] Improved compatibility .
[*] Improved StrongName handler.
摘要: 调查一个奇怪的系统异常时发现的这个bug,现象就是用户在ComboBox里面选择一项后,程序在SelectIndexChanged 事件中根据用户选择刷新数据时出现错误。跟踪调试后才发现原来是SelectedValue 值和用户选择的Item项不一致。
但是为什么会出现这样奇怪的错误呢?
阅读全文
Version 3.2.0 (February 08, 2009)
[+] Add Support for .Net Framework 4.0 (VS2010) CTP.
[*] Fixed some c++ mixed images cause BadImageFormatException after protected .
[*] Adjust User String protection .
[*] Fixed a obfuscation issue.
[*] Internal protection improvements.
http://www.dnguard.net/downloads.aspx
Version 3.1.0 (December 11, 2008)
[+] 增加对 IA64 平台的兼容.
[+] 增加 ProtectUserString 辅助工具.
[+] 使用DNGuard SDK,在加密后自动移除SDK属性.
[+] Web应用程序过期后会显示提示信息到浏览器.
[*] 修正部分 多核CPU 环境兼容问题 .
[*] Adjust obfuscation behaviour.
http://www.dnguard.net/downloads.aspx
摘要: [+] 增加试用授权sdk、安全回调函数 sdk 以及帮助文档.[*] 兼容 vs2008 sp1 beta1 及 .Net Framework 3.5 sp1 beta1.[*] 修正一处范型类型处理的bug.[*] 修正.net1.1 在 64bit iis下的问题. http://www.dnguard.net/downloads.aspx
阅读全文
摘要: Version 2.9.5 (July 10, 2008)[+] Add secure callback sdk and Document.[*] Improved compatibility .兼容 vs2008 sp1 beta1 及 .Net Framework 3.5 sp1 beta1.[*] Fixed Generic Type handle issue.[*] Fixed .net1...
阅读全文
摘要: FlexGrid 控件提供了指定左侧显示列的功能。因项目的需要,要求能够指定最右侧显示的列。
实现方法:
获取表格客户区宽度,然后通过每列的宽度计算出水平滚动条的位置。
但是有一个麻烦,就是垂直滚动条的问题。
首先要能判断是否有垂直滚动条,
然后有垂直滚动条时,需要减出垂直滚动条的宽度,
但是控件没有提供这方面的接口
阅读全文
摘要: .Net 框架提供的基础类库中并没有枚举AppDomains的功能,只提供了获取当前执行代码所在的AppDomain功能。
...
基础类库中并没有枚举AppDomains的功能,那是否可以在C#中实现呢?...
阅读全文
摘要: 从 http://get.live.com/writer/overview 下载的 Live Writer,安装时说不支持 windows server。
阅读全文