C # Compiler missing on XP Home with .NET SDK

  • Thread starter Thread starter Nath
  • Start date Start date
N

Nath

I have installed .NET SDK on Windows XP Home. I also have installed ASP.NET
Web Matrix and I am able to run ASP.NET programs in C# using Cassini.

I can not figure out where is C# compiler. I searched for CSC.exe in the
path (C:\Program Files\Microsoft.NET\SDK\v1.1)where .NET SDK is installed,
but could not locate.

I uninstalled .NET SDK and re-installed it again but could not find.

Can some one help me here?

Thanks/regards,

Nath
 
I have just found out that CSC.EXE is located in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

I think I should add this path to PATH variable. Just wondering why this was
not already added when .NET SDK was installed.

Nath
 
Probably for the same reason as to why csc.exe isn't installed under
program files or somewhere common.

csc.exe is available for v1.1.4322 and v1.0.3705.

If there was a path installed with v1.0 and another with v1.1 you might
accidentally use the 1.0 version instead of 1.1, maybe, I dunno. Oh, and
it's not installed with Framework SDK, it's installed when you install the
framework.
(Or maybe both)
 
Hi,

I remember that there is a sdkvars.bat (or a batch file looking like
this one) which set all the necessary environment variable. the batch
file is located in your :
C:\Program Files\Microsoft.NET\SDK\v1.1\bin

I hope it helps
 
Back
Top