Sometimes when coding you will type the name of a class or structure that is not recognised because the name is not fully qualified and the appropriate using statement is missing. This can be a particular problem when copying sample code from web sites.
...
Go to the complete details ...