Will .NET apps run on Win98?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I deploy a .NET app to Win 98 & ME? Are there any limitations in doing so?

Thanks

Billy
 
Those machine have to have the .NET Framework installed on them, but other
than that, you're good to go.
 
with 98se, and the framework your good to go with running apps...however you
can't develop on a Win 98 box.
 
Great! I'm assuming it's an installation I can accomplish with an installation package like Install Shield or something similar?

Thanks for the help and info

Bill

----- William Ryan eMVP wrote: ----

with 98se, and the framework your good to go with running apps...however yo
can't develop on a Win 98 box
 
In theory, yes. Real simple apps with no 3rd party dependencies, probably.
In a lot of real world cases of any apps even slightly complex or with any
or a lot of 3rd party dependencies, NO.

We have tried in vain to deploy a couple of halfway complex apps and ran
into numerous issues. Dotnet framework has many "known issues" on Win9X.
Many problems with Crystal Reports on 9X as well.

Would recommend just to have a minimum requirements list for your app that
says: Designed for Windows 2000/XP/2003. Otherwise, you will likely run into
countless support issues as you try to roll it out to Win9X machines.
Microsoft will also love you for it, as it pushes the clients forward into
accepting their newer O/S's.
 
Back
Top