HELP: where's my C# csc compiler???

  • Thread starter Thread starter KevinGPO
  • Start date Start date
K

KevinGPO

Ok. I just downloaded and installed the MS .NET SDK 1.1 (~120MB).
However, I can't seem to find the csc.exe or vsvars32.bat? I searched
for those files but they're not on my PC.

I thought the command-line c# compiler comes with sdk 1.1?

To C# or not to C#. That is the statement.
 
I thought the command-line c# compiler comes with sdk 1.1?

No it's included in the .NET Framework itself, and is located in
%windir%\Microsoft.NET\FrameworkSDK\vx.yy.zzzz\csc.exe



Mattias
 
Ok. I think my SDK is installed in D:\Program Files.

D:\Program Files\Microsoft.NET\SDK\v1.1
license.txt
redist.txt
D:\Program Files\Microsoft.NET\SDK\v1.1\Docs
(...lots of docs...)

That's all the files I got.

I tried re-installing the SDK but it just says already installed?

Weirdz

To C# or not to C#. That is the statement.
 
This is weird. After uninstalling and reboot: I run the .NET SDK 1.1
setup. It says I can't install Code & Examples unless I have SDK 1.1
installed???

To C# or not to C#. That is the statement.
 
Ok. I think my SDK is installed in D:\Program Files.

It's *not* in the SDK, forget about the SDK for now. It's part of the
framework installation.



Mattias
 
Back
Top