Trying to update System.Windows.Controls.Data.dll to the December release. I've followed these instructions from Microsoft:
To install the Silverlight 2 DataGrid December 2008 Release:
- Close all instances of Microsoft Visual Studio.
- Delete all cached toolbox items by removing all files beginning with "toolbox" from %LocalAppData%\Microsoft\VisualStudio\9.0.
- On Microsoft Windows XP, %LocalAppData% is Documents and Settings\UserName\Local Settings\Application Data.
- On Microsoft Windows Vista, %LocalAppData% is Users\UserName\AppData\Local.
- Replace the following assemblies with the ones in this package:
- %ProgramFiles%\Microsoft SDKs\Silverlight\v2.0\Libraries\Client\System.Windows.Controls.Data.dll
- %ProgramFiles%\Microsoft SDKs\Silverlight\v2.0\Libraries\Client\System.Windows.Controls.Data.Design.dll
- For any existing projects, delete the reference to System.Windows.Controls.Data.dll and then re-add the reference.
All appears to compile and run. When I try to load the datagrid with data I get the following error:
System.IO.FileNotFoundException was unhandled by user code Message="Could not load file or assembly 'System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified." StackTrace: at IdeaBlade.Util.v4.PropertyInterceptorManager.TargetGroup.GetActions[TArgs](String targetName, PropertyInterceptorMode mode) at IdeaBlade.Util.v4.PropertyInterceptorManager.GetActions[TArgs](Type targetType, String targetName, PropertyInterceptorMode mode) at IdeaBlade.Util.v4.PropertyInterceptor`3.GetActions(PropertyInterceptorTiming timing, Type targetType) at IdeaBlade.Util.v4.PropertyInterceptor`3.BuildTargetedCombinedAction(Type targetType) at IdeaBlade.Util.v4.PropertyInterceptor`3.GetTargetedCombinedAction(Type targetType) at IdeaBlade.Util.v4.PropertyInterceptor`3.ExecuteActions(TArgs args) at IdeaBlade.Util.v4.PropertyInterceptor`3.GetValue(TInstance instance, Object context) at IdeaBlade.Util.v4.PropertyInterceptor`3.GetValue(TInstance instance) at IdeaBlade.EntityModel.v4.DataEntityProperty`2.GetValue(TInstance instance) at DomainModel.Customer.get_CompanyName() InnerException:
This happens in the Devforce samples as well. I've verified that the file (System.Windows.Controls.Data.dll) is contained in the XAP. This error happens in the DevForce DomainModel Designer file.
Any ideas? Thanks in advance for your help.
|