WPF app built with 4.6.1 crashes on Windows10(version 1607)
I have an empty WPF window application built in Visual Studio 2015 with .net framework 4.6.1 on my dev machine, but it crashes directly in another window10 (version 1607) machine without installing VS environment, but it can work after building with 4.6.
When I install .net framework 4.6.1 from official Microsoft download link on this Windows10 machine, it always tells me ".NET Framework 4.6.1 or a later update is already installed on this computer." Looks like default .net framework on Windows10
is 4.6, which blocks the installation of 4.6.1.
How can I fix this problem? Upgrade 1607 to the latest Windows10 version? I don't want to install any VS environment b/c I only need 4.6.1 runtime on the machine.