
When you compile your project, you may receive a compiler error that states that a method or a property does not exist in a specific namespace. You may notice that the namespace that the error refers to is a namespace that you created, not the common language runtime namespace that you intended to use.
|