Brian Toothill said:
If I build a .NET app. (in C#, say), can I run the resulting .EXE on Windows
98 (say)?
Possible, but even with .NET it might not. Depends on what type of app (for
example, ASP.NET is right out). In general, with the .NET redistributable,
it will run.
Will Windows 98 require .NET (the CLR, etc?) to be installed?
At least the redistributable package.
NOTE: If you make an install package for your app, you can bootstrap the
..NET redist to it. This means .NET will be installed when the user tries to
install your app. While this does not take away the install, it does remove
the user's need to install separately.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
**********************************************************************
Think Outside the Box!
**********************************************************************