Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Source file 'file' specified multiple times
A source file name was passed to the compiler more than once. You can only specify a file once to the compiler to build an output file.
This warning cannot be suppressed by the -nowarn option.
The following sample generates CS2002:
// CS2002.cs
// compile with: CS2002.cs
public class A
{
public static void Main(){}
}
To generate the error, compile the example with the command line:
csc CS2002.cs CS2002.cs