I believe Windows 10 was not fully supported until SP 15. You're on SP13 and the current SP is 21. You cannot just install the updated runtime and expect code that was compiled with an earlier version to run, though. You'll have to recompile your code using the new SP in order for it to work with the updated runtime.
-Dell
Add comment