Sunday, August 2, 2009

I cannot compile my first C# programme. Where are the libraries located?

namespace.cs(8,4): error CS0117: 'System.Console' does not contain a definition


for 'Writeln'





--------------------------------------...


What does the above mean?


--------------------------------------...

I cannot compile my first C# programme. Where are the libraries located?
it means exactly what it says.


you failed to supply a required argument for a function/object


No comments:

Post a Comment