Re: ASP.NET command line compiler?
From: michael (mpettibone_at_sbcglobal.net)
Date: 02/25/04
- Next message: Tim Smith: "Re: Help...Replicating IE HTTP protocol to communicate with ASP.NET"
- Previous message: michael: "Re: Why do CONTROLS end with an EXTRA line-break/space????"
- In reply to: John Scragg: "RE: ASP.NET command line compiler?"
- Messages sorted by: [ date ] [ thread ]
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
>
- Next message: Tim Smith: "Re: Help...Replicating IE HTTP protocol to communicate with ASP.NET"
- Previous message: michael: "Re: Why do CONTROLS end with an EXTRA line-break/space????"
- In reply to: John Scragg: "RE: ASP.NET command line compiler?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|