Hi all,
There are four .dll files necessary to compile any WPF application:
1. PresentationCore.dll
2. PresentationFrameword.dll
3. WindowsBase.dll
4. System.Xaml.dll
They are located in:
c:\Program Files\Reference Assemblies\Microsoft\Framework\.NetFramework\V4.0
- Why aren't those files included by default, such as WinForms .dlls?
- How do you know, at runtime, the location of those files?
Thank you