Compiling C# apps in Windows 98

F

Fernando Ronci

Hi,

How can I compile C# apps on windows 98 without Visual Studio .NET ?
The .NET Framework redistributable that gets intalled on Win 98 doesn't
include the command line compiler csc.
In other words, what .NET tools (just command line utilities, no more than
that) can be installed on Windows 98 ?

Thank you,

Fernando Ronci
E-mail: (e-mail address removed)
 
J

Jon Skeet [C# MVP]

Fernando Ronci said:
How can I compile C# apps on windows 98 without Visual Studio .NET ?
The .NET Framework redistributable that gets intalled on Win 98 doesn't
include the command line compiler csc.

I think it does. I used to compile .NET stuff on Win98 with only the
framework installed. Have you looked in the
c:\Windows\Microsoft.NET\Framework\v1.1.4322
directory?
 
M

Morten Wennevik

Hi Fernando,

Although I haven't tested it on Win98 I managed to do C# programming just fine under WinME.
There is even a way to install the Framework SDK by unpacking it and run the install file manually.
 
F

Fernando Ronci

Thanks, there it was "csc.exe".

Fernando

Jon Skeet said:
I think it does. I used to compile .NET stuff on Win98 with only the
framework installed. Have you looked in the
c:\Windows\Microsoft.NET\Framework\v1.1.4322
directory?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top