
I have an application that I wrote 4 years ago runs fine under Win7 using Actipro Wpf Studio.
However running it in Win8 the XamlParser crashes out looking for the "ActiproSoftware.Docking.Wpf30.Aero2" version : 506" assembly.
This is not part of the WpfStudio that I have and I downloaded the latest one available to me... and it is not in there either.
Where can I get it?
I read somewhere that you can ignore that exception however on Win8 the application just quits at that point.
I attempted to fake it out by changing another ActiproSoftware dll to the same name however the Assemblies version is 507. And Win8 wants version 506.
Is there a way I can fake it out?