Has anyone else found issues when building a .net4 C# WPF application in Windows 7 and then Windows 8 using VS2010?
For example, I have XAML TextBlocks bound to a DataContext, and when building the app in Windows 8 my UI bindings update as they should when the PorpertyChanged event is fired, but not on the Windows 7 PC. However, when the same application is rebuilt on the Windows 7 PC in VS2010 the UI bindings update on PropertyChanged event. I must point out that the data properties are updating behind the scenes, it's appears to be a UI issue.
I assume there must be differences in the .Net4 libraries between windows 8 and 7??? You'll have to forgive me, I'm fairly new ish to programming.
Many thanks,
Rob