Running C# programs under different OSs

  • Thread starter Thread starter Sharq
  • Start date Start date
S

Sharq

I've read in many articles that C# programs can be run under
Win98,Win2000 and WinMe. What do I actually need to make my winform
based aplication work properly under those operating systems ?

thanks for any replies

Sharq
 
You have to install the .NET framework on those machines. It is freely
available on the Microsoft website (http://www.microsoft.com/net). You only
need the so called "redistributable" to run your C# apps.

Have a nice day
GV



Sharq said:
I've read in many articles that C# programs can be run under
Win98,Win2000 and WinMe. What do I actually need to make my winform
based aplication work properly under those operating systems ?

thanks for any replies

Sharq



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
 
Back
Top