Posted on: 7/22/2008 5:00:00 PM | Views : 866

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 ...