[Mono-dev] [PATCH] Correction to the r65131 in System.Web.UI.WebControls/ObjectDataSourceView.cs

Konstantin Triger kostat at mainsoft.com
Sun Oct 8 09:58:41 EDT 2006


Hello all,

 

The r65131 changed the implementation to iterate over the currently loaded assemblies and try to load the type from there. This operation is relatively heavy and especially very untrivial for Java profile.

 

The attached patch uses Type.GetType() for the same purpose, which should be equal.

Please approve commit.

 

Regards,

Konstantin Triger

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061008/85aa9ba1/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ObjectDataSourceView.patch
Type: application/octet-stream
Size: 701 bytes
Desc: ObjectDataSourceView.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061008/85aa9ba1/attachment.obj 


More information about the Mono-devel-list mailing list