CompnentArt Web UI 2006.1 for Net 1

CompnentArt Web UI 2006.1  for Net 1

https://files.cnblogs.com/protorock/ComponentArt2006_1.rar


与Telerik 相比,这套控件无论在“体积”上还是在编程逻辑上,简洁多了!

上面那个软件是对ComponentArt 2006.1 中的source_code重新编译后得到的。这就是说,对ComponentArt而言,无须破解。关键是在安装试用版本时获取到source_code。如何获取source_code 请参考 http://submaie.cnblogs.com/archive/2005/09/22/241824.html

重新编译ComponentArt 2006.1的source_code的方法如下:

1)在整个工程中查找
[LicenseProviderAttribute(typeof(ComponentArt.Licensing.Providers.RedistributableLicenseProvider))]
并将其注释掉或者删除掉! 

2)在 \BaseClasses\WebControl.cs中,找到函数
protected void RenderRedistributableWarning(HtmlTextWriter output)
{
   ……
}
并将函数体内的所有语句注释掉或者删除掉!

3) 编译。不要理会编译过程中出现的无数多警告。这些警告是由于XML 注释不全而导致的,对编译出的结果没有任何影响!

posted @ 2006-03-18 23:46  protorock  阅读(1107)  评论(4编辑  收藏  举报