Q. I have a copy of Visual Studio .NET and I am finding it quite difficult from the documentation to determine just what can be done on our corporate network. Clients (including my development machine) are NT4, although newer servers are Windows 2000. Can I do anything practical with this configuration or will it be necessary to upgrade the clients?  The alternative is to remain with current development tools (i.e. VB6).

Asked by reader. Answered by the Wonk on November 5, 2002

A. According to the web site where the .NET Framework setup is available, .NET can be installed on Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000 and Windows XP, both Home and Professional Editions. As far as I know, the Windows Update for all of these versions of Windows shows the .NET Framework as one of the things that can be installed. These are the two methods that the user can use to install the .NET Framework on their machine in preparation for running an application that requires .NET. In addition, you can write a setup program or author a Microsoft Setup Information (MSI) file that includes the .NET Framework. Any of these options put the .NET Framework on a user’s machine. In other words, yes, each client machine must be upgraded to a version of Windows that supports the .NET Framework as well as upgraded to have the .NET Framework installed before executing a .NET application.

Feedback

I have feedback on this Ask The Wonk answer