Target Framework vs Client .Net Version Installed

  • Thread starter Thread starter MrAvgProgrammer
  • Start date Start date
M

MrAvgProgrammer

Guest
I have a Winform project built in VS 2013 targeting .Net 4.5.2.

The clients machine has .Net 4.7 installed.

They seem to be getting various/random app crashes.

Example:

1397819.png

Would not having 4.5.2 on the machine be causing this issue?

UPDATE-
In Visual Studio my application config file list this:
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
</startup>

Does that mean ONLY 4.5.2 is supported?
If I am not mistaken applications built in VS2013 couldn't target 4.7.

Note* I have no plans on moving to a newer version of VS just yet.

Continue reading...
 


Write your reply...
Back
Top