DOTNET Framework version

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a side-by-side execution, how can we know that an application is running
on a particular version of the .NET Framework ?

Regards
G.V.Srinivasa Rao
 
You can use "System.Environment.Version" property whatever .NET Framework
used at runtime.
I don't see why "side-by-side" could change anything about that, it's just a
way to configure which version is required.

Lionel.
 
Back
Top