easy question - will an application created in .NET run a windows

  • Thread starter Thread starter Guest
  • Start date Start date
Newbee said:
will an application created in .NET run a windows 98 and 2000 machines

As long as they have the .NET framework installed, then yes.
 
where do you get .net framework software!? Is it part of .NET studio software
disk?

what OS come with .net frame work!?
 
Hi Adam,

Thanx for the easy one. The .NET application will run on any platform for
which runtime exists.

In case of Win 98, you can install runtime but only a small subset will
work. Namespace like System.Security.Cryptography and other functions will
not be supported.

For the .NET application to work smoothly, Win2000 and above platform is
advised.

Hope this helps...

Need any help... do post a msg back.

Happy Coding
 

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