Top "Csc" questions

Csc.

MSBUILD / csc: Cleanest way of handling x64 mscorlib warning 1607

I'm trying to use VS08SP1's default project system to invoke a C# compile in explicit x64 mode (as …

msbuild warnings 64-bit csc mscorlib
What is cvtres.exe?

When I'm using aspnet_compiler.exe to pre-compile my website, I see a cvtres.exe process along with csc.exe. …

c# .net csc
The specified task executable location ......csc.exe is invalid error

I have a project on TFS that is working on everyone else's machine, except mine. When building I get the …

visual-studio tfs csc
Is there any FREE custom search api like google custom search?

I'm using google JSON/Atom Custom Search API now. The problem is the total queries are only 100 per day. Need …

api search rest csc
How to use references when compiling c# code via command line

Could anyone help me compile via command line some c# files? I have 4 files to compile, Main, Form1 (which uses 2.…

c# .net compiler-construction command-line csc
Why is the .ctor() created when I compile C# code into IL?

With this simple C# code, I run csc hello.cs; ildasm /out=hello.txt hello.exe. class Hello { public static …

c# il csc ildasm
compile error CS0305 Using the generic type List

While csc /t:library strconcat.cs with using System.Collections.Generic; I get an error strconcat.cs(9,17): error CS0305: Using …

c# sql-server clr csc mscorlib
How to compile one project into multiple dlls in .NET

I am trying to compile one .Net c# project into multiple dlls. But here is the thing. This is my …

c# .net visual-studio-2010 csc
Compiler command line for C# projects

Visual Studio shows the exact command line use to compiler and link a C++ project under Project Properties -> …

c# .net csc
resource identifier xxxxxxxx has already been used in this assembly

Compiling a Workflow with Visual Studio 2010 and .Net Framework 3.0 results in this CSC error: "resource identifier xxxxxxxx has already been …

.net workflow c#-3.0 workflow-foundation csc