Hi,
I am stuck with a simple Problem. I want to "port" the BasicMVVMQuickStart from Silverlight to WPF. I've Setup a new Project, imported files and references but can't get over a build error that states that the dependency from
System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
can't be resolved. I know thats a Silverlight assembly. I have a couple of copies of that dll but None with that version number and referencing one of these lead to another bunch of Errors due to double referencing.
Does anybody know where to find that specific Version of System.Windows.dll?
Regards,
Peter