C# on Win98?

  • Thread starter Thread starter T. F.
  • Start date Start date
T

T. F.

Hi,

can I get to run C# on Windows 98? On the Microsoft page it says the
SDK only works on XP and Win2000... but that seems strange to me.
 
You can run -- but not compile -- .Net applications on Windows 98 or
higher.

I have one more question. Is it true, that every application running on
2000/XP will be running on 98 ?
From my experience follows NO, but maybe I can not configure framework,
application...

Gawel
 
What that means in english is that you cannot develop .net applications on
win9x only run them...
 
the accurate answer is: that depend.
if you look at the bottom of each documentation page you will the following
section:
Supported OS

hey, pretty clear isn't it ?
the exact meaning is variable.

for example if it doesn't support the compact framework, you won't even be
able to compile your smart application

if it doesn't support win98, it will compile but issue an exception at
runtime.
 
Back
Top