I recently created a new application using WPF so that I can learn new technology. Now, when I try to deploy the application, it looks like it works fine on Vista, but on a Windows XP SP2 computer with .Net fx 3.5SP1 it cannot load the PresentationFramework.dll file.
I did some research on this and found that there is a slight build difference between the PresentationFramework.dll files on my xp test machines than on my Vista development machine.
I am wondering if anyone else might run into this problem and what they did to correct the situation so that they could develop in Windows Vista, but deploy the developed application for both Vista clients and XP.
Thanks.
I need to add a little to this ... on a Vista machine and on a client machine, I have .Net Fx 3.5 SP1. I did a little work and found out that the PresentationFramework.dll file is the same, except for the last set of version numbers.
Has anyone found a decent job for this problem?
windows-xp windows-vista deployment wpf
Richard B
source share