Chapter 5: Exception Handling
I'm at the point of adding a Global.asax file to the application. Then I add an Import directive to reference the ExceptionHandling namespace.
The error I got is "The type or namespace 'Practices' does not exist in the namespace 'Microsoft'(are you missing an assembly reference?).
What does this error mean and what should I do to correct it?
Regards,
kbunsu
|