Im building a vb.net WPF application on Visual Studio. The app targets .Net framework 4.7. Some of my customers might run my app on their Windows XP machine. According to Microsoft XP doesn't support .Net framework 4.5 and later. So I was wondering if XP allows my application to run on itself. If yes will it run like it would run on Windows 7 or later? If not generally what changes can one make to make the application run properly on XP?
Asked
Active
Viewed 1,048 times