O
OutdoorGuy
Greetings,
I was wondering if it is possible to compile two C# source files at the
same time? I am attempting to use the code below from a Command Prompt,
but am receiving an error:
csc C:\C#\C#_Samples\frmMain.cs frmInstructions.cs
[Note: "frmMain" is the first form which, in turn, calls the form,
"frmInstructions". If I just try to compile frmMain.cs, I receive an
error stating the following:
"The type or namespace 'frmInstructions' could not be found (are you
missing a using directive or an assembly reference?)].
Is there something wrong with my syntax?
Thanks in advance!
Sherwood
I was wondering if it is possible to compile two C# source files at the
same time? I am attempting to use the code below from a Command Prompt,
but am receiving an error:
csc C:\C#\C#_Samples\frmMain.cs frmInstructions.cs
[Note: "frmMain" is the first form which, in turn, calls the form,
"frmInstructions". If I just try to compile frmMain.cs, I receive an
error stating the following:
"The type or namespace 'frmInstructions' could not be found (are you
missing a using directive or an assembly reference?)].
Is there something wrong with my syntax?
Thanks in advance!
Sherwood