Framework Versions

  • Thread starter Thread starter AnandVishy
  • Start date Start date
A

AnandVishy

If my clients have different versions of .NET Framework and they don't
want to install any other versions, does that mean I'll have to
compile the program separately for each Framework version?

For example, if one client has .NET Framework 1.0 and another uses
1.1, do I have to create a version of my program for the 1.0 and
another for the 1.1?

Thank you in advance!
 
For example, if one client has .NET Framework 1.0 and another uses
1.1, do I have to create a version of my program for the 1.0 and
another for the 1.1?

No, one compiled for v1.0 will most likely run on v1.1 as well.



Mattias
 
Is their a command line tool that will show the version for the user from
the console?
 

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