
"system" could not be found
Hello all,
I bought the book "Learning C#" by Jesse Liberty.
I tried the first example: "Hello World".
This gives me an error message:
The type or namespace "system" could not be found <are you missing a using
directive or an assembly reference?>
I tried it both in a DOS box and in Visual Studio.Net, as shown in the book.
Same result.
What next?
This is the "program":
namespace NotePad
{
class HelloWorld
{
static void Main()
{
system.console.writeline("HelloWorld");
}
}
Quote:
}
--
Regards,
Niek Otten