Top "Csc" questions

Csc.

How to get csc.exe path?

Is there a way to get path for the latest .NET Framework's csc.exe? The file usually in: c:\Windows\…

c# .net csc
Is it possible to install a C# compiler without Visual Studio?

I want to build projects from the command line. Is it possible to deploy a C# compiler without installing Visual …

c# compiler-construction msbuild csc
Why does C# encounter this error as to the CSC file?

I am pretty new in C# development and I have the following problem. When I try to build the application …

c# asp.net .net csc
'csc' is not recognized as an internal or external command, operable program or batch file

I'm fairly new to C# and I'm trying to use cmd to compile a basic hello world file called test.…

c# cmd path environment-variables csc
Is there a way to get the build command line used by Visual Studio?

I want to do a build from the command line, but I'd like to get the exact command line syntax …

visual-studio-2012 csc vbc
Visual Studio 2012 csc.exe Error. Executable not valid for OS

I am getting the following error when trying to compile and test any type of project in Visual Studio 2012 Professional. …

c# visual-studio-2012 csc
csc.exe reference external .dll file

I am trying to make a simple c# program using Growl C# API. I tried to compile my program in …

c# windows csc
Is it possible to compile a single C# code file with the .NET Core Roslyn compiler?

In old .NET we used to be able to run the csc compiler to compile a single .cs file or …

c# compilation .net-core roslyn csc
Source file in CSC cannot be found

After a struggle with creating a database (first with an entity framework, after without), we have a database (and an …

c# asp.net asp.net-mvc-4 nuget-package csc
Visual Studio gone bonkers: 'The directory name is invalid' error when trying to compile

For some very odd reason, my Visual Studio 2008, when trying to compile a C# project, tries to write the output …

c# visual-studio-2008 compiler-errors csc