Microsoft release today a service release for Silverlight. This service release fix issues that were in introduce in the RTW version:
- SDK feature to enable Add New Row capabilities in DataGrid control
- Improving startup performance of Silverlight applications
- Adding mouse wheel support for out-of-browser applications on the Mac platform
- Various media-related fixes around DRM content
- Fixed memory leak when MouseCapture is used
- Fixed memory leak for DataTemplate usage
Lately i was working on project that were affected by the DataTemplate memory leak. So i was waiting for that fix. I hope this will help.
The only thing we need to do to apply the latest change is to set the “minRuntimeVersion” and “autoUpgrade” int the object tag:
<param name="minRuntimeVersion" value="4.0.50826.0" />
<param name="autoUpgrade" value="true" />
For more information:
http://timheuer.com/blog/archive/2010/09/01/silverlight-service-release-september-2010-gdr1.aspx
Regards,
LP