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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top