Windows Develop Bookmark and Share   
 index > Windows Forms General > Command Line Compiler
 

Command Line Compiler

Are the command line compilers that come with the  .NET Framework SDK supposed to quit a few seconds after they get opened? If it is supposed to then how do you compile a program with it and make an assembly that the terrarium can open and can be run?
MigrationUser 1  Sunday, June 01, 2003 8:16 PM
you should run the tool with the command window, use the approriate swithces for your itention e.g csc /t:library *.cs /out:myComp.dll , will compile all the cs file into myComp.dll
MigrationUser 1  Sunday, June 01, 2003 10:36 PM

You can use google to search for other answers

Custom Search

More Threads

• richtext box scroller position
• Include C# form (or usercontrol) in a VC++ 6 dialog
• Windowing Feature Implentation
• Drawing a panel outside window bounds
• Como manipular el estado de un item en un Chekedlistbox
• How to change appearance of toolstrip overflow button?
• How To set default value in datetimepicker as current date?
• Create Web Browser in c#
• Register Eventhander with MethodInfo
• How to get all the opened form.