Re: ASP.NET command line compiler?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: michael (mpettibone_at_sbcglobal.net)
Date: 02/25/04


Date: Tue, 24 Feb 2004 22:13:20 -0600

Does this build my .aspx files as well - or is that needed?

"John Scragg" <John_Scragg@hotmail.com_remove> wrote in message
news:111DF8A0-8FF6-405E-9355-09A62785B9C6@microsoft.com...
> You probably want to use the compiler for the language, not the IDE.
Visual Studio is not a language itself.
>
> <language compiler> filename <options>
>
> C# command line cimpiler name: csc
> VB command line cimpiler name: vbc
>
> So for compiling a C# file named myFile.cs the syntax would be: csc
myFile.cs
>
> You can look up the syntax for multi file assemplies etc, but you might
not have been having any luck becuase the command line compiler info is for
the language used. You do not need Visual Studio installed on the machine,
but you do need the .Net Framework.
>
> John
>



Relevant Pages

  • Re: Why C for operating systems
    ... This kind of modification of the language is something that is useful ... extensions in the compiler. ... That's where Lisp shines: you can easily ... Homoiconicity is when the syntax to write data is ...
    (comp.programming)
  • Re: Compiler and an interpreter
    ... >> Suppose in a source-code file, the 4th line contains the first syntax ... >> error.Can anybody please tell me how the compiler and interpreter will ... Some small unit of the language is an acceptable input. ... Perl does not to my knowledge in any way require the reading of the ...
    (comp.programming)
  • Re: "STL from the Ground Up"
    ... high-level intermediate language than can interoperate with many other ... If your language lacks expressive features then you cannot write code ... memory management in comparison. ... Mostly because type errors mean that the programmer and compiler disagree ...
    (comp.programming)
  • Re: Tcl Switch case
    ... My thesis is that there could be a good reason to change the syntax of ... a command, and one reason is to align with what the byte compiler ... bug has persisted for 15 years, but has never kept anyone from writing ...
    (comp.lang.tcl)
  • Re: RAD vs. performance
    ... It depends on what the compiler can infer and optimize. ... rationals are another type, which are not supported in the cpu and would ... (rather than typed declarations based language with a class-based types ... using about the same syntax as before. ...
    (comp.lang.misc)