What do I need to run a .NET application

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

If I'm about to run a .NET window application form on a computer where XP is
used as OS what
do I need to download ?
The application is using .NET framework 2.0
Is it enough to download .NET framework 2.0 ?
Is CLR and all that stuff included in .NET framework 2.0 ?

One more thing if the target computer already has .NET framework 1.1
Can I then just install .NET framework 2.0 without deinstall 1.1 ?

//Tony
 
If I'm about to run a .NET window application form on a computer where XPis
used as OS what
do I need to download ?
The application is using .NET framework 2.0
Is it enough to download .NET framework 2.0 ?

Yes. Although it may already be installed.
Is CLR and all that stuff included in .NET framework 2.0 ?
Yes.

One more thing if the target computer already has .NET framework 1.1
Can I then just install .NET framework 2.0 without deinstall 1.1 ?

Yes.

Jon
 

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