You should try and open a project in VS .NET, if you have it installed. That
way you can see for your self. Anyway, it means that the code relies one or
more classes/types "located" in the System namespace. A namespace is a
logical grouping of classes and types.
--
Carsten Thomsen
Enterprise Development with VS .NET, UML, and MSF
http://www.apress.com/book/bookDisplay.html?bID=105
"jeffo" <an*******@discussions.microsoft.com> wrote in message
news:83**********************************@microsof t.com...
Hello everyone,
I'm looking at an example in the MSDN library and it says that this code
requires a reference to the system namesppace. What does this mean?
Thanks in advance.