There is a System namespace inside my program\'s namespace. And as a result I can\'t see the standard System namespace from within mine. How can I
System
yes
global::System
Strange though that you are getting a conflict with system.
Nothing should declare that namespace except system itself....