I need to use the IConverter class and understand its in the System.Windows.Data namespace.
But this is unavailable when I go to add this as a reference.
I understand from other posts that somehow it may be tied up with PresentationFramework.dll = but really not sure how I use this?
And still not sure why it is not available as are all the other references that I can easily add.
- thanks
PresentationFramework.dllis an assembly that contains the WPF framework. From your question you indicate that you are using Windows Phone 7, therefore your project should reference assemblies that are specifically part of the Windows Phone 7 framework.IValueConverteris in theSystem.Windows.Datanamespace and is located within theSystem.Windowsassembly. It is part of the .NET framework subset available to Windows Phone 7 developers, so you will have no issue using it.