compile C# windows project using csc
-
I am having .NET framework1.1 I need to compile C# windows project from the command line I have compiled the code in the following way csc /out:exe *.cs It is showing the error missing resources files. In the project i am having one image two text boxes and a listbox. I have used System.Globalization for German language culture to change date and time format. Can any one help me what are the exact parameters do i need to pass to the command "CSC".
-
I am having .NET framework1.1 I need to compile C# windows project from the command line I have compiled the code in the following way csc /out:exe *.cs It is showing the error missing resources files. In the project i am having one image two text boxes and a listbox. I have used System.Globalization for German language culture to change date and time format. Can any one help me what are the exact parameters do i need to pass to the command "CSC".
Well, do you have resource files that you have to include? Any .resx or .resource files in your project directory? To include a resource file in your compilation you can use the /resource or /r options. Here's the MSDN guide to using csc: http://msdn2.microsoft.com/en-us/library/2fdbz5xd(VS.80).aspx[^] www.logifusion.com
-
I am having .NET framework1.1 I need to compile C# windows project from the command line I have compiled the code in the following way csc /out:exe *.cs It is showing the error missing resources files. In the project i am having one image two text boxes and a listbox. I have used System.Globalization for German language culture to change date and time format. Can any one help me what are the exact parameters do i need to pass to the command "CSC".
AFAIK, you will need the Resource compiler, that's only available in the .NET SDK.**
How xacc.ide transforms text to colored words on the screen
Intel PentuimM (aka Centrino) undervolting**