Running .NET 4 program under lower .NET version -
is possible .net 4 application run when example .net 3 framework installed on computer?
no, isn't possible.
they use different runtimes , can't run assembly targeting 1 runtime on different runtime.
.net 2.0, 3.0 , 3.5 run on 2.0 runtime.
.net 4.0 has new runtime.
Comments
Post a Comment