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

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top