Hi,
What is the technical reason of the important difference between CLR3 and CLR4 source code size?
74.1Mb for CLR4 and 45.4Mb for CLR3.
Jean-Luc
Hello Jean-Luc,
The reason for this difference is that the CLR4 package simply has more controls.
In the release of 2010 Vol. 2 we began to unify the development of the controls and created a single XAML control codebase. Part of this process involved porting several of our Silverlight controls, which only work with CLR 4, over to WPF which is why you see the size difference.
For more information about our XAML control unification plan, please see the following blog post:
<http://community.infragistics.com/blogs/devin_rader/archive/2010/06/15/xaml-control-unification-changes-in-2010-2.aspx>
Please let me know if you have any further questions or concerns about this matter.