I made a WPF program, and I gave it to a friend that runs Windows XP but the program doesn’t really open. the area which the form is suppose to be at is just stuck!
Is it possible because I have a dragging function? (I read something with it and Windows XP but im not sure)
I’m not sure what more to say, please help.
Should run, Microsoft put a lot of effort into making WPF run on XP instead of Vista only (Win7 wasn’t out yet). See link.
Does your friend have the right version of .NET installed? Same version you compiled against? Needs to be at least 3.0 for WPF, right?
Do you have any hard code paths to operating system files or folders in your code? Things like Program Files or users or the desktop? Those things change between Windows versions.
If you have Win7, and you can install XP Mode, you could try running your program there. If it doesn’t work their either, the problem is likely with your code.