Is it possible to run a WPF application on an XP machine with only the 2.0 framework installed? I mean can I copy the WPF assemblies with my exe and and set it to reference the local copies? (can't use the 3.0 framework redistributable exe.)
I have tried including:
- PresentationCor e.dll
- PresentationDes ignCore.dll
- PresentationDes ignDeveloper.dl l
- PresentationDes ignFramework.dl l
...