List of software to be installed on Win98,Win2000 to run .NET programs

  • Thread starter Thread starter Mac
  • Start date Start date
M

Mac

Hello

Anyone has a list of software needed to be installed on below Operating
systems to be able to run C# applications.

a. Win98
b. Win2000 Pro

Regards,
Mac
 
Hi,

Please refer to Microsoft .NET prerequisites. They should be listed on the
Microsoft .NET website (in the "Deploying .NET applications" section I
believe). I definitely remember the list includes IE 5.5 or higher.

You should also realize that the required software also depends on the
nature of your application. If you, say, use Excel or Word automation,
obviously Microsoft Office should be present on the target machine. This
would not, of course, be on the basic list so you would have to figure out
such dependencies yourself.
 
I'm not sure about Win98, but on Win2000 all you need is
the .NET Framework.
I would assume that the same goes for Win98.

-Tim
 
Dmitriy said:
Hi,

Please refer to Microsoft .NET prerequisites. They should be listed
on the Microsoft .NET website (in the "Deploying .NET applications"
section I believe). I definitely remember the list includes IE 5.5 or
higher.

You should also realize that the required software also depends on the
nature of your application. If you, say, use Excel or Word automation,
obviously Microsoft Office should be present on the target machine.
This would not, of course, be on the basic list so you would have to
figure out such dependencies yourself.

Thank you. I downloaded a document (Search for the file name DALG.exe
on microsoft downloads file). It is in PDF format and claims that IE
5.01 is needed on some applications.

Thank you very much for your help.

It seems I should keep my Delphi 7 for Win32 applications yet. I can
not redistribute a 400M CD instead of a 400K delphi stand alone exe
file.

What a pity. I taught I will be able to develop all my needed software
with Visual C#.

Regards,
Mac
 
One can always find a way to view the cup "half empty"

The .NET prereqs are Win32 and some hard drive space (about 20MB for the
package and probably about 60MB for the completed install). Thats it...

If you've designed your application using controls that are provided from
Office then Office is another of YOUR program's prereqs, not .Net's
 
Back
Top