Steve,
Yes, the C# compiler is part of the .NET Framework. You can find it
(csc.exe) in the \Windows\Microsoft.NET\Framework\vx.x.xxxx folder, where
x.x.xxxx is the .NET Framework version number, i.e. 1.0.3705, 1.1.4322, or
2.0.50727 for version 1.0, 1.1, or 2.0 of the framework.
--
Carsten Thomsen
Communities -
http://community.integratedsolutions.dk
"Steve Strommen" <(E-Mail Removed)> wrote in message
news:AC481EA4-6267-4E49-9623-(E-Mail Removed)...
> Is the C# compiler included in the dot net framework for all users?
>
> I am considering the development of a new "platform" for financial
> institution simulation models used for risk management. To provide
> flexibility, the platform needs to allow the user to write a small amount
> of
> program code. I can include a compiler with the platform but would prefer
> to
> simply use the C# compiler if it is already present on the computer of any
> user with dot net installed.
>
> So is the C# compiler included as part of the dot net framework?
>
> Thanks for any info.
>
> Steve Strommen